mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-11-04 04:13:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_7~svn337372.orig/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
 | 
						|
+++ llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
 | 
						|
@@ -8,6 +8,7 @@
 | 
						|
 //===----------------------------------------------------------------------===//
 | 
						|
 //
 | 
						|
 // UNSUPPORTED: libcpp-has-no-threads
 | 
						|
+// XFAIL: *
 | 
						|
 
 | 
						|
 // <condition_variable>
 | 
						|
 
 | 
						|
Index: llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_7~svn337372.orig/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
 | 
						|
+++ llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
 | 
						|
@@ -9,6 +9,7 @@
 | 
						|
 //
 | 
						|
 // UNSUPPORTED: libcpp-has-no-threads
 | 
						|
 // UNSUPPORTED: c++98, c++03, c++11
 | 
						|
+// XFAIL: *
 | 
						|
 
 | 
						|
 // <shared_mutex>
 | 
						|
 
 |