Skip to content

Commit ad38f88

Browse files
committed
[vm/transferable] Skip oom test on mac
Change-Id: Ieb73f808638b3f32bf6ae25539a2002f87132acc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105380 Reviewed-by: Alexander Aprelev <[email protected]>
1 parent fd77972 commit ad38f88

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
@@ -58,6 +58,9 @@ dart/catch_entry_state: SkipByDesign
5858
[ $builder_tag == asan ]
5959
dart/transferable_throws_oom_test: SkipByDesign # This test tries to allocate too much memory on purpose. Still dartbug.com/37188
6060

61+
[ $system == macos ]
62+
dart/transferable_throws_oom_test: SkipByDesign # Allocating too much memory to cause OOM doesn't work on mac
63+
6164
[ $compiler != dartk && $compiler != dartkb ]
6265
cc/IsolateReload_KernelIncrementalCompile: SkipByDesign
6366
cc/IsolateReload_KernelIncrementalCompileAppAndLib: SkipByDesign

0 commit comments

Comments
 (0)