Title: [222371] trunk/Tools
- Revision
- 222371
- Author
- joep...@webkit.org
- Date
- 2017-09-21 17:19:46 -0700 (Thu, 21 Sep 2017)
Log Message
Unreviewed, add the ability to skip a test262 test.
* Scripts/run-jsc-stress-tests:
Other handlers have :skip but a few didn't.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (222370 => 222371)
--- trunk/Tools/ChangeLog 2017-09-22 00:16:55 UTC (rev 222370)
+++ trunk/Tools/ChangeLog 2017-09-22 00:19:46 UTC (rev 222371)
@@ -1,3 +1,10 @@
+2017-09-21 Joseph Pecoraro <pecor...@apple.com>
+
+ Unreviewed, add the ability to skip a test262 test.
+
+ * Scripts/run-jsc-stress-tests:
+ Other handlers have :skip but a few didn't.
+
2017-09-21 Ryan Haddad <ryanhad...@apple.com>
Change architecture for ios-ews queue to arm64.
Modified: trunk/Tools/Scripts/run-jsc-stress-tests (222370 => 222371)
--- trunk/Tools/Scripts/run-jsc-stress-tests 2017-09-22 00:16:55 UTC (rev 222370)
+++ trunk/Tools/Scripts/run-jsc-stress-tests 2017-09-22 00:19:46 UTC (rev 222371)
@@ -913,6 +913,8 @@
when :failDueToOutdatedOrBadTest
errorHandler = expectedFailErrorHandler
outputHandler = noisyOutputHandler
+ when :skip
+ return
else
raise "Invalid mode: #{mode}"
end
@@ -946,6 +948,8 @@
errorHandler = expectedFailErrorHandler
when :failDueToOutdatedOrBadTest
errorHandler = expectedFailErrorHandler
+ when :skip
+ return
else
raise "Invalid mode: #{mode}"
end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes