[Test262] Update Test262 to Oct 4 version
Created attachment 322645 [details] Patch
Created attachment 322647 [details] Patch
Comment on attachment 322647 [details] Patch rs=me for when it works.
Comment on attachment 322647 [details] Patch Thanks!
Comment on attachment 322647 [details] Patch Clearing flags on attachment: 322647 Committed r222848: <http://trac.webkit.org/changeset/222848>
All reviewed patches have been landed. Closing bug.
<rdar://problem/34811529>
Committed r222853: <http://trac.webkit.org/changeset/222853>
1 failure on the test262 bot: https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20Test262%20%28Tests%29/builds/4583 > test262.yaml/test262/test/language/statements/try/tco-catch.js.default-strict: Exception: RangeError: Maximum call stack size exceeded. > test262.yaml/test262/test/language/statements/try/tco-catch.js.default-strict: global code@tco-catch.js:23:2 > test262.yaml/test262/test/language/statements/try/tco-catch.js.default-strict: ERROR: Unexpected exit code: 3 > FAIL: test262.yaml/test262/test/language/statements/try/tco-catch.js.default-strict
I reproduce locally on Debug and Release builds so I'll mark this as :fail instead of :normal.
(In reply to Joseph Pecoraro from comment #10) > I reproduce locally on Debug and Release builds so I'll mark this as :fail > instead of :normal. <https://trac.webkit.org/changeset/222859/webkit>
(In reply to Joseph Pecoraro from comment #11) > (In reply to Joseph Pecoraro from comment #10) > > I reproduce locally on Debug and Release builds so I'll mark this as :fail > > instead of :normal. > > <https://trac.webkit.org/changeset/222859/webkit> Thank you so much! Hmmm, I rebaselined this yaml based on failure.txt by using `import-test262-tests --failures` on Linux JSCOnly port. It would be passed in Linux port, and failed in macOS port.