dart-sdk/samples_2
Daco Harkes 80c742ea11 [samples/ffi] Run the async samples in sequence
The log prints are not very useful when running multiple similar tests
in paralel.
This CL changes the async tests to be run in sequence.

Bug: https://github.com/dart-lang/sdk/issues/49361
Change-Id: I73feb673c770be366cb0c6d2e80379dff53da987
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250086
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Auto-Submit: Daco Harkes <dacoharkes@google.com>
2022-06-29 09:48:46 +00:00
..
ffi [samples/ffi] Run the async samples in sequence 2022-06-29 09:48:46 +00:00
.gitignore [samples] Duplicate samples prior to NNBD migration 2020-11-24 18:50:28 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
README [samples] Duplicate samples prior to NNBD migration 2020-11-24 18:50:28 +00:00
samples_2.status [test] Inform status files about the new simulated architectures. 2022-02-03 20:32:16 +00:00

This directory contains sample Dart programs.

The samples in this directory have not been migrated to non-nullable by
default. Please see directory `samples` for migrated samples.