44594277e1
Removes comment syntax where possible for the following platform libraries: * async * collection * convert * core * internal * io * math The HTML related libraries are not changed. The templates used to build them must be changed as well. R=floitsch@google.com Committed: https://github.com/dart-lang/sdk/commit/68818315b5cc6c63fea0e10e90f515f6083ec095 Committed: https://github.com/dart-lang/sdk/commit/3f74b8d82edca8c342c43306714e68ddf84548e1 Review-Url: https://codereview.chromium.org/2529393002 .
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# Copyright (c) 2012, 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 ]
|
|
dummy_compiler_test: Slow, Pass
|
|
|
|
[ $compiler == dart2js ]
|
|
recursive_import_test: Slow, Pass
|
|
|
|
[ $compiler == dart2js && $browser ]
|
|
*: Skip
|
|
|
|
[ ($compiler == none || $compiler == precompiler) && $runtime != vm ]
|
|
dart2js_test: SkipByDesign # Uses dart:io.
|
|
|
|
[ $compiler == dart2js && $mode == debug ]
|
|
dummy_compiler_test: Slow, Pass
|
|
|
|
[ $compiler == dart2js && $cps_ir && $host_checked ]
|
|
dummy_compiler_test: Crash # Issue 24485
|
|
recursive_import_test: Crash # Issue 24485
|
|
|
|
[ $hot_reload || $hot_reload_rollback ]
|
|
recursive_import_test: Skip # Running dart2js under frequent reloads is slow.
|
|
dummy_compiler_test: Skip # Running dart2js under frequent reloads is slow.
|
|
|
|
[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
|
|
dummy_compiler_test: Skip # Issue 27744
|
|
recursive_import_test: Skip # Issue 27744
|
|
|
|
[ $builder_tag == asan ]
|
|
recursive_import_test: Skip # Issue 27441
|
|
|
|
[ $compiler == dart2analyzer ]
|
|
# Issue #28236
|
|
dart2js_test: StaticWarning
|
|
dummy_compiler_test: StaticWarning
|
|
recursive_import_test: StaticWarning
|