[llvm] r317718 - [WebAssembly] Update test expectations

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 12:14:06 PST 2017


Author: sbc
Date: Wed Nov  8 12:14:06 2017
New Revision: 317718

URL: http://llvm.org/viewvc/llvm-project?rev=317718&view=rev
Log:
[WebAssembly] Update test expectations

I believe these were fixed in rL317707

Differential Revision: https://reviews.llvm.org/D39813

Modified:
    llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt

Modified: llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt?rev=317718&r1=317717&r2=317718&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Wed Nov  8 12:14:06 2017
@@ -11,6 +11,7 @@
 # to wasm object files (.o).
 
 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
+20071220-1.c wasm-o,O0
 20040302-1.c
 20041214-1.c O0
 20071210-1.c
@@ -76,20 +77,8 @@ pr41935.c
 pr28865.c
 widechar-2.c
 
-# crash: Running pass 'WebAssembly Explicit Locals' on function
-20020107-1.c wasm-o
-20030222-1.c wasm-o
-20071220-1.c wasm-o
-20071220-2.c wasm-o
-990130-1.c wasm-o
-pr38533.c wasm-o
-pr41239.c wasm-o
-pr43385.c wasm-o
-pr43560.c wasm-o
-pr45695.c wasm-o
-pr49279.c wasm-o
-pr49390.c wasm-o
-pr52286.c wasm-o
+# Untriaged: Assertion failure in WasmObjectWriter::applyRelocations
+20071220-2.c wasm-o,O0
 
 # Untriaged: Assertion failure in WasmObjectWriter::getFunctionType
 20051012-1.c wasm-o,O0




More information about the llvm-commits mailing list