mirror of
https://github.com/microsoft/plcrashreporter.git
synced 2026-01-18 04:01:18 +01:00
Remove XCTSkip
This commit is contained in:
@@ -118,7 +118,7 @@ static void parse_callback_trampoline(bool isClassMethod, plcrash_async_macho_st
|
||||
}
|
||||
|
||||
- (void) testParseCurrent {
|
||||
XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
// XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
|
||||
__block plcrash_error_t err;
|
||||
__block BOOL didCall = NO;
|
||||
@@ -153,7 +153,7 @@ static void parse_callback_trampoline(bool isClassMethod, plcrash_async_macho_st
|
||||
}
|
||||
|
||||
- (void) testParseCategory {
|
||||
XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
// XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
|
||||
__block plcrash_error_t err;
|
||||
__block BOOL didCall = NO;
|
||||
@@ -187,7 +187,7 @@ static void parse_callback_trampoline(bool isClassMethod, plcrash_async_macho_st
|
||||
}
|
||||
|
||||
- (void) testParseSimpleClass {
|
||||
XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
// XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
|
||||
__block plcrash_error_t err;
|
||||
__block BOOL didCall = NO;
|
||||
@@ -222,7 +222,7 @@ static void parse_callback_trampoline(bool isClassMethod, plcrash_async_macho_st
|
||||
}
|
||||
|
||||
- (void) testParseClassMethod {
|
||||
XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
// XCTSkip(@"ERROR: testParseCategory, ((didCall) is true) failed - Method find callback never got called");
|
||||
|
||||
__block plcrash_error_t err;
|
||||
__block BOOL didCall = NO;
|
||||
|
||||
@@ -118,7 +118,7 @@ void PLCrashAsyncLocalSymbolicationTestsDummyFunction(void) {}
|
||||
}
|
||||
|
||||
- (void) testStrategyFlags {
|
||||
XCTSkip(@"ERROR: testStrategyFlags, ((err) equal to (PLCRASH_ESUCCESS)) failed: ('8') is not equal to ('0') - Got error trying to find symbol (line 138)");
|
||||
// XCTSkip(@"ERROR: testStrategyFlags, ((err) equal to (PLCRASH_ESUCCESS)) failed: ('8') is not equal to ('0') - Got error trying to find symbol (line 138)");
|
||||
|
||||
struct testFindSymbol_cb_ctx ctx = {};
|
||||
plcrash_error_t err;
|
||||
|
||||
Reference in New Issue
Block a user