[ubsan] temporary disable testing with -m32 as there are bots that don't support it
llvm-svn: 209517
This commit is contained in:
parent
a72efdff9e
commit
ef769fac90
|
|
@ -12,18 +12,18 @@
|
||||||
// RUN: %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
|
// RUN: %run %t 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
|
||||||
|
|
||||||
// FIXME: run all ubsan tests in 32- and 64-bit modes (?).
|
// FIXME: run all ubsan tests in 32- and 64-bit modes (?).
|
||||||
// RUN: %clangxx -fsanitize=float-cast-overflow -m32 %s -o %t
|
// FIXME: %clangxx -fsanitize=float-cast-overflow -m32 %s -o %t
|
||||||
// RUN: %run %t _
|
// FIXME: %run %t _
|
||||||
// RUN: %run %t 0 2>&1 | FileCheck %s --check-prefix=CHECK-0
|
// FIXME: %run %t 0 2>&1 | FileCheck %s --check-prefix=CHECK-0
|
||||||
// RUN: %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-1
|
// FIXME: %run %t 1 2>&1 | FileCheck %s --check-prefix=CHECK-1
|
||||||
// RUN: %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-2
|
// FIXME: %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-2
|
||||||
// RUN: %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-3
|
// FIXME: %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-3
|
||||||
// RUN: %run %t 4 2>&1 | FileCheck %s --check-prefix=CHECK-4
|
// FIXME: %run %t 4 2>&1 | FileCheck %s --check-prefix=CHECK-4
|
||||||
// RUN: %run %t 5 2>&1 | FileCheck %s --check-prefix=CHECK-5
|
// FIXME: %run %t 5 2>&1 | FileCheck %s --check-prefix=CHECK-5
|
||||||
// RUN: %run %t 6 2>&1 | FileCheck %s --check-prefix=CHECK-6
|
// FIXME: %run %t 6 2>&1 | FileCheck %s --check-prefix=CHECK-6
|
||||||
// FIXME: %run %t 7 2>&1 | FileCheck %s --check-prefix=CHECK-7
|
// FIXME: %run %t 7 2>&1 | FileCheck %s --check-prefix=CHECK-7
|
||||||
// RUN: %run %t 8 2>&1 | FileCheck %s --check-prefix=CHECK-8
|
// FIXME: %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 9 2>&1 | FileCheck %s --check-prefix=CHECK-9
|
||||||
|
|
||||||
// This test assumes float and double are IEEE-754 single- and double-precision.
|
// This test assumes float and double are IEEE-754 single- and double-precision.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue