[compiler-rt] r209517 - [ubsan] temporary disable testing with -m32 as there are bots that don't support it

Kostya Serebryany kcc at google.com
Fri May 23 08:02:06 PDT 2014


Author: kcc
Date: Fri May 23 10:02:06 2014
New Revision: 209517

URL: http://llvm.org/viewvc/llvm-project?rev=209517&view=rev
Log:
[ubsan] temporary disable testing with -m32 as there are bots that don't support it

Modified:
    compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp

Modified: compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp?rev=209517&r1=209516&r2=209517&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp Fri May 23 10:02:06 2014
@@ -12,18 +12,18 @@
 // RUN: %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
 
 // FIXME: run all ubsan tests in 32- and 64-bit modes (?).
-// RUN: %clangxx -fsanitize=float-cast-overflow -m32 %s -o %t
-// RUN: %run %t _
-// RUN: %run %t 0 2>&1 | FileCheck %s --check-prefix=CHECK-0
-// RUN: %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-1
-// RUN: %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-2
-// RUN: %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-3
-// RUN: %run %t 4 2>&1 | FileCheck %s --check-prefix=CHECK-4
-// RUN: %run %t 5 2>&1 | FileCheck %s --check-prefix=CHECK-5
-// RUN: %run %t 6 2>&1 | FileCheck %s --check-prefix=CHECK-6
+// FIXME: %clangxx -fsanitize=float-cast-overflow -m32 %s -o %t
+// FIXME: %run %t _
+// FIXME: %run %t 0 2>&1 | FileCheck %s --check-prefix=CHECK-0
+// FIXME: %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-1
+// FIXME: %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-2
+// FIXME: %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-3
+// FIXME: %run %t 4 2>&1 | FileCheck %s --check-prefix=CHECK-4
+// FIXME: %run %t 5 2>&1 | FileCheck %s --check-prefix=CHECK-5
+// FIXME: %run %t 6 2>&1 | FileCheck %s --check-prefix=CHECK-6
 // FIXME: %run %t 7 2>&1 | FileCheck %s --check-prefix=CHECK-7
-// RUN: %run %t 8 2>&1 | FileCheck %s --check-prefix=CHECK-8
-// RUN: %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
+// FIXME: %run %t 8 2>&1 | FileCheck %s --check-prefix=CHECK-8
+// FIXME: %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
 
 // This test assumes float and double are IEEE-754 single- and double-precision.
 





More information about the llvm-commits mailing list