Changeset 277387 in webkit
- Timestamp:
- May 12, 2021, 1:40:51 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/ios/mainIOS.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r277376 r277387 1 2021-05-12 Jonathan Bedard <jbedard@apple.com> 2 3 [TestWebKitAPI] Explicitly exit after completing tests 4 https://bugs.webkit.org/show_bug.cgi?id=225703 5 <rdar://problem/77673980> 6 7 Reviewed by Alexey Proskuryakov. 8 9 * TestWebKitAPI/ios/mainIOS.mm: 10 (main): Explicitly exit the testing process. 11 1 12 2021-05-12 Chris Dumez <cdumez@apple.com> 2 13 -
trunk/Tools/TestWebKitAPI/ios/mainIOS.mm
r276328 r277387 54 54 } 55 55 56 return passed ? EXIT_SUCCESS : EXIT_FAILURE; 56 // FIXME: Work-around for <rdar://problem/77922262> 57 exit(passed ? EXIT_SUCCESS : EXIT_FAILURE); 57 58 }
Note:
See TracChangeset
for help on using the changeset viewer.