[llvm-commits] [test-suite] r128460 - /test-suite/trunk/SingleSource/UnitTests/ObjC++/Makefile
Bob Wilson
bob.wilson at apple.com
Tue Mar 29 09:03:44 PDT 2011
Author: bwilson
Date: Tue Mar 29 11:03:44 2011
New Revision: 128460
URL: http://llvm.org/viewvc/llvm-project?rev=128460&view=rev
Log:
Skip the property-reference-object test when using llvm-gcc.
It won't even compile with llvm-gcc and only works with clang.
Modified:
test-suite/trunk/SingleSource/UnitTests/ObjC++/Makefile
Modified: test-suite/trunk/SingleSource/UnitTests/ObjC++/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/ObjC%2B%2B/Makefile?rev=128460&r1=128459&r2=128460&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/ObjC++/Makefile (original)
+++ test-suite/trunk/SingleSource/UnitTests/ObjC++/Makefile Tue Mar 29 11:03:44 2011
@@ -9,7 +9,7 @@
# This is a known gcc / llvm-gcc miscompilation fixed in clang.
ifdef CC_UNDER_TEST_IS_LLVM_GCC
-EXEC_XFAILS = property-reference-object
+PROGRAMS_TO_SKIP := property-reference-object
endif
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list