Bug 175915

Summary: test262 failures: Map/prototype/entries/name.js and Set/prototype/values/name.js
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: 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   

Description Ryan Haddad 2017-08-23 17:24:02 PDT
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
Comment 1 Ryan Haddad 2017-08-23 17:24:39 PDT
These failures seem to have started with https://trac.webkit.org/changeset/221110
Comment 2 Yusuke Suzuki 2017-08-23 18:07:49 PDT
Committed r221125: <http://trac.webkit.org/changeset/221125>
Comment 3 Radar WebKit Bug Importer 2017-08-23 18:08:19 PDT
<rdar://problem/34049112>