summaryrefslogtreecommitdiff
path: root/test/spec
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec')
-rw-r--r--test/spec/address.txt2
-rw-r--r--test/spec/block.txt2
-rw-r--r--test/spec/block_comments.txt2
-rw-r--r--test/spec/conversions.txt2
-rw-r--r--test/spec/endianness.txt2
-rw-r--r--test/spec/exports.txt2
-rw-r--r--test/spec/f32.txt2
-rw-r--r--test/spec/f32_cmp.txt2
-rw-r--r--test/spec/f64.txt2
-rw-r--r--test/spec/f64_cmp.txt2
-rw-r--r--test/spec/fac.txt2
-rw-r--r--test/spec/float_exprs.txt2
-rw-r--r--test/spec/float_literals.txt2
-rw-r--r--test/spec/float_memory.txt2
-rw-r--r--test/spec/float_misc.txt2
-rw-r--r--test/spec/forward.txt2
-rw-r--r--test/spec/func_ptrs.txt2
-rw-r--r--test/spec/functions.txt4
-rw-r--r--test/spec/i32.txt2
-rw-r--r--test/spec/i64.txt2
-rw-r--r--test/spec/imports.txt2
-rw-r--r--test/spec/int_exprs.txt2
-rw-r--r--test/spec/int_literals.txt2
-rw-r--r--test/spec/labels.txt2
-rw-r--r--test/spec/left-to-right.txt2
-rw-r--r--test/spec/memory.txt2
-rw-r--r--test/spec/memory_redundancy.txt2
-rw-r--r--test/spec/memory_trap.txt2
-rw-r--r--test/spec/names.txt2
-rw-r--r--test/spec/nan-propagation.txt2
-rw-r--r--test/spec/resizing.txt2
-rw-r--r--test/spec/runaway-recursion.txt2
-rw-r--r--test/spec/select.txt2
-rw-r--r--test/spec/start.txt2
-rw-r--r--test/spec/store_retval.txt2
-rw-r--r--test/spec/switch.txt2
-rw-r--r--test/spec/traps.txt2
-rw-r--r--test/spec/unreachable.txt2
38 files changed, 39 insertions, 39 deletions
diff --git a/test/spec/address.txt b/test/spec/address.txt
index 9d0ab6c2..8b169c4d 100644
--- a/test/spec/address.txt
+++ b/test/spec/address.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/address.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/block.txt b/test/spec/block.txt
index cc2bc2af..dbf4279b 100644
--- a/test/spec/block.txt
+++ b/test/spec/block.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/block.wast
(;; STDOUT ;;;
$invoke_0 = undefined
diff --git a/test/spec/block_comments.txt b/test/spec/block_comments.txt
index a3af4163..df8cfa00 100644
--- a/test/spec/block_comments.txt
+++ b/test/spec/block_comments.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/block_comments.wast
(;; STDOUT ;;;
0/0 tests passed.
diff --git a/test/spec/conversions.txt b/test/spec/conversions.txt
index aa13e0c1..f8e54660 100644
--- a/test/spec/conversions.txt
+++ b/test/spec/conversions.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/conversions.wast
(;; STDOUT ;;;
318/318 tests passed.
diff --git a/test/spec/endianness.txt b/test/spec/endianness.txt
index c81bcd34..7fec6f88 100644
--- a/test/spec/endianness.txt
+++ b/test/spec/endianness.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/endianness.wast
(;; STDOUT ;;;
68/68 tests passed.
diff --git a/test/spec/exports.txt b/test/spec/exports.txt
index f799cb5e..8b822f91 100644
--- a/test/spec/exports.txt
+++ b/test/spec/exports.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/exports.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/f32.txt b/test/spec/f32.txt
index 58aa5481..ac011ba5 100644
--- a/test/spec/f32.txt
+++ b/test/spec/f32.txt
@@ -1,5 +1,5 @@
;;; SLOW:
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/f32.wast
(;; STDOUT ;;;
2394/2394 tests passed.
diff --git a/test/spec/f32_cmp.txt b/test/spec/f32_cmp.txt
index 1607b68d..f7e95095 100644
--- a/test/spec/f32_cmp.txt
+++ b/test/spec/f32_cmp.txt
@@ -1,5 +1,5 @@
;;; SLOW:
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/f32_cmp.wast
(;; STDOUT ;;;
1944/1944 tests passed.
diff --git a/test/spec/f64.txt b/test/spec/f64.txt
index eb56653d..6c30966e 100644
--- a/test/spec/f64.txt
+++ b/test/spec/f64.txt
@@ -1,5 +1,5 @@
;;; SLOW:
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/f64.wast
(;; STDOUT ;;;
2394/2394 tests passed.
diff --git a/test/spec/f64_cmp.txt b/test/spec/f64_cmp.txt
index 60f4daab..a7529c8a 100644
--- a/test/spec/f64_cmp.txt
+++ b/test/spec/f64_cmp.txt
@@ -1,5 +1,5 @@
;;; SLOW:
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/f64_cmp.wast
(;; STDOUT ;;;
1944/1944 tests passed.
diff --git a/test/spec/fac.txt b/test/spec/fac.txt
index a6b5541f..6f5cd7db 100644
--- a/test/spec/fac.txt
+++ b/test/spec/fac.txt
@@ -1,3 +1,3 @@
;;; SKIP: running via `make test` still locks machine
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/fac.wast
diff --git a/test/spec/float_exprs.txt b/test/spec/float_exprs.txt
index 0db0522d..7aef6047 100644
--- a/test/spec/float_exprs.txt
+++ b/test/spec/float_exprs.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/float_exprs.wast
(;; STDOUT ;;;
third_party/testsuite/float_exprs.wast:153: $assert_return_0 failed.
diff --git a/test/spec/float_literals.txt b/test/spec/float_literals.txt
index cf03c00f..1a9df363 100644
--- a/test/spec/float_literals.txt
+++ b/test/spec/float_literals.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/float_literals.wast
(;; STDOUT ;;;
60/60 tests passed.
diff --git a/test/spec/float_memory.txt b/test/spec/float_memory.txt
index 8a21ac52..03d5f5a4 100644
--- a/test/spec/float_memory.txt
+++ b/test/spec/float_memory.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/float_memory.wast
(;; STDOUT ;;;
$invoke_2 = undefined
diff --git a/test/spec/float_misc.txt b/test/spec/float_misc.txt
index 51dfbff8..924ea3c4 100644
--- a/test/spec/float_misc.txt
+++ b/test/spec/float_misc.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/float_misc.wast
(;; STDOUT ;;;
323/323 tests passed.
diff --git a/test/spec/forward.txt b/test/spec/forward.txt
index 64da321c..bb70073d 100644
--- a/test/spec/forward.txt
+++ b/test/spec/forward.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/forward.wast
(;; STDOUT ;;;
4/4 tests passed.
diff --git a/test/spec/func_ptrs.txt b/test/spec/func_ptrs.txt
index 66ee5989..c2ad7778 100644
--- a/test/spec/func_ptrs.txt
+++ b/test/spec/func_ptrs.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/func_ptrs.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/functions.txt b/test/spec/functions.txt
index fcb56cfb..e916b5e4 100644
--- a/test/spec/functions.txt
+++ b/test/spec/functions.txt
@@ -1,5 +1,5 @@
;;; ERROR: 1
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/functions.wast
(;; STDERR ;;;
Error running "d8":
@@ -8,7 +8,7 @@ Error running "d8":
(;; STDOUT ;;;
WasmModule::Instantiate(): Compiling WASM function #6:<?> failed:Result = arity mismatch in return @+2
- var module = Wasm.instantiateModule(u8a.buffer, ffi);
+ var module = Wasm.instantiateModule(u8a, ffi);
^
;;; STDOUT ;;)
diff --git a/test/spec/i32.txt b/test/spec/i32.txt
index b2f2c8a7..7728686d 100644
--- a/test/spec/i32.txt
+++ b/test/spec/i32.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/i32.wast
(;; STDOUT ;;;
326/326 tests passed.
diff --git a/test/spec/i64.txt b/test/spec/i64.txt
index e7d80688..29e14d25 100644
--- a/test/spec/i64.txt
+++ b/test/spec/i64.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/i64.wast
(;; STDOUT ;;;
328/328 tests passed.
diff --git a/test/spec/imports.txt b/test/spec/imports.txt
index c90ac55a..ceb68b26 100644
--- a/test/spec/imports.txt
+++ b/test/spec/imports.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/imports.wast
(;; STDOUT ;;;
14 42
diff --git a/test/spec/int_exprs.txt b/test/spec/int_exprs.txt
index ae1e6f53..c258c2f9 100644
--- a/test/spec/int_exprs.txt
+++ b/test/spec/int_exprs.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/int_exprs.wast
(;; STDOUT ;;;
75/75 tests passed.
diff --git a/test/spec/int_literals.txt b/test/spec/int_literals.txt
index 7494225d..7af9bdbb 100644
--- a/test/spec/int_literals.txt
+++ b/test/spec/int_literals.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/int_literals.wast
(;; STDOUT ;;;
18/18 tests passed.
diff --git a/test/spec/labels.txt b/test/spec/labels.txt
index 172e5cc6..decf679d 100644
--- a/test/spec/labels.txt
+++ b/test/spec/labels.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/labels.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/left-to-right.txt b/test/spec/left-to-right.txt
index 175908bb..f4438101 100644
--- a/test/spec/left-to-right.txt
+++ b/test/spec/left-to-right.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/left-to-right.wast
(;; STDOUT ;;;
95/95 tests passed.
diff --git a/test/spec/memory.txt b/test/spec/memory.txt
index d4ddf504..5ae416d1 100644
--- a/test/spec/memory.txt
+++ b/test/spec/memory.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/memory.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/memory_redundancy.txt b/test/spec/memory_redundancy.txt
index 476d6aff..0abcd161 100644
--- a/test/spec/memory_redundancy.txt
+++ b/test/spec/memory_redundancy.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/memory_redundancy.wast
(;; STDOUT ;;;
$invoke_1 = undefined
diff --git a/test/spec/memory_trap.txt b/test/spec/memory_trap.txt
index d6ac0fef..61507c67 100644
--- a/test/spec/memory_trap.txt
+++ b/test/spec/memory_trap.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/memory_trap.wast
(;; STDOUT ;;;
third_party/testsuite/memory_trap.wast:24: $assert_return_0 unexpectedly threw: Error: memory access out of bounds
diff --git a/test/spec/names.txt b/test/spec/names.txt
index b5ae7984..e57035a1 100644
--- a/test/spec/names.txt
+++ b/test/spec/names.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/names.wast
(;; STDOUT ;;;
42
diff --git a/test/spec/nan-propagation.txt b/test/spec/nan-propagation.txt
index 7e15803e..322dd6a1 100644
--- a/test/spec/nan-propagation.txt
+++ b/test/spec/nan-propagation.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/nan-propagation.wast
(;; STDOUT ;;;
110/110 tests passed.
diff --git a/test/spec/resizing.txt b/test/spec/resizing.txt
index 6d0cab8e..c7222058 100644
--- a/test/spec/resizing.txt
+++ b/test/spec/resizing.txt
@@ -1,3 +1,3 @@
;;; SKIP: v8-native throws memory access out of bounds
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/resizing.wast
diff --git a/test/spec/runaway-recursion.txt b/test/spec/runaway-recursion.txt
index 21499243..b7c0a71f 100644
--- a/test/spec/runaway-recursion.txt
+++ b/test/spec/runaway-recursion.txt
@@ -1,3 +1,3 @@
;;; SKIP: running via `make test` still locks machine
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/runaway-recursion.wast
diff --git a/test/spec/select.txt b/test/spec/select.txt
index dc9be41f..cd9d3d82 100644
--- a/test/spec/select.txt
+++ b/test/spec/select.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/select.wast
(;; STDOUT ;;;
28/28 tests passed.
diff --git a/test/spec/start.txt b/test/spec/start.txt
index 2f4aafc3..d22a3651 100644
--- a/test/spec/start.txt
+++ b/test/spec/start.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/start.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/store_retval.txt b/test/spec/store_retval.txt
index c55c94d7..29d1d36b 100644
--- a/test/spec/store_retval.txt
+++ b/test/spec/store_retval.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/store_retval.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/switch.txt b/test/spec/switch.txt
index 2e7c0334..f1320a72 100644
--- a/test/spec/switch.txt
+++ b/test/spec/switch.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/switch.wast
(;; STDOUT ;;;
assert_invalid error:
diff --git a/test/spec/traps.txt b/test/spec/traps.txt
index 78b1253c..114d4738 100644
--- a/test/spec/traps.txt
+++ b/test/spec/traps.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/traps.wast
(;; STDOUT ;;;
20/20 tests passed.
diff --git a/test/spec/unreachable.txt b/test/spec/unreachable.txt
index 47eabd88..45673ce1 100644
--- a/test/spec/unreachable.txt
+++ b/test/spec/unreachable.txt
@@ -1,4 +1,4 @@
-;;; TOOL: run-d8-spec
+;;; TOOL: run-js-spec
;;; STDIN_FILE: third_party/testsuite/unreachable.wast
(;; STDOUT ;;;
8/8 tests passed.