[llvm] r359634 - [WebAssembly] Update expectations for gcc torture tests
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 16:10:28 PDT 2019
Author: sbc
Date: Tue Apr 30 16:10:28 2019
New Revision: 359634
URL: http://llvm.org/viewvc/llvm-project?rev=359634&view=rev
Log:
[WebAssembly] Update expectations for gcc torture tests
This is needed to make the wasm waterfall green again
after we land the update to WASI:
https://github.com/WebAssembly/waterfall/pull/492
Differential Revision: https://reviews.llvm.org/D61351
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=359634&r1=359633&r2=359634&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/known_gcc_test_failures.txt Tue Apr 30 16:10:28 2019
@@ -93,6 +93,18 @@ devirt-21.C # bad main signature
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
More information about the llvm-commits
mailing list