forked from OSchip/llvm-project
				
			[asan] Update tests according to r274578
llvm-svn: 274579
This commit is contained in:
		
							parent
							
								
									e51401bdab
								
							
						
					
					
						commit
						b395d7271d
					
				| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
// runtime is able to register globals in the __DATA,__asan_globals section.
 | 
			
		||||
 | 
			
		||||
// REQUIRES: osx-ld64-live_support
 | 
			
		||||
// RUN: %clang_asan -Xlinker -dead_strip -o %t %s
 | 
			
		||||
// RUN: %clang_asan -mllvm -asan-globals-live-support -Xlinker -dead_strip -o %t %s
 | 
			
		||||
// RUN: llvm-nm -format=posix %t | FileCheck --check-prefix NM-CHECK %s
 | 
			
		||||
// RUN: not %run %t 2>&1 | FileCheck --check-prefix ASAN-CHECK %s
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
// Do not test with optimization -- the error may be optimized away.
 | 
			
		||||
 | 
			
		||||
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=186
 | 
			
		||||
// XFAIL: win32
 | 
			
		||||
// XFAIL: darwin,win32
 | 
			
		||||
 | 
			
		||||
// The test is expected to fail on OS X Yosemite and older
 | 
			
		||||
// UNSUPPORTED: osx-no-ld64-live_support
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue