3db4b1070b
This CL normalizes all status files by the status file normalizer found at pkg/status_file/bin/normalize.dart. To make sure all status files are kept in pristine condition, a linter is placed on the presubmit hook. The linter can be found at pkg/status_file/bin/lint.dart. Bug: Change-Id: I20bdb74824be65f079b8c9ab08b7ae38394d637f Reviewed-on: https://dart-review.googlesource.com/24112 Commit-Queue: Morten Krogh-jespersen <mkroghj@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
23 lines
854 B
Plaintext
23 lines
854 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.
|
|
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/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
|
|
|
|
[ $runtime == dart_precompiled && $minified ]
|
|
unsorted/symbol_literal_test: Skip # Expects unobfuscated Symbol.toString.
|
|
|