Update test harness

extensions
Volodymyr Shymanskyy 5 years ago
parent 6b531f4621
commit 725bd5533b

@ -294,33 +294,34 @@ else:
jsonFiles = list(map(lambda x : f"./core/{x}.json", [ jsonFiles = list(map(lambda x : f"./core/{x}.json", [
#--- Complete --- #--- Complete ---
"i32", "i64", "i32", "i64",
"int_exprs",
"f32", "f32_cmp", "f32_bitwise", "f32", "f32_cmp", "f32_bitwise",
"f64", "f64_cmp", "f64_bitwise", "f64", "f64_cmp", "f64_bitwise",
"float_misc", "float_misc",
"conversions", "conversions",
"stack", "fac", "stack", "fac",
"call", "call",
"break-drop", "break-drop",
"forward", "forward",
"func_ptrs", "func_ptrs",
"endianness",
#--- Almost ready --- #--- Almost ready ---
#"endianness", #"left-to-right", -> need to implement float select
#"address", "align", #"call_indirect", -> need to add type-checking
#"call_indirect", #"int_literals", -> stack underflow
#"get_local", "set_local", "tee_local",
#--- TODO --- #--- TODO ---
#"int_literals", #"address", "align", "memory",
#"get_local", "set_local", "tee_local",
#"float_literals", #"float_literals",
#"memory",
#"globals", #"globals",
#"func", #"func",
#"left-to-right",
#"if", "loop", "block", "br", "br_if", "br_table", "return", #"if", "loop", "block", "br", "br_if", "br_table", "return",
#"nop", "unreachable", #"nop", "unreachable",
#"float_exprs", #"float_exprs",
#"int_exprs",
#"float_memory", #"float_memory",
#"elem", #"elem",
#"switch", #"switch",

Loading…
Cancel
Save