Bug 175333 - REGRESSION: 16 test262/test/built-ins/Promise test failures
Summary: REGRESSION: 16 test262/test/built-ins/Promise test failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-08 11:33 PDT by Ryan Haddad
Modified: 2017-08-08 12:17 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>