summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"