0f901c7ec4 
								
							 
						 
						
							
							
								
								[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.  
							
							... 
							
							
							
							This replaces every occurrence of _LIBCPP_STD_VER in the tests with
TEST_STD_VER. Additionally, for every affected
file, #include "test_macros.h" is being added explicitly if it wasn't
already there.
https://reviews.llvm.org/D26294 
llvm-svn: 286007 
							
						 
						
							2016-11-04 20:26:59 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								981986cdfc 
								
							 
						 
						
							
							
								
								[libcxx] Fix c++98 test failures.  
							
							... 
							
							
							
							Adds XFAIL/UNSUPPORTED lit tags as appropriate. Gets a clean test run
for -std=c++98 on Fedora 20.
NFC.
llvm-svn: 271741 
							
						 
						
							2016-06-03 21:40:03 +00:00  
				
					
						
							
							
								 
						
							
								d04c685168 
								
							 
						 
						
							
							
								
								Remove trailing whitespace in test suite. Approved by Marshall Clow.  
							
							... 
							
							
							
							llvm-svn: 271435 
							
						 
						
							2016-06-01 21:35:39 +00:00  
				
					
						
							
							
								 
						
							
								f8457a0735 
								
							 
						 
						
							
							
								
								Add tests for LWG#2299. While doing so, I noticed that the tests we have for the transparent comparators don't actually call them. Fix those tests, too. Now one of them is failing, due to a missing const in <map>. Add that (twice). Next step is to do the same for <unordered_map>  
							
							... 
							
							
							
							llvm-svn: 241091 
							
						 
						
							2015-06-30 18:15:41 +00:00  
				
					
						
							
							
								 
						
							
								5a83710e37 
								
							 
						 
						
							
							
								
								Move test into test/std subdirectory.  
							
							... 
							
							
							
							llvm-svn: 224658 
							
						 
						
							2014-12-20 01:40:03 +00:00