Title: [231686] trunk/Tools
- Revision
- 231686
- Author
- [email protected]
- Date
- 2018-05-10 19:07:25 -0700 (Thu, 10 May 2018)
Log Message
[Build Bot] Restore configuration options to the Test262 Runner
During the switch from the previous Test262 runner to the new one,
a call for an extra configurations options got removed.
This call is important to inform the script to find the debug or
release build of JSC. It's being restored in this patch.
https://bugs.webkit.org/show_bug.cgi?id=185513
Patch by Leo Balter <[email protected]> on 2018-05-10
Reviewed by Yusuke Suzuki.
* BuildSlaveSupport/build.webkit.org-config/steps.py:
(RunTest262Tests):
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py (231685 => 231686)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py 2018-05-11 02:00:34 UTC (rev 231685)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py 2018-05-11 02:07:25 UTC (rev 231686)
@@ -367,7 +367,7 @@
description = ["test262-tests running"]
descriptionDone = ["test262-tests"]
failedTestsFormatString = "%d Test262 test%s failed"
- command = ["perl", "./Tools/Scripts/test262-runner"]
+ command = ["perl", "./Tools/Scripts/test262-runner", WithProperties("--%(configuration)s")]
def start(self):
appendCustomBuildFlags(self, self.getProperty('platform'), self.getProperty('fullPlatform'))
Modified: trunk/Tools/ChangeLog (231685 => 231686)
--- trunk/Tools/ChangeLog 2018-05-11 02:00:34 UTC (rev 231685)
+++ trunk/Tools/ChangeLog 2018-05-11 02:07:25 UTC (rev 231686)
@@ -1,3 +1,20 @@
+2018-05-10 Leo Balter <[email protected]>
+
+ [Build Bot] Restore configuration options to the Test262 Runner
+
+ During the switch from the previous Test262 runner to the new one,
+ a call for an extra configurations options got removed.
+
+ This call is important to inform the script to find the debug or
+ release build of JSC. It's being restored in this patch.
+
+ https://bugs.webkit.org/show_bug.cgi?id=185513
+
+ Reviewed by Yusuke Suzuki.
+
+ * BuildSlaveSupport/build.webkit.org-config/steps.py:
+ (RunTest262Tests):
+
2018-05-10 Jonathan Bedard <[email protected]>
REGRESSION (r230998): Cannot stream API test output
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes