Bug 200788
| Summary: | REGRESSION (r248709): test/built-ins/Promise/prototype/finally/this-value-non-promise.js is failing on test262 bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | mark.lam, ryanhaddad, webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=200739 | ||
Ryan Haddad
---------------NEW FAILING TESTS SUMMARY---------------
FAIL test/built-ins/Promise/prototype/finally/this-value-non-promise.js (default)
Full Output:
Exception: TypeError: |this| is not a Promise
finally@[native code]
global code@/Volumes/Data/slave/highsierra-debug-tests-test262/build/JSTests/test262/test/built-ins/Promise/prototype/finally/this-value-non-promise.js:17:31
FAIL test/built-ins/Promise/prototype/finally/this-value-non-promise.js (strict mode)
Full Output:
Exception: TypeError: |this| is not a Promise
finally@[native code]
global code@/Volumes/Data/slave/highsierra-debug-tests-test262/build/JSTests/test262/test/built-ins/Promise/prototype/finally/this-value-non-promise.js:18:31
https://build.webkit.org/builders/Apple%20High%20Sierra%20Debug%20Test262%20%28Tests%29/builds/4090
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
History on the bot suggests that this started with https://trac.webkit.org/changeset/248709/webkit
Ryan Haddad
Reverted the offending change in <https://trac.webkit.org/changeset/248786>
Radar WebKit Bug Importer
<rdar://problem/54404109>