b625152523
Change-Id: Id246d9abb338873ef5082c3c70f45f5650ad1dcf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113981 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Karl Klose <karlklose@google.com>
17 lines
736 B
Plaintext
17 lines
736 B
Plaintext
# Copyright (c) 2016, 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 == dart2js ]
|
|
unsorted/nsm_dispatcher_test: Skip # The test uses Symbol without MirrorsUsed
|
|
unsorted/simple_literal_test/01: Skip # The test expects error for large integer literal.
|
|
|
|
[ !$fasta ]
|
|
unsorted/loop_test: Skip # This test uses optional new/const.
|
|
|
|
[ $builder_tag == obfuscated && $runtime == dart_precompiled ]
|
|
unsorted/symbol_literal_test: RuntimeError # Issue 34911
|
|
|
|
[ !$preview_dart_2 && ($runtime == dart_precompiled || $runtime == vm) ]
|
|
*: SkipByDesign # Deprecating all Dart1 modes of execution
|