]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-blacklis...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 18 Jan 2013 14:11:04 +0000 (14:11 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 18 Jan 2013 14:11:04 +0000 (14:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172820 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/address-safety-attr.cpp
test/CodeGen/ubsan-blacklist.c

index 6556e7bf1df09128599317541d3a4d2c0be7b637..d6832a46d703e66c40125080871c9bcd5e798f03 100644 (file)
@@ -3,6 +3,9 @@
 // RUN: echo "src:%s" > %t
 // RUN: %clang_cc1 -emit-llvm -o - %s -fsanitize=address -fsanitize-blacklist=%t | FileCheck %s
 
+// FIXME: %t is like "src:x:\path\to\clang\test\CodeGen\address-safety-attr.cpp"
+// REQUIRES: shell
+
 // The address_safety attribute should be attached to functions
 // when AddressSanitizer is enabled, unless no_address_safety_analysis attribute
 // is present.
index 1173b58e46f8625567a0ecd10c00876492e93eee..6c67f027e9226e201bf4326f2e9d0865665ae2e6 100644 (file)
@@ -5,6 +5,9 @@
 // RUN: %clang_cc1 -fsanitize=unsigned-integer-overflow -fsanitize-blacklist=%t-func.blacklist -emit-llvm %s -o - | FileCheck %s --check-prefix=FUNC
 // RUN: %clang_cc1 -fsanitize=unsigned-integer-overflow -fsanitize-blacklist=%t-file.blacklist -emit-llvm %s -o - | FileCheck %s --check-prefix=FILE
 
+// FIXME: %t-file.blacklist contains DOSish paths.
+// REQUIRES: shell
+
 unsigned i;
 
 // DEFAULT: @hash