[dragonegg] r174494 - It is normal that this test fails on x86-32. What is unclear is why it

Duncan Sands baldrick at free.fr
Wed Feb 6 00:13:41 PST 2013


Author: baldrick
Date: Wed Feb  6 02:13:40 2013
New Revision: 174494

URL: http://llvm.org/viewvc/llvm-project?rev=174494&view=rev
Log:
It is normal that this test fails on x86-32.  What is unclear is why it
suddenly started failing...

Modified:
    dragonegg/trunk/test/validator/c++/x86-64-abi-sret-vs-2word-struct-param.cpp

Modified: dragonegg/trunk/test/validator/c++/x86-64-abi-sret-vs-2word-struct-param.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/validator/c%2B%2B/x86-64-abi-sret-vs-2word-struct-param.cpp?rev=174494&r1=174493&r2=174494&view=diff
==============================================================================
--- dragonegg/trunk/test/validator/c++/x86-64-abi-sret-vs-2word-struct-param.cpp (original)
+++ dragonegg/trunk/test/validator/c++/x86-64-abi-sret-vs-2word-struct-param.cpp Wed Feb  6 02:13:40 2013
@@ -1,7 +1,5 @@
 // RUN: %dragonegg -S %s -o - | FileCheck %s
-// XTARGET: x86
-// PR4242
-// (PR 4242 bug is on 64-bit only, test passes on x86-32 as well)
+// XFAIL: i386, i486, i586, i686
 
 struct S {
     void* data[3];





More information about the llvm-commits mailing list