RESOLVED FIXED 184266
[JSC] Update Test262 to April 6 version
https://bugs.webkit.org/show_bug.cgi?id=184266
Summary [JSC] Update Test262 to April 6 version
valerie
Reported 2018-04-03 09:11:32 PDT
Update test262 to April 3 version. Skipped tests in JSTests/test262.yaml maintained. All new SharedArrayBuffer and Atomics tests skipped as well.
Attachments
Update Test262 to 2017-04-03 (11.36 MB, patch)
2018-04-04 08:55 PDT, valerie
no flags
Update Test262 to 2017-04-03 (11.36 MB, patch)
2018-04-04 09:33 PDT, valerie
no flags
Update Test262 to 2017-04-04 (11.36 MB, patch)
2018-04-04 13:36 PDT, valerie
no flags
Update Test262 to 2017-04-04 (10.50 MB, patch)
2018-04-04 14:29 PDT, valerie
no flags
Update Test262 to 2017-04-04 (10.50 MB, patch)
2018-04-05 15:08 PDT, valerie
ysuzuki: review+
Update Test262 to 2017-04-06 (10.50 MB, patch)
2018-04-06 09:10 PDT, valerie
no flags
Update Test262 to 2017-04-06 (10.50 MB, patch)
2018-04-06 10:05 PDT, valerie
ysuzuki: review+
commit-queue: commit-queue-
Patch (11.75 MB, patch)
2018-04-08 13:03 PDT, Yusuke Suzuki
no flags
valerie
Comment 1 2018-04-04 08:55:17 PDT
Created attachment 337175 [details] Update Test262 to 2017-04-03
valerie
Comment 2 2018-04-04 09:33:08 PDT
Created attachment 337179 [details] Update Test262 to 2017-04-03
valerie
Comment 3 2018-04-04 13:36:04 PDT
Created attachment 337216 [details] Update Test262 to 2017-04-04
valerie
Comment 4 2018-04-04 14:29:10 PDT
Created attachment 337226 [details] Update Test262 to 2017-04-04
Ross Kirsling
Comment 5 2018-04-04 16:38:20 PDT
Apparently the reason for failure here was obscured by the `--force` option. The actual error message is: > patching file JSTests/test262/test/built-ins/Function/prototype/toString/line-terminator-normalisation-CR.js > patch: **** malformed patch at line 7: // This code is governed by the BSD license found in the LICENSE file. > > Calling "patch -p0" for file "JSTests/test262/test/built-ins/Function/prototype/toString/line-terminator-normalisation-CR.js" returned status 2. FWIW, Yusuke needed to modify this exact file during the last update: https://trac.webkit.org/changeset/228277/webkit
valerie
Comment 6 2018-04-05 15:08:09 PDT
Created attachment 337305 [details] Update Test262 to 2017-04-04 Updated a few missed skip files
Ross Kirsling
Comment 7 2018-04-05 16:05:10 PDT
So I've proposed marking line-terminator-normalisation-CR.js as binary in https://bugs.webkit.org/show_bug.cgi?id=184341. This will ensure that the contents of the file never appear in a diff, at which point if you make a new version of this patch, it should finally please svn-apply. :)
Yusuke Suzuki
Comment 8 2018-04-05 20:16:11 PDT
Comment on attachment 337305 [details] Update Test262 to 2017-04-04 rs=me. But CQ does not work well. I'll attempt to land this manually.
Ross Kirsling
Comment 9 2018-04-05 23:45:57 PDT
Guess the cause of the issue was elsewhere after all: https://github.com/tc39/test262/pull/1506
valerie
Comment 10 2018-04-06 09:10:41 PDT
Created attachment 337367 [details] Update Test262 to 2017-04-06
valerie
Comment 11 2018-04-06 09:11:11 PDT
Update patch to April 6 to pull in this PR https://github.com/tc39/test262/pull/1506/commits
Ross Kirsling
Comment 12 2018-04-06 09:30:36 PDT
Fixed the old copy of that file in https://trac.webkit.org/changeset/230332/webkit. If you resubmit the patch, the bots should accept it at long last!
valerie
Comment 13 2018-04-06 10:05:47 PDT
Created attachment 337373 [details] Update Test262 to 2017-04-06 Last time? (fingers crossed!)
EWS Watchlist
Comment 14 2018-04-06 10:38:16 PDT
Attachment 337373 [details] did not pass style-queue: Traceback (most recent call last): File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch", line 84, in <module> main() File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch", line 79, in main WebKitPatch(os.path.abspath(__file__)).main() File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main result = command.check_arguments_and_execute(options, args, self) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute self._sequence.run_and_handle_errors(tool, options, state) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/steps/checkstyle.py", line 66, in run self._tool.executive.run_and_throw_if_fail(self._tool.deprecated_port().check_webkit_style_command() + args, cwd=self._tool.scm().checkout_root) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 135, in run_and_throw_if_fail exit_code = self._run_command_with_teed_output(args, child_stdout, **kwargs) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 107, in _run_command_with_teed_output **kwargs) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 479, in popen return subprocess.Popen(string_args, **kwargs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception OSError: [Errno 7] Argument list too long If any of these errors are false positives, please file a bug against check-webkit-style.
Yusuke Suzuki
Comment 15 2018-04-07 06:20:27 PDT
Comment on attachment 337373 [details] Update Test262 to 2017-04-06 rs=me
WebKit Commit Bot
Comment 16 2018-04-07 07:21:01 PDT
Comment on attachment 337373 [details] Update Test262 to 2017-04-06 Rejecting attachment 337373 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'validate-changelog', '--check-oops', '--non-interactive', 337373, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit /Volumes/Data/EWS/WebKit/JSTests/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://webkit-queues.webkit.org/results/7236651
Yusuke Suzuki
Comment 17 2018-04-07 07:28:12 PDT
(In reply to WebKit Commit Bot from comment #16) > Comment on attachment 337373 [details] > Update Test262 to 2017-04-06 > > Rejecting attachment 337373 [details] from commit-queue. > > Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', > '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', > 'validate-changelog', '--check-oops', '--non-interactive', 337373, > '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit > > /Volumes/Data/EWS/WebKit/JSTests/ChangeLog neither lists a valid reviewer > nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). > > Full output: http://webkit-queues.webkit.org/results/7236651 To fill reviewer's name automatically, JSTests/ChangeLog should include `Reviewed by NOBODY (OOPS!).`
Yusuke Suzuki
Comment 18 2018-04-08 11:32:18 PDT
(In reply to Yusuke Suzuki from comment #17) > (In reply to WebKit Commit Bot from comment #16) > > Comment on attachment 337373 [details] > > Update Test262 to 2017-04-06 > > > > Rejecting attachment 337373 [details] from commit-queue. > > > > Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', > > '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', > > 'validate-changelog', '--check-oops', '--non-interactive', 337373, > > '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit > > > > /Volumes/Data/EWS/WebKit/JSTests/ChangeLog neither lists a valid reviewer > > nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). > > > > Full output: http://webkit-queues.webkit.org/results/7236651 > > To fill reviewer's name automatically, JSTests/ChangeLog should include > `Reviewed by NOBODY (OOPS!).` I'll land it manually!
Yusuke Suzuki
Comment 19 2018-04-08 13:03:49 PDT
Created attachment 337462 [details] Patch Patch for landing
EWS Watchlist
Comment 20 2018-04-08 13:36:46 PDT
Attachment 337462 [details] did not pass style-queue: Traceback (most recent call last): File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch", line 84, in <module> main() File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkit-patch", line 79, in main WebKitPatch(os.path.abspath(__file__)).main() File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main result = command.check_arguments_and_execute(options, args, self) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute self._sequence.run_and_handle_errors(tool, options, state) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/tool/steps/checkstyle.py", line 66, in run self._tool.executive.run_and_throw_if_fail(self._tool.deprecated_port().check_webkit_style_command() + args, cwd=self._tool.scm().checkout_root) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 135, in run_and_throw_if_fail exit_code = self._run_command_with_teed_output(args, child_stdout, **kwargs) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 107, in _run_command_with_teed_output **kwargs) File "/Volumes/Data/StyleQueue/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 479, in popen return subprocess.Popen(string_args, **kwargs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception OSError: [Errno 7] Argument list too long If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Commit Bot
Comment 21 2018-04-08 16:09:30 PDT
Comment on attachment 337462 [details] Patch Clearing flags on attachment: 337462 Committed r230382: <https://trac.webkit.org/changeset/230382>
Yusuke Suzuki
Comment 22 2018-04-08 21:41:22 PDT
Radar WebKit Bug Importer
Comment 23 2018-04-08 21:47:30 PDT
Note You need to log in before you can comment on or make changes to this bug.