summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-03-22 17:39:58 -0400
committerAndrew Kitchen <andrew.kitchen@mapbox.com>2018-04-26 18:55:21 -0700
commit9e6dc024c97588c21e5740fac365cc4469e6ce20 (patch)
treeea3c35633f7e51c34960f4b219999a08bcad4ebc
parenta41840044ec97be74c76f066cb567190ac6961d2 (diff)
downloadqtlocation-mapboxgl-9e6dc024c97588c21e5740fac365cc4469e6ce20.tar.gz
Include reasons for skipping crashing tests
-rw-r--r--platform/darwin/test/MGLExpressionJSTests.mm12
-rw-r--r--platform/ios/ios.xcworkspace/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist2
2 files changed, 7 insertions, 7 deletions
diff --git a/platform/darwin/test/MGLExpressionJSTests.mm b/platform/darwin/test/MGLExpressionJSTests.mm
index cd9c62cf8b..fcf221409b 100644
--- a/platform/darwin/test/MGLExpressionJSTests.mm
+++ b/platform/darwin/test/MGLExpressionJSTests.mm
@@ -43,12 +43,12 @@ NSString *testRootPath = @"expression-tests";
}
NSSet *testsToSkip = [NSSet setWithObjects:
- @"to-boolean",
- @"concat/arity-1",
- @"plus/arity-1",
- @"minus/arity-0",
- @"minus/arity-1",
- @"times/arity-1",
+ @"to-boolean", // EXC_BAD_ACCESS (code=1, address=0x1)
+ @"concat/arity-1", // EXC_BAD_ACCESS (code=1, address=0x1)
+ @"plus/arity-1", // EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
+ @"minus/arity-0", // EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
+ @"minus/arity-1", // EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
+ @"times/arity-1", // EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
nil];
- (BOOL)shouldSkipTest:(NSURL *)fileURL {
diff --git a/platform/ios/ios.xcworkspace/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist b/platform/ios/ios.xcworkspace/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist
index 9875cd7d37..cb6ecad738 100644
--- a/platform/ios/ios.xcworkspace/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist
+++ b/platform/ios/ios.xcworkspace/xcshareddata/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -6,7 +6,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
<BreakpointContent
- shouldBeEnabled = "Yes"
+ shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
scope = "1"