]> granicus.if.org Git - clang/commitdiff
Remove "REQUIRES:shell" from tests. They work for me.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:41:33 +0000 (13:41 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 13:41:33 +0000 (13:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221269 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/sanitize-address-field-padding.cpp
test/CodeGen/ubsan-type-blacklist.cpp
test/CodeGenCXX/debug-info-namespace.cpp
test/Driver/modules.m
test/Tooling/pch.cpp

index 0d09a133d438a490781a1b7f3e2b7d955b08b769..9066a5efb0bd12abcb6025a9fb5d760950ed0019 100644 (file)
@@ -5,7 +5,6 @@
 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsanitize=address -fsanitize-address-field-padding=1 -fsanitize-blacklist=%t.type.blacklist -Rsanitize-address -emit-llvm -o - %s -O1 -mconstructor-aliases 2>&1 | FileCheck %s --check-prefix=WITH_CTOR_ALIASES
 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsanitize=address -fsanitize-address-field-padding=1 -fsanitize-blacklist=%t.file.blacklist -Rsanitize-address -emit-llvm -o - %s 2>&1 | FileCheck %s --check-prefix=FILE_BLACKLIST
 // RUN: %clang_cc1 -fsanitize=address -emit-llvm -o - %s 2>&1 | FileCheck %s --check-prefix=NO_PADDING
-// REQUIRES: shell
 //
 
 // The reasons to ignore a particular class are not set in stone and will change.
index 7dc6fe159b51431f5ab754b4e818b6b1bcf08136..e2bbb6a803a6a73d56a35374b57a06ae48e55fdb 100644 (file)
@@ -3,8 +3,6 @@
 // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=vptr -emit-llvm %s -o - | FileCheck %s --check-prefix=DEFAULT
 // RUN: %clang_cc1 -triple x86_64-linux-gnu -fsanitize=vptr -fsanitize-blacklist=%t-type.blacklist -emit-llvm %s -o - | FileCheck %s --check-prefix=TYPE
 
-// REQUIRES: shell
-
 class Bar {
 public:
   virtual ~Bar() {}
index ab98f56b1b2a54fb7aa300ced8291db3aef642b6..1512e9d79cc67b5c2f72244492b3c8ef5ea1cc33 100644 (file)
@@ -77,7 +77,5 @@ using B::i;
 
 // CHECK-NOLIMIT: ; [ DW_TAG_structure_type ] [bar] [line 6, {{.*}}] [def] [from ]
 
-// FIXME: It is confused on win32 to generate file entry when dosish filename is given.
-// REQUIRES: shell
 // REQUIRES: shell-preserves-root
 // REQUIRES: dw2
index ba462b8300b0b445fc24eb6389278b951c9e2451..8a0c8ba4d88f839d3efeb4f27e600d357035cdbf 100644 (file)
@@ -7,7 +7,6 @@
 // RUN: %clang -fbuild-session-file=doesntexist -### %s 2>&1 | FileCheck -check-prefix=NOFILE %s
 // NOFILE: no such file or directory: 'doesntexist'
 
-// REQUIRES: shell
 // RUN: touch -m -a -t 201008011501 %t.build-session-file
 // RUN: %clang -fbuild-session-file=%t.build-session-file -### %s 2>&1 | FileCheck -check-prefix=TIMESTAMP_ONLY %s
 
index 40bc1e9731c1de2ce094f20591802ae523471d37..5da49eaea9c1830856aa6e7014443761c664faa0 100644 (file)
@@ -9,7 +9,6 @@
 // the test file with an unrelated include as second translation unit.
 // Test for an non-empty file after clang-check is executed.
 // RUN: clang-check -ast-dump "%S/Inputs/pch.cpp" "%s" -- -include-pch %t1 -I "%S" -c >%t2 2>&1
-// REQUIRES: shell
 // RUN: test -s %t2
 
 #include "Inputs/pch-fail.h"