77a7ca98a2
Specifically skipped formatting these files, since there are tests that depend on non-standard source formatting. Bug: Change-Id: I3058984458a9c63b239ed8714828ec42d33316c5 Reviewed-on: https://dart-review.googlesource.com/3440 Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
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 == dartdevc ]
|
|
mirrors/*: SkipByDesign # Mirrors not supported on web in Dart 2.0.
|
|
|
|
[ $compiler == dartdevc && $runtime != none ]
|
|
async/future_or_bad_type_test/none: RuntimeError # Issue 29922
|
|
async/future_or_bad_type_test/implements: RuntimeError # Issue 29922
|
|
async/future_test: RuntimeError # Issue 29922
|
|
async/futures_test: RuntimeError # Issue 29922
|
|
async/slow_consumer_test: Pass, Timeout # Issue 29922
|
|
math/random_big_test: RuntimeError # Issue 29922
|
|
typed_data/typed_data_list_test: RuntimeError # Issue 29922
|
|
mirrors/local_isolate_test: RuntimeError # Issue 29922
|
|
mirrors/metadata_constructed_constant_test: RuntimeError # Issue 29922
|
|
mirrors/metadata_test: RuntimeError # Issue 29922
|
|
mirrors/method_mirror_location_test: RuntimeError # Issue 29922
|
|
mirrors/method_mirror_returntype_test: RuntimeError # Issue 29922
|
|
mirrors/method_mirror_source_line_ending_test: RuntimeError # Issue 29922
|
|
mirrors/method_mirror_source_test: RuntimeError # Issue 29922
|