aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fixtures/spec_testsuites/core/table-sub.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-03-16 20:41:50 +0900
committernsfisis <nsfisis@gmail.com>2024-03-16 20:41:50 +0900
commit3d2d891d7e1492d179cd8da7a618fbdd5efcca2c (patch)
tree45367f35d98af1125a2197b3bc3dbc35700128d7 /tests/fixtures/spec_testsuites/core/table-sub.json
parent9b45796547c8022b98a9254320323d72aecd81cb (diff)
downloadphp-waddiwasi-3d2d891d7e1492d179cd8da7a618fbdd5efcca2c.tar.gz
php-waddiwasi-3d2d891d7e1492d179cd8da7a618fbdd5efcca2c.tar.zst
php-waddiwasi-3d2d891d7e1492d179cd8da7a618fbdd5efcca2c.zip
feat: add spec testsuites
Diffstat (limited to 'tests/fixtures/spec_testsuites/core/table-sub.json')
-rw-r--r--tests/fixtures/spec_testsuites/core/table-sub.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fixtures/spec_testsuites/core/table-sub.json b/tests/fixtures/spec_testsuites/core/table-sub.json
new file mode 100644
index 0000000..6267532
--- /dev/null
+++ b/tests/fixtures/spec_testsuites/core/table-sub.json
@@ -0,0 +1,4 @@
+{"source_filename": "./table-sub.wast",
+ "commands": [
+ {"type": "assert_invalid", "line": 2, "filename": "table-sub.0.wasm", "text": "type mismatch", "module_type": "binary"},
+ {"type": "assert_invalid", "line": 13, "filename": "table-sub.1.wasm", "text": "type mismatch", "module_type": "binary"}]}