Drop "REQUIRES:shell" in tests. They can run on win32.
llvm-svn: 173415
This commit is contained in:
		
							parent
							
								
									cf656385ea
								
							
						
					
					
						commit
						fc37344916
					
				| 
						 | 
				
			
			@ -1,5 +1,4 @@
 | 
			
		|||
// RUN: clang-format 2>&1 >/dev/null %s |FileCheck %s
 | 
			
		||||
// REQUIRES: shell
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
// CHECK: diagnostic.cpp:[[@LINE-1]]:1: error: unexpected '}'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,7 +4,6 @@
 | 
			
		|||
// RUN: FileCheck -input-file=%t.cpp %s
 | 
			
		||||
// RUN: cpp11-migrate -loop-convert -use-nullptr -risk=risky %t_risky.cpp --
 | 
			
		||||
// RUN: FileCheck -check-prefix=RISKY -input-file=%t_risky.cpp %s
 | 
			
		||||
// REQUIRES: shell
 | 
			
		||||
// XFAIL: *
 | 
			
		||||
 | 
			
		||||
#define NULL 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,6 @@
 | 
			
		|||
// RUN: cpp11-migrate -use-nullptr %t.cpp -- -I %S
 | 
			
		||||
// RUN: FileCheck -input-file=%t.cpp %s
 | 
			
		||||
// RUN: FileCheck -input-file=%T/basic.h %S/Inputs/basic.h
 | 
			
		||||
// REQUIRES: shell
 | 
			
		||||
 | 
			
		||||
#include "Inputs/basic.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
 | 
			
		||||
// RUN: cpp11-migrate -use-nullptr %t.cpp -- -I %S
 | 
			
		||||
// RUN: FileCheck -input-file=%t.cpp %s
 | 
			
		||||
// REQUIRES: shell
 | 
			
		||||
// XFAIL: *
 | 
			
		||||
 | 
			
		||||
#define NULL 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
 | 
			
		||||
// RUN: cpp11-migrate %t.cpp --
 | 
			
		||||
// XFAIL: *
 | 
			
		||||
// REQUIRES: shell
 | 
			
		||||
 | 
			
		||||
int main(int argc, char** argv) {
 | 
			
		||||
  return 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
 | 
			
		||||
// RUN: remove-cstr-calls . %t.cpp --
 | 
			
		||||
// RUN: FileCheck -input-file=%t.cpp %s
 | 
			
		||||
// REQUIRES: shell
 | 
			
		||||
 | 
			
		||||
namespace std {
 | 
			
		||||
template<typename T> class allocator {};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue