Pete Cooper 
							
						 
					 
					
						
						
							
						
						bf36adeed4 
					 
					
						
						
							
							Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.  
						
						... 
						
						
						
						The current crash reporting on Mac OS is only disabled via an environment variable.
This adds a boolean (default false) which can also disable crash reporting.
The only client right now is the unittests which don't ever want crash reporting, but do want to detect killed programs.
Reduces the time to run the APFloat unittests on my machine from
[----------] 47 tests from APFloatTest (51250 ms total)
to
[----------] 47 tests from APFloatTest (765 ms total)
Reviewed by Reid Kleckner and Justin Bogner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234353  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2015-04-07 20:43:23 +00:00 
						 
				 
			
				
					
						
							
							
								Reid Kleckner 
							
						 
					 
					
						
						
							
						
						2a83943855 
					 
					
						
						
							
							Try to fix ProgramTest on FreeBSD  
						
						... 
						
						
						
						This seemed like the cleanest way to find the test executable.  Also fix
the file mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180770  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-04-30 04:30:41 +00:00 
						 
				 
			
				
					
						
							
							
								Manuel Klimek 
							
						 
					 
					
						
						
							
						
						deb318745d 
					 
					
						
						
							
							Add basic command line parsing to TestMain.  
						
						... 
						
						
						
						Summary:
This allows unit tests for components that use Support/Debug.h to print
debug information from test runs by specifying -debug when running the
test.
CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D301 
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172801  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2013-01-18 10:18:50 +00:00 
						 
				 
			
				
					
						
							
							
								NAKAMURA Takumi 
							
						 
					 
					
						
						
							
						
						6d600da734 
					 
					
						
						
							
							Make Win32's header file name lower for cross build on case-sensitive filesystem.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124864  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2011-02-04 12:53:04 +00:00 
						 
				 
			
				
					
						
							
							
								Michael J. Spencer 
							
						 
					 
					
						
						
							
						
						1f6efa3996 
					 
					
						
						
							
							Merge System into Support.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-11-29 18:16:10 +00:00 
						 
				 
			
				
					
						
							
							
								Francois Pichet 
							
						 
					 
					
						
						
							
						
						43b04fa17e 
					 
					
						
						
							
							Fix MSVC release mode compilation error.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115407  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-10-02 03:26:54 +00:00 
						 
				 
			
				
					
						
							
							
								Michael J. Spencer 
							
						 
					 
					
						
						
							
						
						6b096c35c7 
					 
					
						
						
							
							Fix line endings from my last commit.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114728  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-24 09:10:21 +00:00 
						 
				 
			
				
					
						
							
							
								Michael J. Spencer 
							
						 
					 
					
						
						
							
						
						ddfce8f95b 
					 
					
						
						
							
							unittests: Support Windows.  
						
						... 
						
						
						
						git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114727  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2010-09-24 09:01:34 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Dunbar 
							
						 
					 
					
						
						
							
						
						f845c74c62 
					 
					
						
						
							
							Move unittest driver to utils/unittest/UnitTestMain.  
						
						... 
						
						
						
						- This eliminates a race between building the unittests and linking the
   UnitTestMain library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81719  91177308-0d34-0410-b5e6-96231b3b80d8 
						
						
					 
					
						2009-09-13 21:31:21 +00:00