From 4df0ebef475ab0e01d1371e2a0035bc76cc1ad4d Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Tue, 28 Apr 2015 01:29:36 +0000 Subject: [PATCH] Address old FIXMEs in UBSan test cases. llvm-svn: 235961 --- compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp | 1 - compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp b/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp index 7fd6ab2..61bf431 100644 --- a/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp +++ b/compiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp @@ -1,4 +1,3 @@ -// FIXME: run this (and other) UBSan tests in both 32- and 64-bit modes (?). // RUN: %clangxx -fsanitize=float-cast-overflow -g %s -o %t // RUN: %run %t _ // RUN: env UBSAN_OPTIONS=print_summary=1 %run %t 0 2>&1 | FileCheck %s --check-prefix=CHECK-0 diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp index da141c2..38ecf75 100644 --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp @@ -23,8 +23,6 @@ // RUN: echo "vptr_check:S" > %t.loc-supp // RUN: UBSAN_OPTIONS="suppressions='%t.loc-supp':halt_on_error=1" not %run %t x- 2>&1 | FileCheck %s --check-prefix=CHECK-LOC-SUPPRESS -// FIXME: This test produces linker errors on Darwin. -// XFAIL: darwin // REQUIRES: stable-runtime #include -- 2.7.4