[gardening] mark sample_extension_test as error

sample_extension/test/sample_extension_test is still a RuntimeError on
dartk for now (see commentary on #33711).

Change-Id: I55ec54fa8c8ff2ebb42409a38cc216a2e7faeb2a
Reviewed-on: https://dart-review.googlesource.com/c/86763
Commit-Queue: Stevie Strickland <sstrickl@google.com>
Reviewed-by: Stevie Strickland <sstrickl@google.com>
Auto-Submit: Stevie Strickland <sstrickl@google.com>
This commit is contained in:
Stevie Strickland 2018-12-10 17:31:57 +00:00 committed by commit-bot@chromium.org
parent 40be306fb0
commit 679108ea7b

View file

@ -32,6 +32,7 @@ sample_extension/test/sample_extension_test: RuntimeError
[ $compiler == dartk ]
sample_extension/test/sample_extension_app_snapshot_test: RuntimeError
sample_extension/test/sample_extension_test: Pass, RuntimeError # See https://github.com/dart-lang/sdk/pull/33711#issuecomment-445761112
# Skip tests that use dart:io
[ $runtime == d8 || $browser ]