[llvm-commits] [llvm-gcc-4.2] r45053 - in /llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted: call.x pass.x

Dale Johannesen dalej at apple.com
Fri Dec 14 17:30:04 PST 2007


Author: johannes
Date: Fri Dec 14 19:30:04 2007
New Revision: 45053

URL: http://llvm.org/viewvc/llvm-project?rev=45053&view=rev
Log:
Suppress some incorrect tests for llvm.


Added:
    llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/call.x
    llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/pass.x

Added: llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/call.x
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/call.x?rev=45053&view=auto

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/call.x (added)
+++ llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/call.x Fri Dec 14 19:30:04 2007
@@ -0,0 +1,12 @@
+# This test has a mismatch between caller and callee arguments.
+# llvm gives a warning that cannot be suppressed.  There seems to
+# be no way to tell the testsuite to ignore the warning, so
+# suppress the test.
+
+load_lib target-supports.exp
+
+if { [is_llvm] } {
+	return 1
+}
+
+return 0

Added: llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/pass.x
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/pass.x?rev=45053&view=auto

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/pass.x (added)
+++ llvm-gcc-4.2/trunk/gcc/testsuite/gcc.c-torture/unsorted/pass.x Fri Dec 14 19:30:04 2007
@@ -0,0 +1,12 @@
+# This test has a mismatch between caller and callee arguments.
+# llvm gives a warning that cannot be suppressed.  There seems to
+# be no way to tell the testsuite to ignore the warning, so
+# suppress the test.
+
+load_lib target-supports.exp
+
+if { [is_llvm] } {
+	return 1
+}
+
+return 0





More information about the llvm-commits mailing list