[PATCH] D48371: [WebAssembly] Update know failures for the wasm waterfall

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 20 08:21:52 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL335135: [WebAssembly] Update know failures for the wasm waterfall (authored by sbc, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D48371

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


Index: llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
===================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt
@@ -5,18 +5,13 @@
 # they pass. (Known failures that do not run at all will not cause an
 # error). The format is
 # <name> <attributes> # comment
-#
-# The attributes in this case represent the different arguments used to
-# compiler: 'wasm-s' is for compiling to .s files, and 'wasm-o' for compiling
-# to wasm object files (.o).
 
 # Computed gotos are not supported (Cannot select BlockAddress/BRIND)
-20071220-1.c wasm-o
-20071220-2.c wasm-o
+20071220-1.c
+20071220-2.c
 20040302-1.c
 20041214-1.c O0
 20071210-1.c
-20071220-1.c wasm-s,O0
 920501-4.c
 920501-5.c
 comp-goto-1.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48371.152095.patch
Type: text/x-patch
Size: 852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180620/f689da5f/attachment.bin>


More information about the llvm-commits mailing list