a3f5dfc5ec
Issue https://github.com/dart-lang/sdk/issues/37787 Change-Id: I2fb6c329ab4ba06136e2b8564440c4dcbb0045ef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112348 Reviewed-by: Martin Kustermann <kustermann@google.com> Auto-Submit: Martin Kustermann <kustermann@google.com>
11 lines
567 B
Plaintext
11 lines
567 B
Plaintext
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
[ $compiler == none ]
|
|
async/future_or_strong_test: RuntimeError
|
|
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
isolate/compile_time_error_test/01: Skip # Issue 12587
|
|
isolate/ping_test: Skip # Resolve test issues
|
|
mirrors/symbol_validation_test: RuntimeError # Issue 13596
|