diff options
Diffstat (limited to 'test/wasm2c')
-rw-r--r-- | test/wasm2c/spec/custom.txt | 5 | ||||
-rw-r--r-- | test/wasm2c/spec/data.txt | 5 | ||||
-rw-r--r-- | test/wasm2c/spec/elem.txt | 5 | ||||
-rw-r--r-- | test/wasm2c/spec/memory_grow.txt | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/test/wasm2c/spec/custom.txt b/test/wasm2c/spec/custom.txt new file mode 100644 index 00000000..5edf0836 --- /dev/null +++ b/test/wasm2c/spec/custom.txt @@ -0,0 +1,5 @@ +;;; TOOL: run-spec-wasm2c +;;; STDIN_FILE: third_party/testsuite/custom.wast +(;; STDOUT ;;; +0/0 tests passed. +;;; STDOUT ;;) diff --git a/test/wasm2c/spec/data.txt b/test/wasm2c/spec/data.txt new file mode 100644 index 00000000..c53ba239 --- /dev/null +++ b/test/wasm2c/spec/data.txt @@ -0,0 +1,5 @@ +;;; TOOL: run-spec-wasm2c +;;; STDIN_FILE: third_party/testsuite/data.wast +(;; STDOUT ;;; +0/0 tests passed. +;;; STDOUT ;;) diff --git a/test/wasm2c/spec/elem.txt b/test/wasm2c/spec/elem.txt new file mode 100644 index 00000000..ecd021af --- /dev/null +++ b/test/wasm2c/spec/elem.txt @@ -0,0 +1,5 @@ +;;; TOOL: run-spec-wasm2c +;;; STDIN_FILE: third_party/testsuite/elem.wast +(;; STDOUT ;;; +13/13 tests passed. +;;; STDOUT ;;) diff --git a/test/wasm2c/spec/memory_grow.txt b/test/wasm2c/spec/memory_grow.txt new file mode 100644 index 00000000..83853780 --- /dev/null +++ b/test/wasm2c/spec/memory_grow.txt @@ -0,0 +1,5 @@ +;;; TOOL: run-spec-wasm2c +;;; STDIN_FILE: third_party/testsuite/memory_grow.wast +(;; STDOUT ;;; +45/45 tests passed. +;;; STDOUT ;;) |