forked from OSchip/llvm-project
Remove "REQUIRES:shell" from tests. They work for me.
llvm-svn: 221269
This commit is contained in:
parent
d2bfd00e71
commit
06ac98299f
|
@ -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.
|
||||
|
|
|
@ -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() {}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
; RUN: not llc -march=x86 -mtriple=x86_64-linux-gnu < %s 2> %t
|
||||
; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
||||
; REQUIRES: shell
|
||||
|
||||
@0 = global i8 extractvalue ([1 x i8] select (i1 ptrtoint (i32* @1 to i1), [1 x i8] [ i8 1 ], [1 x i8] [ i8 2 ]), 0)
|
||||
@1 = external global i32
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
; RUN: not llc -march=x86 -mtriple=x86_64-linux-gnu < %s 2> %t
|
||||
; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
||||
; REQUIRES: shell
|
||||
|
||||
@0 = global i8 insertvalue( { i8 } select (i1 ptrtoint (i32* @1 to i1), { i8 } { i8 1 }, { i8 } { i8 2 }), i8 0, 0)
|
||||
@1 = external global i32
|
||||
|
|
|
@ -27,8 +27,6 @@ RUN: echo "%p/Inputs/cross-cu-inlining.x86_64-macho.o 0x17" >> %t.input
|
|||
RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \
|
||||
RUN: --default-arch=i386 < %t.input | FileCheck %s
|
||||
|
||||
REQUIRES: shell
|
||||
|
||||
CHECK: main
|
||||
CHECK-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test.cc:16
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
REQUIRES: shell
|
||||
|
||||
Test that no temporary file is left behind on error.
|
||||
|
||||
RUN: rm -rf %t
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
; RUN: not grep '_GLOBAL__sub_I_global-ctor' %T/global-ctor.gcno
|
||||
; RUN: rm %T/global-ctor.gcno
|
||||
|
||||
; REQUIRES: shell
|
||||
|
||||
@x = global i32 0, align 4
|
||||
@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @_GLOBAL__sub_I_global-ctor.ll, i8* null }]
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
; RUN: grep _Z3foov %T/linkagename.gcno
|
||||
; RUN: rm %T/linkagename.gcno
|
||||
|
||||
; REQUIRES: shell
|
||||
|
||||
define void @_Z3foov() {
|
||||
entry:
|
||||
ret void, !dbg !8
|
||||
|
|
|
@ -12,8 +12,6 @@ define void @test() {
|
|||
ret void, !dbg !8
|
||||
}
|
||||
|
||||
; REQUIRES: shell
|
||||
|
||||
!llvm.gcov = !{!9}
|
||||
!llvm.dbg.cu = !{!0}
|
||||
!llvm.module.flags = !{!12}
|
||||
|
|
Loading…
Reference in New Issue