ff9fc413a7
Dart 2.0 fixed-size integers are enabled in Dart VM in all modes. Status of legacy tests is updated. Change-Id: I967a413c0b81eb92cf6be78ad3ee324798288bd2 Reviewed-on: https://dart-review.googlesource.com/31406 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
33 lines
1.2 KiB
Plaintext
33 lines
1.2 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.
|
|
unsorted/invocation_errors_test: RuntimeError
|
|
|
|
[ $compiler == dart2js ]
|
|
unsorted/invocation_errors_test: Pass
|
|
unsorted/loop_test: Skip
|
|
unsorted/nsm_dispatcher_test: Skip # The test uses Symbol without MirrorsUsed
|
|
unsorted/simple_literal_test: Crash # Issue 31762
|
|
unsorted/super_initializer_test: Skip
|
|
unsorted/super_mixin_test: CompileTimeError
|
|
|
|
[ $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/loop_test: RuntimeError
|
|
unsorted/nsm_dispatcher_test: CompileTimeError
|
|
unsorted/types_test: RuntimeError
|
|
|
|
[ $runtime == dart_precompiled && $minified ]
|
|
unsorted/symbol_literal_test: Skip # Expects unobfuscated Symbol.toString.
|
|
|
|
[ $runtime == dart_precompiled || $runtime == vm ]
|
|
unsorted/loop_test: CompileTimeError # Large integer literal
|
|
unsorted/simple_literal_test: CompileTimeError # Large integer literal
|
|
|