Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Side by Side Diff: tests/utils/utils.status

Issue 1732323005: Toward a green tools/build.py -cprecompiler -rdart_precompiled: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js && $host_checked ] 5 [ $compiler == dart2js && $host_checked ]
6 dummy_compiler_test: Crash # Issue 22809 6 dummy_compiler_test: Crash # Issue 22809
7 7
8 [ $compiler == dart2js && $host_checked == false ] 8 [ $compiler == dart2js && $host_checked == false ]
9 dummy_compiler_test: Slow, Pass 9 dummy_compiler_test: Slow, Pass
10 10
11 [ $compiler == dart2js ] 11 [ $compiler == dart2js ]
12 recursive_import_test: Slow, Pass 12 recursive_import_test: Slow, Pass
13 source_mirrors_test: Slow, Pass 13 source_mirrors_test: Slow, Pass
14 14
15 [ $compiler == dart2js && $browser ] 15 [ $compiler == dart2js && $browser ]
16 *: Skip 16 *: Skip
17 17
18 [ ($compiler == none || $compiler == precompiler) && $runtime != vm ] 18 [ ($compiler == none || $compiler == precompiler) && $runtime != vm ]
19 dart2js_test: SkipByDesign # Uses dart:io. 19 dart2js_test: SkipByDesign # Uses dart:io.
20 20
21 21
22 [ $compiler == dart2js && $mode == debug ] 22 [ $compiler == dart2js && $mode == debug ]
23 dummy_compiler_test: Slow, Pass 23 dummy_compiler_test: Slow, Pass
24 24
25 [ ($noopt || $compiler == precompiler || $compiler == dart2app) ] 25 [ $noopt || $compiler == precompiler || $compiler == dart2app ]
26 source_mirrors_test: SkipByDesign # Imports dart:mirrors 26 source_mirrors_test: SkipByDesign # Imports dart:mirrors
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698