f2f2a6395f 
								
							 
						 
						
							
							
								
								Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.  
							
							... 
							
							
							
							This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com . Thanks STL!
llvm-svn: 272716 
							
						 
						
							2016-06-14 21:31:42 +00:00  
				
					
						
							
							
								 
						
							
								b2cdce480a 
								
							 
						 
						
							
							
								
								Avoid name shadowing in test. Patch from STL@microsoft.com  
							
							... 
							
							
							
							llvm-svn: 272618 
							
						 
						
							2016-06-14 02:47:46 +00:00  
				
					
						
							
							
								 
						
							
								fb42f4c44a 
								
							 
						 
						
							
							
								
								Void cast runtime-unused variables. Patch from STL@microsoft.com  
							
							... 
							
							
							
							llvm-svn: 268284 
							
						 
						
							2016-05-02 19:15:48 +00:00  
				
					
						
							
							
								 
						
							
								94b5bc4263 
								
							 
						 
						
							
							
								
								Fix a corner case that involved calling rethrow_if_nested with a type that had a deleted operator&. Added a test to catch this as well. Thanks to Ville for the heads-up.  
							
							... 
							
							
							
							llvm-svn: 255517 
							
						 
						
							2015-12-14 18:01:56 +00:00  
				
					
						
							
							
								 
						
							
								f520c1445f 
								
							 
						 
						
							
							
								
								Make it possible to build a no-exceptions variant of libcxx.  
							
							... 
							
							
							
							Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.
This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.
Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a
llvm-svn: 252598 
							
						 
						
							2015-11-10 11:41:22 +00:00  
				
					
						
							
							
								 
						
							
								b7361983d1 
								
							 
						 
						
							
							
								
								Fix a problem when calling throw_with_nested with a class marked 'final'. Thanks to STL @ Microsoft for the bug report.  
							
							... 
							
							
							
							llvm-svn: 232384 
							
						 
						
							2015-03-16 15:10:28 +00:00  
				
					
						
							
							
								 
						
							
								5a83710e37 
								
							 
						 
						
							
							
								
								Move test into test/std subdirectory.  
							
							... 
							
							
							
							llvm-svn: 224658 
							
						 
						
							2014-12-20 01:40:03 +00:00