r221269 - Remove "REQUIRES:shell" from tests. They work for me.

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 4 05:41:33 PST 2014


Author: chapuni
Date: Tue Nov  4 07:41:33 2014
New Revision: 221269

URL: http://llvm.org/viewvc/llvm-project?rev=221269&view=rev
Log:
Remove "REQUIRES:shell" from tests. They work for me.

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

Modified: cfe/trunk/test/CodeGen/sanitize-address-field-padding.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/sanitize-address-field-padding.cpp?rev=221269&r1=221268&r2=221269&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/sanitize-address-field-padding.cpp (original)
+++ cfe/trunk/test/CodeGen/sanitize-address-field-padding.cpp Tue Nov  4 07:41:33 2014
@@ -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.

Modified: cfe/trunk/test/CodeGen/ubsan-type-blacklist.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ubsan-type-blacklist.cpp?rev=221269&r1=221268&r2=221269&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ubsan-type-blacklist.cpp (original)
+++ cfe/trunk/test/CodeGen/ubsan-type-blacklist.cpp Tue Nov  4 07:41:33 2014
@@ -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() {}

Modified: cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp?rev=221269&r1=221268&r2=221269&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp Tue Nov  4 07:41:33 2014
@@ -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

Modified: cfe/trunk/test/Driver/modules.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/modules.m?rev=221269&r1=221268&r2=221269&view=diff
==============================================================================
--- cfe/trunk/test/Driver/modules.m (original)
+++ cfe/trunk/test/Driver/modules.m Tue Nov  4 07:41:33 2014
@@ -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
 

Modified: cfe/trunk/test/Tooling/pch.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Tooling/pch.cpp?rev=221269&r1=221268&r2=221269&view=diff
==============================================================================
--- cfe/trunk/test/Tooling/pch.cpp (original)
+++ cfe/trunk/test/Tooling/pch.cpp Tue Nov  4 07:41:33 2014
@@ -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"





More information about the cfe-commits mailing list