aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-02-13 10:27:25 -0500
committerJosh Matthews <josh@joshmatthews.net>2017-02-13 10:27:25 -0500
commitfffce31ee50b2e3f58dbb7412702dbeeb5443c00 (patch)
tree7eb30cf5629ae3f74331b1316bd82b7cc24b6f71
parentaea6797a94f4ab61279525f1daf2670e8e2a4d17 (diff)
downloadservo-fffce31ee50b2e3f58dbb7412702dbeeb5443c00.tar.gz
servo-fffce31ee50b2e3f58dbb7412702dbeeb5443c00.zip
Enable js/ tests.
-rw-r--r--tests/wpt/include.ini2
-rw-r--r--tests/wpt/metadata/js/builtins/Object.prototype.freeze.html.ini5
-rw-r--r--tests/wpt/metadata/js/builtins/Object.prototype.preventExtensions.html.ini5
-rw-r--r--tests/wpt/metadata/js/builtins/Object.prototype.seal.html.ini5
-rw-r--r--tests/wpt/metadata/js/builtins/Promise-incumbent-global.sub.html.ini5
-rw-r--r--tests/wpt/metadata/js/builtins/WeakMap.prototype-properties.html.ini5
6 files changed, 27 insertions, 0 deletions
diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini
index f84dc09d350..c0685766884 100644
--- a/tests/wpt/include.ini
+++ b/tests/wpt/include.ini
@@ -31,6 +31,8 @@ skip: true
skip: true
[activation]
skip: false
+[js]
+ skip: false
[navigation-timing]
skip: false
[old-tests]
diff --git a/tests/wpt/metadata/js/builtins/Object.prototype.freeze.html.ini b/tests/wpt/metadata/js/builtins/Object.prototype.freeze.html.ini
new file mode 100644
index 00000000000..794da27caf1
--- /dev/null
+++ b/tests/wpt/metadata/js/builtins/Object.prototype.freeze.html.ini
@@ -0,0 +1,5 @@
+[Object.prototype.freeze.html]
+ type: testharness
+ [Object.freeze 1]
+ expected: FAIL
+
diff --git a/tests/wpt/metadata/js/builtins/Object.prototype.preventExtensions.html.ini b/tests/wpt/metadata/js/builtins/Object.prototype.preventExtensions.html.ini
new file mode 100644
index 00000000000..a6e6ffa26b0
--- /dev/null
+++ b/tests/wpt/metadata/js/builtins/Object.prototype.preventExtensions.html.ini
@@ -0,0 +1,5 @@
+[Object.prototype.preventExtensions.html]
+ type: testharness
+ [Object.preventExtensions 1]
+ expected: FAIL
+
diff --git a/tests/wpt/metadata/js/builtins/Object.prototype.seal.html.ini b/tests/wpt/metadata/js/builtins/Object.prototype.seal.html.ini
new file mode 100644
index 00000000000..c6fdd7ed2b9
--- /dev/null
+++ b/tests/wpt/metadata/js/builtins/Object.prototype.seal.html.ini
@@ -0,0 +1,5 @@
+[Object.prototype.seal.html]
+ type: testharness
+ [Object.seal 1]
+ expected: FAIL
+
diff --git a/tests/wpt/metadata/js/builtins/Promise-incumbent-global.sub.html.ini b/tests/wpt/metadata/js/builtins/Promise-incumbent-global.sub.html.ini
new file mode 100644
index 00000000000..4168b4d620a
--- /dev/null
+++ b/tests/wpt/metadata/js/builtins/Promise-incumbent-global.sub.html.ini
@@ -0,0 +1,5 @@
+[Promise-incumbent-global.sub.html]
+ type: testharness
+ [Check the incumbent global Promise callbacks are called with]
+ expected: FAIL
+
diff --git a/tests/wpt/metadata/js/builtins/WeakMap.prototype-properties.html.ini b/tests/wpt/metadata/js/builtins/WeakMap.prototype-properties.html.ini
new file mode 100644
index 00000000000..849c761e19a
--- /dev/null
+++ b/tests/wpt/metadata/js/builtins/WeakMap.prototype-properties.html.ini
@@ -0,0 +1,5 @@
+[WeakMap.prototype-properties.html]
+ type: testharness
+ [WeakMap.prototype.@@toStringTag]
+ expected: FAIL
+