From ac5ef6e5b0a26299508e94f6cc6c0b0f918c824d Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 14 Nov 2019 04:14:49 +0200 Subject: [PATCH] Update test harness --- test/run-spec-test.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/run-spec-test.py b/test/run-spec-test.py index ed21634..53c47cf 100755 --- a/test/run-spec-test.py +++ b/test/run-spec-test.py @@ -8,6 +8,9 @@ # ./run-spec-test.py --exec ../custom_build/wasm3 # +# TODO Get more tests from: +# https://github.com/microsoft/ChakraCore/tree/master/test/WasmSpec + import argparse import os import os.path @@ -308,17 +311,17 @@ else: #"get_local", "set_local", "tee_local", #--- TODO --- + #"int_literals", + #"float_literals", #"memory", #"globals", #"func", #"left-to-right", #"if", "loop", "block", "br", "br_if", "br_table", "return", #"nop", "unreachable", - #"float_literals", #"float_exprs", - #"float_memory", - #"int_literals", #"int_exprs", + #"float_memory", #"elem", #"switch", ]))