[samples/ffi] Fix samples and run them as test - fix status file

Follow up of: https://dart-review.googlesource.com/c/sdk/+/122382.

Change-Id: I366f24d2330aa4743bcec3598321ff54b00ac25e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/122763
Auto-Submit: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
This commit is contained in:
Daco Harkes 2019-10-24 15:57:44 +00:00 committed by commit-bot@chromium.org
parent 17b5ddeeb8
commit e4f7893545

View file

@ -27,9 +27,9 @@ ffi/sqlite/test/sqlite_test: SkipByDesign # FFI not supported or libsqlite3.so n
sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign
sample_extension/test/sample_extension_test: SkipByDesign
# Skip tests that use dart:io
[ $runtime == d8 || $browser ]
sample_extension/*: Skip
ffi/*: SkipByDesign # Skip tests that use dart:ffi.
sample_extension/*: SkipByDesign # Skip tests that use dart:io.
[ $hot_reload || $hot_reload_rollback ]
sample_extension/test/sample_extension_app_snapshot_test: SkipByDesign # Cannot reload with URI pointing to app snapshot.