Mark more tests to a proper status

This commit is contained in:
cybai 2021-09-12 12:36:15 +09:00
parent a9c9e27de6
commit 458dfbefca
42 changed files with 226 additions and 35 deletions

View file

@ -177,6 +177,8 @@ skip: true
skip: false
[webgl]
skip: false
[webidl]
skip: false
[webvr]
skip: false
[webvtt]
@ -187,8 +189,6 @@ skip: true
skip: false
[dom-overlay]
skip: true
[webidl]
skip: false
[webmessaging]
skip: false
[websockets]

View file

@ -55,7 +55,14 @@
expected: ERROR
[abort.any.html?wpt_flags=h2]
expected: TIMEOUT
[abort before constructing should prevent connection]
expected: FAIL
[abort during handshake should work]
expected: FAIL
[abort after connect should do nothing]
expected: FAIL
[abort.any.serviceworker.html?wss]
expected: ERROR

View file

@ -1,6 +1,3 @@
[redirect-upload.h2.any.html]
expected: TIMEOUT
[redirect-upload.h2.any.sharedworker.html]
expected: ERROR

View file

@ -2,11 +2,14 @@
[load & pageshow event do not fire on contentWindow of <iframe> element created with no src]
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank?foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected: FAIL

View file

@ -1,4 +1,4 @@
[current-realm.html.ini]
[current-realm.html]
[createImageData]
expected: FAIL

View file

@ -0,0 +1,7 @@
[class-string-named-properties-object.window.html]
[@@toStringTag exists with the appropriate descriptor]
expected: FAIL
[Object.prototype.toString]
expected: FAIL

View file

