WebKit Bugzilla
Attachment 340090 Details for
Bug 185513
: [Build Bot] Restore configuration options to the Test262 Runner
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185513-20180510121016.patch (text/plain), 1.74 KB, created by
Leo Balter
on 2018-05-10 08:10:17 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Leo Balter
Created:
2018-05-10 08:10:17 PDT
Size:
1.74 KB
patch
obsolete
>Subversion Revision: 231602 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index ac4c7a34d6f67322bde17d61af858aa20dc63c0b..19e6e41a3908beb9fce0351ba5efc7c180f1f318 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,20 @@ >+2018-05-10 Leo Balter <leonardo.balter@gmail.com> >+ >+ [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 NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/build.webkit.org-config/steps.py: >+ (RunTest262Tests): >+ > 2018-05-09 Leo Balter <leonardo.balter@gmail.com> > > Test262-Runner: Improve the verbose output >diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py b/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py >index bfe7ed17813470124f2359d2f279c365682ac6f1..87b28370d0780103f8f868b209ac82736e46558e 100644 >--- a/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py >+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py >@@ -359,7 +359,7 @@ class RunTest262Tests(TestWithFailureCount): > 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'))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185513
: 340090