Bug 175333
| Summary: | REGRESSION: 16 test262/test/built-ins/Promise test failures | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | JavaScriptCore | Assignee: | 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 | ||
Ryan Haddad
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Maybe we need to update the test262.yaml file.
Yusuke Suzuki
(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 :)
Yusuke Suzuki
Committed r220415: <http://trac.webkit.org/changeset/220415>
Radar WebKit Bug Importer
<rdar://problem/33780777>