@ -0,0 +1,36 @@
[constructors.html]
[Constructor in child window with normal NewTarget from parent window]
expected: FAIL
[Constructor in parent window with normal NewTarget from child window]
expected: FAIL
[Subclass constructor in parent window]
expected: FAIL
[Subclass constructor in child window]
expected: FAIL
[Subclass constructor in parent window with parent class in child window]
expected: FAIL
[Subclass constructor in child window with parent class in parent window]
expected: FAIL
[Constructor in child window with bad NewTarget from parent window]
expected: FAIL
[Constructor in parent window with bad NewTarget from child window]
expected: FAIL
[Constructor in parent window with bad NewTarget from parent window that's a bound child window function]
expected: FAIL
[Constructor in child window with bad NewTarget from child window that's a bound parent window function]
expected: FAIL
[Constructor in parent window with bad NewTarget from parent window that's a proxy for a child window function]
expected: FAIL
[Constructor in child window with bad NewTarget from child window that's a proxy for a parent window function]
expected: FAIL

View file

@ -0,0 +1,13 @@
[global-immutable-prototype.any.html]
[Setting to a different prototype]
expected: FAIL
[global-immutable-prototype.any.worker.html]
[Setting to a different prototype]
expected: FAIL
[global-immutable-prototype.any.serviceworker.html]
expected: ERROR
[global-immutable-prototype.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,6 @@
[global-object-implicit-this-value-cross-realm.html]
[Cross-realm global object's operation called on null / undefined]
expected: FAIL
[Cross-realm global object's operation throws when called on incompatible object]
expected: FAIL

View file

@ -0,0 +1,28 @@
[global-object-implicit-this-value.any.html]
[Global object's getter throws when called on incompatible object (document.all)]
expected: FAIL
[Global object's setter throws when called on incompatible object (document.all)]
expected: FAIL
[Global object's operation throws when called on incompatible object (document.all)]
expected: FAIL
[global-object-implicit-this-value.any.worker.html]
[Global object's setter throws when called on incompatible object]
expected: FAIL
[Global object's setter throws when called on incompatible object]
expected: FAIL
[Global object's getter works when called on null / undefined]
expected: FAIL
[Global object's setter works when called on null / undefined]
expected: FAIL
[global-object-implicit-this-value.any.serviceworker.html]
expected: ERROR
[global-object-implicit-this-value.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[interface-prototype-constructor-set-receiver.html]
[Direct [[Set\]\] preserves [[Enumerable\]\]: false property attribute]
expected: FAIL

View file

@ -0,0 +1,3 @@
[interface-prototype-object.html]
[[Unscopable\] extended attribute makes @@unscopables object on the prototype object, whose prototype is null.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[invalid-this-value-cross-realm.html]
[Cross-realm operation throws when called on incompatible object]
expected: FAIL
[Cross-realm setter throws when called on incompatible object]
expected: FAIL

View file

@ -0,0 +1,12 @@
[legacy-callback-interface-object.html]
[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,4 @@
[legacy-factor-function-subclass.window.html]
[[LegacyFactoryFunction\] can be subclassed and correctly handles NewTarget]
expected: FAIL

View file

@ -1,4 +1,4 @@
[DefineOwnProperty.html.ini]
[DefineOwnProperty.html]
[Test [[DefineOwnProperty\]\] with no indexed property setter support.]
expected: FAIL

View file

@ -1,3 +1,3 @@
[Set.html.ini]
[Set.html]
[must throw when assigning to a numeric property on an object which implements a indexed property getter but not a setter in strict mode]
expected: FAIL

View file

@ -0,0 +1,18 @@
[sequence-conversion.html]
[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

View file

@ -0,0 +1,30 @@
[window-named-properties-object.html]
[[[GetOwnProperty\]\] (named property visibility algorithm)]
expected: FAIL
[[[HasProperty\]\]]
expected: FAIL
[[[Get\]\]]
expected: FAIL
[[[Set\]\] (direct)]
expected: FAIL
[[[Delete\]\]]
expected: FAIL
[[[OwnPropertyKeys\]\]]
expected: FAIL
[[[DefineOwnProperty\]\]]
expected: FAIL
[[[SetPrototypeOf\]\] and [[GetPrototypeOf\]\]]
expected: FAIL
[[[PreventExtensions\]\] and [[IsExtensible\]\]]
expected: FAIL
[[[GetOwnProperty\]\]]
expected: FAIL

View file

@ -10,6 +10,7 @@
[Close-1000.any.html]
[Close-1000.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Close the Connection - close(1000) - readyState should be in CLOSED state and wasClean is TRUE - Connection should be closed]
expected: FAIL
[Close-1000.any.worker.html?wss]

View file

@ -1,5 +1,6 @@
[Close-1005-verify-code.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Close the Connection - close() - return close code is 1005 - Connection should be closed]
expected: FAIL
[Close-1005-verify-code.any.worker.html]

View file

@ -12,4 +12,6 @@
[Close-3000-reason.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Close the Connection - close(3000, reason) - readyState should be in CLOSED state and wasClean is TRUE - Connection should be closed]
expected: FAIL

View file

@ -8,7 +8,8 @@
[Close-delayed.any.worker.html?wss]
[Close-delayed.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Close the Connection - close should not emit until handshake completes - Connection should be closed]
expected: FAIL
[Close-delayed.any.worker.html]

View file

@ -3,7 +3,8 @@
[Close-readyState-Closing.any.html?wss]
[Close-readyState-Closing.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Close the Connection - readyState should be in CLOSING state just before onclose is called]
expected: FAIL
[Close-readyState-Closing.any.html]

View file

@ -8,7 +8,8 @@
[Close-server-initiated-close.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Server initiated Close - Client sends back a CLOSE - readyState should be in CLOSED state and wasClean is TRUE - Connection should be closed]
expected: FAIL
[Close-server-initiated-close.any.html?wss]

View file

@ -1,7 +1,8 @@
[Close-undefined.any.html?wss]
[Close-undefined.any.html?wpt_flags=h2]
expected: TIMEOUT
[Close-undefined]
expected: FAIL
[Close-undefined.any.worker.html?wpt_flags=h2]
[Close-undefined]

View file

@ -5,7 +5,6 @@
[Create-invalid-urls.any.worker.html?wss]
[Create-invalid-urls.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create-invalid-urls.any.worker.html?wpt_flags=h2]

View file

@ -9,4 +9,3 @@
[Create-protocols-repeated-case-insensitive.any.html]
[Create-protocols-repeated-case-insensitive.any.html?wpt_flags=h2]
expected: TIMEOUT

View file

@ -1,7 +1,6 @@
[Create-url-with-space.any.worker.html]
[Create-url-with-space.any.worker.html?wpt_flags=h2]
expected: TIMEOUT
[Create-url-with-space.any.html?wss]

View file

@ -12,4 +12,5 @@
[Create-valid-url-array-protocols.any.html]
[Create-valid-url-array-protocols.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed]
expected: FAIL

View file

@ -1,5 +1,4 @@
[Create-valid-url-protocol-empty.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create-valid-url-protocol-empty.any.html?wss]

View file

@ -12,4 +12,5 @@
[Create-valid-url-protocol.any.html]
[Create-valid-url-protocol.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create WebSocket - Pass a valid URL and a protocol string - Connection should be closed]
expected: FAIL

View file

@ -3,7 +3,6 @@
[Create-wrong-scheme.any.worker.html]
[Create-wrong-scheme.any.html?wpt_flags=h2]
expected: TIMEOUT
[Create-wrong-scheme.any.html?wss]

View file

@ -3,7 +3,6 @@
[Send-before-open.any.worker.html]
[Send-before-open.any.html?wpt_flags=h2]
expected: TIMEOUT
[Send-before-open.any.html?wss]

View file

@ -12,4 +12,5 @@
[Send-binary-arraybufferview-float64.any.html]
[Send-binary-arraybufferview-float64.any.html?wpt_flags=h2]
expected: TIMEOUT
[Send binary data on a WebSocket - ArrayBufferView - Float64Array - Connection should be closed]
expected: FAIL

View file

@ -3,7 +3,8 @@
[Send-binary-arraybufferview-int16-offset.any.worker.html]
[Send-binary-arraybufferview-int16-offset.any.html?wpt_flags=h2]
expected: TIMEOUT
[Send binary data on a WebSocket - ArrayBufferView - Int16Array with offset - Connection should be closed]
expected: FAIL
[Send-binary-arraybufferview-int16-offset.any.worker.html?wss]

View file

@ -10,6 +10,7 @@
[Send-binary-arraybufferview-int8.any.html?wpt_flags=h2]
expected: TIMEOUT
[Send binary data on a WebSocket - ArrayBufferView - Int8Array - Connection should be closed]
expected: FAIL
[Send-binary-arraybufferview-int8.any.worker.html?wss]

View file

@ -1,5 +1,6 @@
[Send-data.any.html?wpt_flags=h2]
expected: TIMEOUT
[Send data on a WebSocket - Connection should be closed]
expected: FAIL
[Send-data.any.worker.html?wss]

View file

@ -5,7 +5,8 @@
[Send-paired-surrogates.any.worker.html]
[Send-paired-surrogates.any.html?wpt_flags=h2]
expected: TIMEOUT
[Send paired surrogates data on a WebSocket - Connection should be closed]
expected: FAIL
[Send-paired-surrogates.any.worker.html?wpt_flags=h2]
[Send paired surrogates data on a WebSocket - Connection should be closed]

View file

@ -6,7 +6,8 @@
[Send-unicode-data.any.html]
[Send-unicode-data.any.html?wpt_flags=h2]
expected: TIMEOUT
[Send unicode data on a WebSocket - Connection should be closed]
expected: FAIL
[Send-unicode-data.any.worker.html?wss]

View file

@ -61,7 +61,14 @@
expected: ERROR
[abort.any.html?wpt_flags=h2]
expected: TIMEOUT
[abort before constructing should prevent connection]
expected: FAIL
[abort during handshake should work]
expected: FAIL
[abort after connect should do nothing]
expected: FAIL
[abort.any.worker.html?wpt_flags=h2]
[abort before constructing should prevent connection]

View file

@ -34,7 +34,8 @@
expected: ERROR
[backpressure-receive.any.html?wpt_flags=h2]
expected: TIMEOUT
[backpressure should be applied to received messages]
expected: FAIL
[backpressure-receive.any.html?wss]
[backpressure should be applied to received messages]