Enable js/ tests.

This commit is contained in:
Josh Matthews 2017-02-13 10:27:25 -05:00
parent aea6797a94
commit fffce31ee5
6 changed files with 27 additions and 0 deletions

View file

@ -31,6 +31,8 @@ skip: true
skip: true
[activation]
skip: false
[js]
skip: false
[navigation-timing]
skip: false
[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