[PATCH] D39813: [WebAssembly] Update test expectations

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 12:08:54 PST 2017


sbc100 updated this revision to Diff 122138.
sbc100 added a comment.

- fix typo


https://reviews.llvm.org/D39813

Files:
  lib/Target/WebAssembly/known_gcc_test_failures.txt


Index: lib/Target/WebAssembly/known_gcc_test_failures.txt
===================================================================
--- lib/Target/WebAssembly/known_gcc_test_failures.txt
+++ lib/Target/WebAssembly/known_gcc_test_failures.txt
@@ -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 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39813.122138.patch
Type: text/x-patch
Size: 973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/11445915/attachment.bin>


More information about the llvm-commits mailing list