[PATCH] D61351: [WebAssembly] Update expectations for gcc torture tests

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 16:10:09 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL359634: [WebAssembly] Update expectations for gcc torture tests (authored by sbc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61351?vs=197472&id=197482#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61351/new/

https://reviews.llvm.org/D61351

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
@@ -93,6 +93,18 @@
 devirt-23.C  # bad main signature
 lifetime2.C  # violates C++ DR1696
 
+# WASI doesn't have stdjmp.h yet
+pr56982.c
+simd-2.C
+
+# WASI doesn't have pthread.h yet
+thread_local3.C
+thread_local3g.C
+thread_local4.C
+thread_local4g.C
+thread_local5.C
+thread_local5g.C
+
 # Untriaged C++ failures
 spec5.C
 addr1.C


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61351.197482.patch
Type: text/x-patch
Size: 604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/fc22105a/attachment.bin>


More information about the llvm-commits mailing list