[gardening] Skip timing out co19_2/LibTest/isolate tests on dartkb bots

These tests result in flaky timeouts and cause infra timeouts on
vm-dartkb-linux-debug-simarm64 bot, so skipping them until the timeout is fixed.

Issue: https://github.com/dart-lang/sdk/issues/37699
Issue: https://github.com/dart-lang/sdk/issues/37679

Change-Id: Iece10ba248319deb0cc8506274dd5d2e785003fe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/111522
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Alexander Markov 2019-07-31 23:26:21 +00:00 committed by commit-bot@chromium.org
parent c4e423db48
commit 99d7701004

View file

@ -5,6 +5,15 @@
[ $compiler == dartk ]
LanguageFeatures/Set-literals/syntax_compatibility_A01_t02: RuntimeError
[ $compiler == dartkb ]
LibTest/isolate/Isolate/kill_A01_t01: Skip # Issue 37699
LibTest/isolate/Isolate/pause_A01_t01: Skip # Issue 37699
LibTest/isolate/Isolate/pause_A01_t02: Skip # Issue 37699
LibTest/isolate/ReceivePort/firstWhere_A01_t01: Skip # Issue 37679
LibTest/isolate/ReceivePort/firstWhere_A02_t01: Skip # Issue 37679
LibTest/isolate/ReceivePort/transform_A01_t01: Skip # Issue 37679
LibTest/isolate/ReceivePort/transform_A01_t02: Skip # Issue 37679
[ $compiler == dartkp ]
Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError
Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError