mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #15530 - jdm:jstests, r=Ms2ger
Enable js/ tests. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15530) <!-- Reviewable:end -->
This commit is contained in:
commit
1dbc538589
6 changed files with 27 additions and 0 deletions
|
@ -35,6 +35,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