mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Enable js/ tests.
This commit is contained in:
parent
aea6797a94
commit
fffce31ee5
6 changed files with 27 additions and 0 deletions
|
@ -31,6 +31,8 @@ skip: true
|
||||||
skip: true
|
skip: true
|
||||||
[activation]
|
[activation]
|
||||||
skip: false
|
skip: false
|
||||||
|
[js]
|
||||||
|
skip: false
|
||||||
[navigation-timing]
|
[navigation-timing]
|
||||||
skip: false
|
skip: false
|
||||||
[old-tests]
|
[old-tests]
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Object.prototype.freeze.html]
|
||||||
|
type: testharness
|
||||||
|
[Object.freeze 1]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Object.prototype.preventExtensions.html]
|
||||||
|
type: testharness
|
||||||
|
[Object.preventExtensions 1]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Object.prototype.seal.html]
|
||||||
|
type: testharness
|
||||||
|
[Object.seal 1]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[Promise-incumbent-global.sub.html]
|
||||||
|
type: testharness
|
||||||
|
[Check the incumbent global Promise callbacks are called with]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[WeakMap.prototype-properties.html]
|
||||||
|
type: testharness
|
||||||
|
[WeakMap.prototype.@@toStringTag]
|
||||||
|
expected: FAIL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue