Bug 175915
| Summary: | test262 failures: Map/prototype/entries/name.js and Set/prototype/values/name.js | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | 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 | ||
Ryan Haddad
test262.yaml/test262/test/built-ins/Map/prototype/entries/name.js.default: Exception: Test262Error: The value of `Map.prototype.entries.name` is `"entries"` Expected SameValue(«», «entries») to be true
test262.yaml/test262/test/built-ins/Map/prototype/entries/name.js.default-strict: Exception: Test262Error: The value of `Map.prototype.entries.name` is `"entries"` Expected SameValue(«», «entries») to be true
test262.yaml/test262/test/built-ins/Set/prototype/values/name.js.default-strict: Exception: Test262Error: The value of `Set.prototype.values.name` is `'values'` Expected SameValue(«», «values») to be true
test262.yaml/test262/test/built-ins/Set/prototype/values/name.js.default: Exception: Test262Error: The value of `Set.prototype.values.name` is `'values'` Expected SameValue(«», «values») to be true
https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20Test262%20%28Tests%29/builds/3600
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
These failures seem to have started with https://trac.webkit.org/changeset/221110
Yusuke Suzuki
Committed r221125: <http://trac.webkit.org/changeset/221125>
Radar WebKit Bug Importer
<rdar://problem/34049112>