From: Heejin Ahn Date: Fri, 20 Jul 2018 00:13:42 +0000 (+0000) Subject: [WebAssembly] Disable a test that violates DR1696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed6266d5795e3a15642169d229dc61cb058b5435;p=llvm [WebAssembly] Disable a test that violates DR1696 Summary: lifetime2.C violates DR1696, which prevents reference members from being initialized to temporaries, whose lifetime would end at the end of ctor. Reviewers: sbc100 Subscribers: dschuff, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D49577 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337512 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/known_gcc_test_failures.txt b/lib/Target/WebAssembly/known_gcc_test_failures.txt index 4de999834ba..364c871f61b 100644 --- a/lib/Target/WebAssembly/known_gcc_test_failures.txt +++ b/lib/Target/WebAssembly/known_gcc_test_failures.txt @@ -92,6 +92,7 @@ devirt-13.C # bad main signature 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