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

llvm-svn: 209517
This commit is contained in:
Kostya Serebryany 2014-05-23 15:02:06 +00:00
parent a72efdff9e
commit ef769fac90
1 changed files with 11 additions and 11 deletions

View File

@ -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.