WebKit Bugzilla
Attachment 341639 Details for
Bug 186116
: Test262-runner --debug reports "Unknown option: debug"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186116-20180530221516.patch (text/plain), 1.46 KB, created by
Leo Balter
on 2018-05-30 19:15:17 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Leo Balter
Created:
2018-05-30 19:15:17 PDT
Size:
1.46 KB
patch
obsolete
>Subversion Revision: 232324 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 42b0a1f6f27818b12e3b31917047f9e4e98d48a8..631a156d1e3534fe1ba0615f93fa7c8dbc1a13fa 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,16 @@ >+2018-05-30 Leo Balter <leonardo.balter@gmail.com> >+ >+ Test262-runner should not report an error for the --debug option >+ https://bugs.webkit.org/show_bug.cgi?id=186116 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ The debug option is already set by default, so calling the runner with --debug won't affect its usage. >+ >+ This patch prevents a bogus error message when the build bot calls the runner with this option. >+ * Scripts/test262/Runner.pm: >+ (processCLI): >+ > 2018-05-30 Brady Eidson <beidson@apple.com> > > REGRESSION (r224684): User-agent seen by page does not change when modified by the develop menu options after reloading. >diff --git a/Tools/Scripts/test262/Runner.pm b/Tools/Scripts/test262/Runner.pm >index ec30d01fd4cd58365d2ba0cac2e3156d2959b619..1323a416909a01fb52b73e2191ff36c44c2c03ae 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', # Avoids the 'Unknown option: debug' message > 'v|verbose' => \$verbose, > 'f|features=s@' => \@features, > 'c|config=s' => \$configFile,
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 186116
: 341639