Skip to content

Commit 19447e1

Browse files
committed
[vm/transferable] Skip oom transferable test on asan.
Change-Id: I105793dbf53955637922576272e20df2c02c86f9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105343 Reviewed-by: Alexander Aprelev <[email protected]>
1 parent 6e0d978 commit 19447e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/tests/vm/vm.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ dart/redirection_type_shuffling_test/none: RuntimeError
5555
[ $runtime != vm && $runtime != dart_precompiled ]
5656
dart/catch_entry_state: SkipByDesign
5757

58+
[ $builder_tag == asan ]
59+
dart/transferable_throws_test: SkipByDesign # This test tries to allocate too much memory on purpose. Still dartbug.com/37188
60+
5861
[ $compiler != dartk && $compiler != dartkb ]
5962
cc/IsolateReload_KernelIncrementalCompile: SkipByDesign
6063
cc/IsolateReload_KernelIncrementalCompileAppAndLib: SkipByDesign

0 commit comments

Comments
 (0)