WebKit Bugzilla
Attachment 341613 Details for
Bug 186113
: [Tools] add a --debug option to test262/Runner.pm for buildbots
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186113-20180530191518.patch (text/plain), 1.70 KB, created by
Caitlin Potter (:caitp)
on 2018-05-30 16:15:19 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Caitlin Potter (:caitp)
Created:
2018-05-30 16:15:19 PDT
Size:
1.70 KB
patch
obsolete
>Subversion Revision: 232312 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 4d0b8d94ff46e978bec1460bbd8e32b0c9f34fac..2a58bbc0ab9ff3052cb622bc8b81efaff38836e3 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,16 @@ >+2018-05-30 Caitlin Potter <caitp@igalia.com> >+ >+ [Tools] add a --debug option to test262/Runner.pm for buildbots >+ https://bugs.webkit.org/show_bug.cgi?id=186113 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ test262-runner runs Debug builds by default, but this allows us to be >+ explicit about it in buildbots. >+ >+ * Scripts/test262/Runner.pm: >+ (processCLI): >+ > 2018-05-30 Youenn Fablet <youenn@apple.com> > > Rename CrossOriginResourcePolicy same to same-origin >diff --git a/Tools/Scripts/test262/Runner.pm b/Tools/Scripts/test262/Runner.pm >index ec30d01fd4cd58365d2ba0cac2e3156d2959b619..5f8c69c6b17d7a1851e67592f950995f0c3452a6 100755 >--- a/Tools/Scripts/test262/Runner.pm >+++ b/Tools/Scripts/test262/Runner.pm >@@ -131,6 +131,7 @@ sub processCLI { > 'p|child-processes=i' => \$max_process, > 'h|help' => \$help, > 'release' => \$release, >+ 'debug' => sub { $release = 0; }, > 'v|verbose' => \$verbose, > 'f|features=s@' => \@features, > 'c|config=s' => \$configFile, >@@ -920,6 +921,10 @@ Specify JSC location. If not provided, script will attempt to look up JSC. > > Use the Release build of JSC. Can only use if --jsc <path> is not provided. The Debug build of JSC is used by default. > >+=item B<--debug> >+ >+Use the Debug build of JSC. Can only use if --jsc <path> is not provided. Negates the --release option. >+ > =item B<--verbose, -v> > > Verbose output for test results. Includes error message for test.
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 186113
: 341613