From: NAKAMURA Takumi Date: Tue, 4 Nov 2014 13:41:33 +0000 (+0000) Subject: Remove "REQUIRES:shell" from tests. They work for me. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=773037cb23489c6b15cff9a538b0594b28649125;p=clang Remove "REQUIRES:shell" from tests. They work for me. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221269 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/sanitize-address-field-padding.cpp b/test/CodeGen/sanitize-address-field-padding.cpp index 0d09a133d4..9066a5efb0 100644 --- a/test/CodeGen/sanitize-address-field-padding.cpp +++ b/test/CodeGen/sanitize-address-field-padding.cpp @@ -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. diff --git a/test/CodeGen/ubsan-type-blacklist.cpp b/test/CodeGen/ubsan-type-blacklist.cpp index 7dc6fe159b..e2bbb6a803 100644 --- a/test/CodeGen/ubsan-type-blacklist.cpp +++ b/test/CodeGen/ubsan-type-blacklist.cpp @@ -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() {} diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp index ab98f56b1b..1512e9d79c 100644 --- a/test/CodeGenCXX/debug-info-namespace.cpp +++ b/test/CodeGenCXX/debug-info-namespace.cpp @@ -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 diff --git a/test/Driver/modules.m b/test/Driver/modules.m index ba462b8300..8a0c8ba4d8 100644 --- a/test/Driver/modules.m +++ b/test/Driver/modules.m @@ -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 diff --git a/test/Tooling/pch.cpp b/test/Tooling/pch.cpp index 40bc1e9731..5da49eaea9 100644 --- a/test/Tooling/pch.cpp +++ b/test/Tooling/pch.cpp @@ -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"