mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-11-04 07:14:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_7~svn337372.orig/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
 | 
						|
+++ llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
 | 
						|
@@ -12,6 +12,8 @@
 | 
						|
 // template<class RealType, size_t bits, class URNG>
 | 
						|
 //     RealType generate_canonical(URNG& g);
 | 
						|
 
 | 
						|
+// XFAIL: *
 | 
						|
+
 | 
						|
 #include <random>
 | 
						|
 #include <cassert>
 | 
						|
 
 | 
						|
Index: llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/re/re.traits/isctype.pass.cpp
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_7~svn337372.orig/libcxx/test/std/re/re.traits/isctype.pass.cpp
 | 
						|
+++ llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/re/re.traits/isctype.pass.cpp
 | 
						|
@@ -16,6 +16,7 @@
 | 
						|
 // TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
 | 
						|
 // UNSUPPORTED: asan, msan
 | 
						|
 
 | 
						|
+// XFAIL: *
 | 
						|
 
 | 
						|
 #include <regex>
 | 
						|
 #include <cassert>
 | 
						|
Index: llvm-toolchain-snapshot_7~svn337372/libcxxabi/test/catch_multi_level_pointer.pass.cpp
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_7~svn337372.orig/libcxxabi/test/catch_multi_level_pointer.pass.cpp
 | 
						|
+++ llvm-toolchain-snapshot_7~svn337372/libcxxabi/test/catch_multi_level_pointer.pass.cpp
 | 
						|
@@ -9,6 +9,8 @@
 | 
						|
 
 | 
						|
 // UNSUPPORTED: libcxxabi-no-exceptions
 | 
						|
 
 | 
						|
+// XFAIL: *
 | 
						|
+
 | 
						|
 #include <cassert>
 | 
						|
 #include <cstdlib>
 | 
						|
 #include <iostream>
 | 
						|
Index: llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_7~svn337372.orig/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
 | 
						|
+++ llvm-toolchain-snapshot_7~svn337372/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
 | 
						|
@@ -16,6 +16,8 @@
 | 
						|
 
 | 
						|
 // template <class T, class... Args> void construct(T* p, Args&&... args);
 | 
						|
 
 | 
						|
+// XFAIL: *
 | 
						|
+
 | 
						|
 #include <scoped_allocator>
 | 
						|
 #include <cassert>
 | 
						|
 #include <string>
 |