Skip to content

Commit e759b4c

Browse files
committed
Retry on failure
This works around the fact that the VM does not preserve errno/GetLastError across API calls.
1 parent 7773819 commit e759b4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/io_file/dart_test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
concurrency: 1
22
reporter: compact
33
test-randomize-ordering-seed: random
4+
tags:
5+
# TODO(brianquinlan): Remove retries when
6+
# https://github.com/dart-lang/sdk/issues/38832 is fixed.
7+
android || ios || linux || mac-os:
8+
retry: 2
9+
windows:
10+
retry: 5

0 commit comments

Comments
 (0)