0c04eb53c7
The goal is to renable it as soon as we migrate our constant-evaluator and constant folding to use Bigint. Change-Id: I3bba1bbe07517e9cb496896b3417f58173878d62 Reviewed-on: https://dart-review.googlesource.com/34302 Commit-Queue: Sigmund Cherem <sigmund@google.com> Reviewed-by: Stephen Adams <sra@google.com> Reviewed-by: Zach Anderson <zra@google.com>
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
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/invocation_errors_test: Pass
|
|
unsorted/loop_test: Skip
|
|
unsorted/nsm_dispatcher_test: Skip # The test uses Symbol without MirrorsUsed
|
|
unsorted/super_initializer_test: Skip
|
|
unsorted/super_mixin_test: CompileTimeError
|
|
|
|
[ !$strong ]
|
|
unsorted/invocation_errors_test: RuntimeError
|
|
|
|
[ $builder_tag == strong && $compiler == dart2analyzer ]
|
|
*: Skip # Issue 28649
|
|
|
|
[ $compiler == dart2analyzer && $runtime == none ]
|
|
unsorted/invocation_errors_test: StaticWarning
|
|
unsorted/super_mixin_test: CompileTimeError
|
|
|
|
[ $compiler == dartk && $strong ]
|
|
unsorted/invocation_errors_test: CompileTimeError
|
|
unsorted/loop_test: RuntimeError
|
|
unsorted/nsm_dispatcher_test: CompileTimeError
|
|
unsorted/super_mixin_test: CompileTimeError
|
|
unsorted/types_test: RuntimeError
|
|
|
|
[ $runtime == dart_precompiled && $minified ]
|
|
unsorted/symbol_literal_test: Skip # Expects unobfuscated Symbol.toString.
|
|
|
|
[ $runtime == dart_precompiled || $runtime == vm || $compiler == dart2js && $dart2js_with_kernel ]
|
|
unsorted/loop_test: CompileTimeError # Large integer literal
|
|
unsorted/simple_literal_test: CompileTimeError # Large integer literal
|
|
|