2d3c9f4346
These tests are flipping between Fail, Pass, Flaky at a rate that is avoiding flake detection. Skipping until we can address the issues. Issue: https://github.com/dart-lang/sdk/issues/51086 Issue: https://github.com/dart-lang/sdk/issues/50718 Change-Id: I9a6aa25bdc1573fe1af8783c7ddb389282695540 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282810 Commit-Queue: Nicholas Shahan <nshahan@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
14 lines
855 B
Plaintext
14 lines
855 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.
|
|
|
|
# Sections in this file should contain "$compiler == dartdevc", dartdevk or ddc.
|
|
|
|
[ $compiler == dartdevc || $compiler == dartdevk || $compiler == ddc ]
|
|
async_star/async_star_await_for_test: Skip # evades flake detection https://github.com/dart-lang/sdk/issues/51086
|
|
async_star/throw_in_catch_test: Skip # Times out. Issue 29920
|
|
external_abstract_fields/external_fields_test: SkipByDesign # Non-JS-interop external members are not supported
|
|
number/int64_literal_runtime*_test: Skip # This is testing Dart 2.0 int64 semantics.
|
|
superinterface_variance/*: Skip # Issue dart-lang/language#113
|
|
vm/*: SkipByDesign # VM only tests.; VM only tests.
|