Summary: | Multiple tests are broken on Windows, because Symbol is undefined | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, ggaren, ysuzuki |
Priority: | P2 | Keywords: | Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 141859 | ||
Bug Blocks: |
Description
Alexey Proskuryakov
2015-02-23 23:10:01 PST
Introduced by: <https://trac.webkit.org/changeset/180547> Two additional tests started failing in <https://trac.webkit.org/changeset/180550>. These tests broke with r180547: js/symbol-abstract-equality-comparison.html js/symbol-abstract-relational-comparison.html js/symbol-in-map.html js/symbol-object.html js/symbol-prototype-is-ordinary-object.html js/symbol-strict-equality-comparison.html js/symbol-tostring.html js/symbols.html These broke with r180550: js/dfg-to-primitive-pass-symbol.html js/regress/constructor-with-return.html ] Rolled out offending change in https://bugs.webkit.org/show_bug.cgi?id=141957. Rolled out in <https://trac.webkit.org/changeset/180551>. So, marking as fixed. Thanks! |