From 082ddbc37beb8df1a1a92d838d6a98c58c553559 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 15 Oct 2019 14:20:10 +0300 Subject: [PATCH] Update tests list --- test/run-spec-test.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/run-spec-test.py b/test/run-spec-test.py index f0b3e29..b89f243 100755 --- a/test/run-spec-test.py +++ b/test/run-spec-test.py @@ -283,11 +283,13 @@ else: "f32_bitwise", "f64_bitwise", "f32", "f64", "float_misc", + "conversions", #--- In progress --- - #"int_literals", - #"int_exprs", #"float_literals", #"float_exprs", + #"endianness", + #"int_literals", + #"int_exprs", #"if", #"elem", #"switch",