stacktrace, exec amd sys/mman.h are not available in windows
This commit is contained in:
		@@ -72,6 +72,7 @@ namespace mrw {
 | 
			
		||||
      exit_catchUnexpected = true;
 | 
			
		||||
    }
 | 
			
		||||
    void testcase() {
 | 
			
		||||
      std::set_unexpected([]{throw std::bad_exception();});
 | 
			
		||||
      catchUnexpected();
 | 
			
		||||
      CPPUNIT_ASSERT(enter_catchUnexpected &&
 | 
			
		||||
                     enter_passUnexpected &&
 | 
			
		||||
 
 | 
			
		||||
@@ -71,6 +71,7 @@ namespace mrw {
 | 
			
		||||
      exit_catchUnexpected = true;
 | 
			
		||||
    }
 | 
			
		||||
    void testcase() {
 | 
			
		||||
      std::set_unexpected([]{throw std::bad_exception();});
 | 
			
		||||
      catchUnexpected();
 | 
			
		||||
      CPPUNIT_ASSERT(enter_catchUnexpected &&
 | 
			
		||||
                     enter_passUnexpected &&
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user