Bug 175333

Summary: REGRESSION: 16 test262/test/built-ins/Promise test failures
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: jlewis3, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=175242

Description Ryan Haddad 2017-08-08 11:33:41 PDT
test262.yaml/test262/test/built-ins/Promise/all/invoke-then.js.default: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/all/invoke-then.js.default
test262.yaml/test262/test/built-ins/Promise/all/invoke-then.js.default-strict: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/all/invoke-then.js.default-strict
test262.yaml/test262/test/built-ins/Promise/all/resolve-element-function-length.js.default: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/all/resolve-element-function-length.js.default
test262.yaml/test262/test/built-ins/Promise/all/resolve-element-function-length.js.default-strict: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/all/resolve-element-function-length.js.default-strict
test262.yaml/test262/test/built-ins/Promise/exec-args.js.default: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/exec-args.js.default
test262.yaml/test262/test/built-ins/Promise/exec-args.js.default-strict: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/exec-args.js.default-strict
test262.yaml/test262/test/built-ins/Promise/executor-function-length.js.default-strict: ERROR: Unexpected exit code: 0
test262.yaml/test262/test/built-ins/Promise/executor-function-length.js.default: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/executor-function-length.js.default-strict
FAIL: test262.yaml/test262/test/built-ins/Promise/executor-function-length.js.default
test262.yaml/test262/test/built-ins/Promise/prototype/then/ctor-custom.js.default: ERROR: Unexpected exit code: 0
test262.yaml/test262/test/built-ins/Promise/prototype/then/ctor-custom.js.default-strict: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/prototype/then/ctor-custom.js.default-strict
FAIL: test262.yaml/test262/test/built-ins/Promise/prototype/then/ctor-custom.js.default
test262.yaml/test262/test/built-ins/Promise/race/invoke-then.js.default: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/race/invoke-then.js.default
test262.yaml/test262/test/built-ins/Promise/race/invoke-then.js.default-strict: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/race/invoke-then.js.default-strict
test262.yaml/test262/test/built-ins/Promise/reject-function-length.js.default: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/reject-function-length.js.default
Running test262.yaml/test262/test/built-ins/Promise/reject-ignored-via-fn-immed.js.default-strict
test262.yaml/test262/test/built-ins/Promise/reject-function-length.js.default-strict: ERROR: Unexpected exit code: 0
test262.yaml/test262/test/built-ins/Promise/resolve-function-length.js.default: ERROR: Unexpected exit code: 0
FAIL: test262.yaml/test262/test/built-ins/Promise/resolve-function-length.js.default
Running test262.yaml/test262/test/built-ins/Promise/resolve-non-thenable-deferred.js.default-strict
test262.yaml/test262/test/built-ins/Promise/resolve-function-length.js.default-strict: ERROR: Unexpected exit code: 0

https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20Test262%20%28Tests%29/builds/3198
Comment 1 Ryan Haddad 2017-08-08 11:39:04 PDT
Maybe we need to update the test262.yaml file.
Comment 2 Yusuke Suzuki 2017-08-08 11:40:16 PDT
(In reply to Ryan Haddad from comment #1)
> Maybe we need to update the test262.yaml file.


Good. They are previously failed. And now, we passed them!
I'll update test262.yaml :)
Comment 3 Yusuke Suzuki 2017-08-08 12:16:19 PDT
Committed r220415: <http://trac.webkit.org/changeset/220415>
Comment 4 Radar WebKit Bug Importer 2017-08-08 12:17:17 PDT
<rdar://problem/33780777>