Remove XCTSkip

This commit is contained in:
dorofeevs
2023-02-01 14:34:50 +04:00
parent a494faa23e
commit c9a8c23735
2 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -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;