Bug 177859 - [Test262] Update Test262 to Oct 4 version
Summary: [Test262] Update Test262 to Oct 4 version
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-04 02:53 PDT by Yusuke Suzuki
Modified: 2017-10-04 14:39 PDT (History)
9 users (show)

See Also:


Attachments
Patch (256.90 KB, patch)
2017-10-04 02:56 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (254.47 KB, patch)
2017-10-04 03:02 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2017-10-04 02:53:38 PDT
[Test262] Update Test262 to Oct 4 version
Comment 1 Yusuke Suzuki 2017-10-04 02:56:30 PDT
Created attachment 322645 [details]
Patch
Comment 2 Yusuke Suzuki 2017-10-04 03:02:38 PDT
Created attachment 322647 [details]
Patch
Comment 3 Sam Weinig 2017-10-04 04:07:52 PDT
Comment on attachment 322647 [details]
Patch

rs=me for when it works.
Comment 4 Yusuke Suzuki 2017-10-04 07:32:35 PDT
Comment on attachment 322647 [details]
Patch

Thanks!
Comment 5 WebKit Commit Bot 2017-10-04 07:42:09 PDT
Comment on attachment 322647 [details]
Patch

Clearing flags on attachment: 322647

Committed r222848: <http://trac.webkit.org/changeset/222848>
Comment 6 WebKit Commit Bot 2017-10-04 07:42:11 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2017-10-04 07:43:25 PDT
<rdar://problem/34811529>
Comment 8 Yusuke Suzuki 2017-10-04 10:04:35 PDT
Committed r222853: <http://trac.webkit.org/changeset/222853>
Comment 9 Joseph Pecoraro 2017-10-04 10:47:15 PDT
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
Comment 10 Joseph Pecoraro 2017-10-04 10:54:17 PDT
I reproduce locally on Debug and Release builds so I'll mark this as :fail instead of :normal.
Comment 11 Joseph Pecoraro 2017-10-04 10:57:51 PDT
(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>
Comment 12 Yusuke Suzuki 2017-10-04 14:39:31 PDT
(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.