[PATCH] D61351: [WebAssembly] Update expectations for gcc torture tests
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 15:50:21 PDT 2019
sbc100 created this revision.
Herald added subscribers: llvm-commits, jfb, sunfish, aheejin, hiraditya, jgravelle-google, dschuff.
Herald added a project: LLVM.
This is need to make the wasm waterfall green again
after we land the update to WASI:
https://github.com/WebAssembly/waterfall/pull/492
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61351
Files:
llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
Index: llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
===================================================================
--- llvm/lib/Target/WebAssembly/known_gcc_test_failures.txt
+++ llvm/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.197472.patch
Type: text/x-patch
Size: 586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/ad0524d5/attachment.bin>
More information about the llvm-commits
mailing list