Update WPT results.

This commit is contained in:
Josh Matthews 2017-10-02 19:56:15 +02:00 committed by Anthony Ramine
parent bceaca9694
commit 3347094373
198 changed files with 7862 additions and 248 deletions

View file

@ -0,0 +1,5 @@
[has-instance.html]
type: testharness
[instanceof must return false across different globals, for platform objects]
expected: FAIL

View file

@ -0,0 +1,5 @@
[interface-prototype-object.html]
type: testharness
[The class string of an interface prototype object is the concatenation of the interface's identifier and the string 'Prototype'.]
expected: FAIL

View file

@ -0,0 +1,14 @@
[legacy-callback-interface-object.html]
type: testharness
[Must be a function according to typeof]
expected: FAIL
[Must have the correct [[Prototype\]\]]
expected: FAIL
[Must have an own length property with value zero and the correct descriptors]
expected: FAIL
[instanceof must throw but only when we don't bail out early]
expected: FAIL

View file

@ -0,0 +1,20 @@
[put-forwards.html]
type: testharness
[Overriding getter of [PutForwards\] attribute]
expected: FAIL
[Overriding setter of [PutForwards\] target attribute]
expected: FAIL
[Overriding target of [PutForwards\] attribute]
expected: FAIL
[Exception propagation from getter of [PutForwards\] attribute]
expected: FAIL
[Exception propagation from setter of [PutForwards\] target attribute]
expected: FAIL
[TypeError when getter of [PutForwards\] attribute returns non-object]
expected: FAIL

View file

@ -0,0 +1,20 @@
[sequence-conversion.html]
type: testharness
[An array]
expected: FAIL
[A generator]
expected: FAIL
[An array with an overridden Symbol.iterator]
expected: FAIL
[An array with an overridden Symbol.iterator on the prototype]
expected: FAIL
[An array with an overridden %ArrayIterator%.prototype.next]
expected: FAIL
[A holey array with fallback to an accessor on the prototype]
expected: FAIL