[PATCH] D49577: [WebAssembly] Disable a test that violates DR1696

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 17:18:52 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL337512: [WebAssembly] Disable a test that violates DR1696 (authored by aheejin, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D49577

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
@@ -92,6 +92,7 @@
 devirt-14.C  # bad main signature
 devirt-21.C  # bad main signature
 devirt-23.C  # bad main signature
+lifetime2.C  # violates C++ DR1696
 
 # Untriaged C++ failures
 spec5.C


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49577.156405.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/6194866d/attachment.bin>


More information about the llvm-commits mailing list