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:
bors-servo 2017-02-13 07:44:37 -08:00 committed by GitHub
commit 1dbc538589
6 changed files with 27 additions and 0 deletions

View file

@ -35,6 +35,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]

View file

@ -0,0 +1,5 @@
[Object.prototype.freeze.html]
type: testharness
[Object.freeze 1]
expected: FAIL

View file

@ -0,0 +1,5 @@
[Object.prototype.preventExtensions.html]
type: testharness
[Object.preventExtensions 1]
expected: FAIL

View file

@ -0,0 +1,5 @@
[Object.prototype.seal.html]
type: testharness
[Object.seal 1]
expected: FAIL

View file

@ -0,0 +1,5 @@
[Promise-incumbent-global.sub.html]
type: testharness
[Check the incumbent global Promise callbacks are called with]
expected: FAIL

View file

@ -0,0 +1,5 @@
[WeakMap.prototype-properties.html]
type: testharness
[WeakMap.prototype.@@toStringTag]
expected: FAIL