]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
20020227-1.x: New file, xfail on 64-bit targets.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 25 Apr 2002 18:49:02 +0000 (18:49 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 25 Apr 2002 18:49:02 +0000 (18:49 +0000)
* gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
targets.

From-SVN: r52762

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20020227-1.x [new file with mode: 0644]

index 4f30310ad41dfb657690cc1e939dd33826021aa8..a8b88ac06cebcbfeeee3c4315595ecab207c85ef 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
+       targets.
+
 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
 
        * g++.dg/abi/mange7.C: New test.
diff --git a/gcc/testsuite/gcc.c-torture/execute/20020227-1.x b/gcc/testsuite/gcc.c-torture/execute/20020227-1.x
new file mode 100644 (file)
index 0000000..3c3c4bb
--- /dev/null
@@ -0,0 +1,21 @@
+# This test reportedly fails on all 64-bit targets, see PR6221.  It's
+# been observed to fail on at least mips-irix6, alpha, ia64, hppa64,
+# sparc64/sparcv9 and mmix during April 2002.
+
+if { [istarget "*64*-*-*"] || [istarget "alpha*-*-*"] || [istarget "mmix-*-*"]
+     || [istarget "sparcv9-*-*"] || [istarget "mips*-*-irix6*"] } {
+    set torture_execute_xfail [istarget]
+}
+
+# Regular sparc- also fails with -m64.
+set torture_eval_before_execute {
+    global compiler_conditional_xfail_data
+    set compiler_conditional_xfail_data {
+        "This test fails on 64-bit targets, see PR6221." \
+        { "sparc-*-*" } \
+        { "-m64" } \
+        { "" }
+    }
+}
+
+return 0