File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ function_structs_by_value_generated_ret_leaf_test: Pass, Slow # https://dartbug.
1212function_structs_by_value_generated_ret_test: Pass, Slow # https://dartbug.com/47303 https://dartbug.com/45007
1313native_assets/asset_*: Pass, Slow # https://dartbug.com/56330
1414
15- [ $arch == simarm64_arm64 ]
16- many_listener_callbacks_test/*: Pass, Slow
17- 
1815[ $builder_tag == optimization_counter_threshold ]
1916aliasing_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
2017function_callbacks_structs_by_value_generated_test: SkipByDesign # Already has VMOptions=--optimization-counter-threshold
@@ -89,6 +86,9 @@ native_assets/*: SkipByDesign # Only intended to run on host oses with AOT binar
8986[ $compiler != dart2analyzer && $compiler != fasta && $runtime != dart_precompiled && $runtime != vm ]
9087*: SkipByDesign # FFI is a VM-only feature. (This test suite is part of the default set.)
9188
89+ [ $arch == simarm64_arm64 || $sanitizer == asan || $sanitizer == msan || $sanitizer == tsan ]
90+ many_listener_callbacks_test/*: Pass, ExtraSlow
91+ 
9292# These tests trigger and catch an abort (intentionally) and terminate the VM.
9393# They're incompatible with ASAN because not all memory is freed when aborting and
9494# with AppJit because the abort the VM before it can generate a snapshot.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments