[llvm-commits] [dragonegg] r152032 - /dragonegg/trunk/test/compilator/dragonegg-lit.cfg

Duncan Sands baldrick at free.fr
Mon Mar 5 08:14:56 PST 2012


Author: baldrick
Date: Mon Mar  5 10:14:56 2012
New Revision: 152032

URL: http://llvm.org/viewvc/llvm-project?rev=152032&view=rev
Log:
Changed the path to these tests.

Modified:
    dragonegg/trunk/test/compilator/dragonegg-lit.cfg

Modified: dragonegg/trunk/test/compilator/dragonegg-lit.cfg
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/test/compilator/dragonegg-lit.cfg?rev=152032&r1=152031&r2=152032&view=diff
==============================================================================
--- dragonegg/trunk/test/compilator/dragonegg-lit.cfg (original)
+++ dragonegg/trunk/test/compilator/dragonegg-lit.cfg Mon Mar  5 10:14:56 2012
@@ -73,7 +73,7 @@
     # Both gcc-4.6 codegen and the plugin assert due to wrong gimple, however
     # gcc_assert produces exit code 1 while C++ assert gives exit code 4, so
     # causing the test to fail.  This difference is not worth caring about.
-    'clang-test/SemaTemplate/instantiate-typeof.cpp',
+    'clang-testsuite/SemaTemplate/instantiate-typeof.cpp',
 
     # bitfields with non-integer type
     'gcc-testsuite/gnat.dg/aggr4.adb',
@@ -468,16 +468,16 @@
     'gcc-testsuite/go.test/test/fixedbugs/bug294.go', # Cache collision with decl_llvm
     'gcc-testsuite/go.test/test/interface/embed.go', # Cache collision with decl_llvm
     'local/2004-11-27-InlineAsmFunctionRedefinition.cpp', # label emitted multiple times to assembly file
-    'clang-test/CodeGen/2003-10-29-AsmRename.c', # label emitted multiple times to assembly file
-    'clang-test/CodeGen/x86.c', # Impossible register constraint in asm not rejected
-    'clang-test/CodeGen/mmx-inline-asm.c', # Assertion "Only trivial scalar-to-vector conversions should get here!" failed
-    'clang-test/CodeGen/attributes.c', # Wrong section not rejected
-    'clang-test/CodeGen/arm-asm-variable.c', # Invalid register name not rejected
-    'clang-test/CodeGen/asm.c', # Invalid register name not rejected
-    'clang-test/CodeGen/mult-alt-generic.c', # Invalid register for constraint not rejected
-    'clang-test/CodeGen/struct-matching-constraint.c', # Impossible constraint in asm not rejected
-    'clang-test/Sema/2009-04-22-UnknownSize.c', # GCC rejects with: storage size isn't known
-    'clang-test/CodeGen/func-return-member.c', # Not yet handled by ABI code
+    'clang-testsuite/CodeGen/2003-10-29-AsmRename.c', # label emitted multiple times to assembly file
+    'clang-testsuite/CodeGen/x86.c', # Impossible register constraint in asm not rejected
+    'clang-testsuite/CodeGen/mmx-inline-asm.c', # Assertion "Only trivial scalar-to-vector conversions should get here!" failed
+    'clang-testsuite/CodeGen/attributes.c', # Wrong section not rejected
+    'clang-testsuite/CodeGen/arm-asm-variable.c', # Invalid register name not rejected
+    'clang-testsuite/CodeGen/asm.c', # Invalid register name not rejected
+    'clang-testsuite/CodeGen/mult-alt-generic.c', # Invalid register for constraint not rejected
+    'clang-testsuite/CodeGen/struct-matching-constraint.c', # Impossible constraint in asm not rejected
+    'clang-testsuite/Sema/2009-04-22-UnknownSize.c', # GCC rejects with: storage size isn't known
+    'clang-testsuite/CodeGen/func-return-member.c', # Not yet handled by ABI code
 }
 
 # testFormat: The test format to use to interpret tests.





More information about the llvm-commits mailing list