File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ const p = child_process.spawnSync(
1616assert . ifError ( p . error ) ; 
1717assert . ok ( p . stderr . toString ( ) . includes ( 
1818  'FATAL ERROR: test_fatal::Test fatal message' ) ) ; 
19+ assert . strictEqual ( p . signal ,  'SIGABRT' ) ; 
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ const p = child_process.spawnSync(
1616assert . ifError ( p . error ) ; 
1717assert . ok ( p . stderr . toString ( ) . includes ( 
1818  'FATAL ERROR: test_fatal::Test fatal message' ) ) ; 
19+ assert . strictEqual ( p . signal ,  'SIGABRT' ) ; 
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ const p = child_process.spawnSync(
1717assert . ifError ( p . error ) ; 
1818assert . ok ( p . stderr . toString ( ) . includes ( 
1919  'FATAL ERROR: work_thread foobar' ) ) ; 
20+ assert . strictEqual ( p . signal ,  'SIGABRT' ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments