forked from OSchip/llvm-project
				
			Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS.
llvm-svn: 301478
This commit is contained in:
		
							parent
							
								
									d7b2a9981c
								
							
						
					
					
						commit
						c080598ed3
					
				| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
// runtime is able to register globals in the __DATA,__asan_globals section.
 | 
			
		||||
 | 
			
		||||
// REQUIRES: osx-ld64-live_support
 | 
			
		||||
// UNSUPPORTED: ios
 | 
			
		||||
// RUN: %clang_asan -mmacosx-version-min=10.11 -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,7 @@
 | 
			
		|||
 | 
			
		||||
// The test is expected to fail on OS X Yosemite and older
 | 
			
		||||
// UNSUPPORTED: osx-no-ld64-live_support
 | 
			
		||||
// UNSUPPORTED: ios
 | 
			
		||||
 | 
			
		||||
#include <cstdio>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue