mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
||||
[activation]
|
||||
skip: false
|
||||
[js]
|
||||
skip: false
|
||||
[navigation-timing]
|
||||
skip: false
|
||||
[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