File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,16 @@ core)
1818    #  A 64bit little-endian and a 32bit big-endian target.
1919    #  (Varying the OS is totally pointless for core.)
2020    for  TARGET  in  x86_64-unknown-linux-gnu mips-unknown-linux-gnu;  do 
21-         echo  " ::group::Testing core ($TARGET , no validation, no Stacked Borrows, symbolic alignment)" 
21+         #  There are no library tests in core, and the integration tests are in a separate crate.
22+         echo  " ::group::Testing coretests ($TARGET , no validation, no Stacked Borrows, symbolic alignment)" 
2223        MIRIFLAGS=" $DEFAULTFLAGS  -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check"   \
23-             ./run-test.sh core  --target $TARGET  --lib  --tests \
24+             ./run-test.sh coretests  --target $TARGET  --tests \
2425            -- --skip align \
2526            2>&1  |  ts -i ' %.s  ' 
2627        echo  " ::endgroup::" 
27-         echo  " ::group::Testing core  ($TARGET )" 
28+         echo  " ::group::Testing coretests  ($TARGET )" 
2829        MIRIFLAGS=" $DEFAULTFLAGS "   \
29-             ./run-test.sh core  --target $TARGET  --lib  --tests \
30+             ./run-test.sh coretests  --target $TARGET  --tests \
3031            2>&1  |  ts -i ' %.s  ' 
3132        echo  " ::endgroup::" 
3233        echo  " ::group::Testing core docs ($TARGET )"   &&  echo 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments