diff options
-rw-r--r-- | test/s2wasm_known_gcc_test_failures.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/test/s2wasm_known_gcc_test_failures.txt b/test/s2wasm_known_gcc_test_failures.txt index ebd670deb..c07e9538a 100644 --- a/test/s2wasm_known_gcc_test_failures.txt +++ b/test/s2wasm_known_gcc_test_failures.txt @@ -5,16 +5,14 @@ # 366:13: redefinition of label "$.LBB1_13" pr24716.c.s.wast -# TODO The following 7 tests should not be passing, but are. -# Temporarily comment them out to make the waterfall green. # Unknown symbol (likely an external symbol). -#pr54937.c.s # $exit +pr54937.c.s # $exit # Unknown symbol ($abort, $stdout, $stderr). -#921110-1.c.s -#fprintf-1.c.s -#gofast.c.s +921110-1.c.s +fprintf-1.c.s +gofast.c.s # Block address taken. -#20071220-1.c.s -#20071220-2.c.s +20071220-1.c.s +20071220-2.c.s |