Eric Fiselier 
							
						 
					 
					
						
						
							
						
						9eddf6e1f5 
					 
					
						
						
							
							Remove task to get C++03 tests passing from TODO.txt  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246392  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-08-30 17:58:50 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Fiselier 
							
						 
					 
					
						
						
							
						
						87813277b3 
					 
					
						
						
							
							Finally get the test suite passing in C++03!!  
						
						... 
						
						
						
						After months of work there are only 4 tests still failing in C++03.
This patch fixes those tests.
All of the libc++ builders should be green.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246275  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-08-28 05:46:17 +00:00 
						 
				 
			
				
					
						
							
							
								Marshall Clow 
							
						 
					 
					
						
						
							
						
						70e8f59884 
					 
					
						
						
							
							Fix a crasher found by libFuzzer  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@245849  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-08-24 15:57:09 +00:00 
						 
				 
			
				
					
						
							
							
								Marshall Clow 
							
						 
					 
					
						
						
							
						
						568bd0222f 
					 
					
						
						
							
							Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@243030  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-07-23 18:27:51 +00:00 
						 
				 
			
				
					
						
							
							
								Marshall Clow 
							
						 
					 
					
						
						
							
						
						64befb5bc5 
					 
					
						
						
							
							Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#22651. Thanks to Jim Porter for the report and suggested fix.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@232733  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-03-19 17:05:59 +00:00 
						 
				 
			
				
					
						
							
							
								Ed Schouten 
							
						 
					 
					
						
						
							
						
						eda3fcaaed 
					 
					
						
						
							
							Don't hardcode the Czech locale name.  
						
						... 
						
						
						
						We already have a definition for the Czech locale name in
platform_support.h. Use this one instead.
While there, respect the common format of the tests. For most other
tests it's the case that test_iterators.h is placed right underneath the
other #includes (without an empty line). platform_support.h is included
after an empty line.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@232383  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-03-16 15:09:15 +00:00 
						 
				 
			
				
					
						
							
							
								Marshall Clow 
							
						 
					 
					
						
						
							
						
						5e56c30413 
					 
					
						
						
							
							Fix for PR22061 by K-ballo  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@227384  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-01-28 22:22:35 +00:00 
						 
				 
			
				
					
						
							
							
								Marshall Clow 
							
						 
					 
					
						
						
							
						
						02f6369a6b 
					 
					
						
						
							
							Cleaning up the test suite; remove some includes of non-standard file <__config>  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@226411  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-01-18 19:05:51 +00:00 
						 
				 
			
				
					
						
							
							
								Jonathan Roelofs 
							
						 
					 
					
						
						
							
						
						33459617e7 
					 
					
						
						
							
							Rename system_lib -> system_cxx_lib. NFC  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@226061  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-01-14 23:38:12 +00:00 
						 
				 
			
				
					
						
							
							
								Marshall Clow 
							
						 
					 
					
						
						
							
						
						083e011d6c 
					 
					
						
						
							
							Make regex::assign not clobber the regex in case of failure. Fixes PR#22213  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225799  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-01-13 16:49:52 +00:00 
						 
				 
			
				
					
						
							
							
								Eric Fiselier 
							
						 
					 
					
						
						
							
						
						a90c6dd460 
					 
					
						
						
							
							Move test into test/std subdirectory.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@224658  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2014-12-20 01:40:03 +00:00