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

Side by Side Diff: runtime/observatory/tests/service/service.status

Issue 1902073003: VM: Remove redundant build target dart_product. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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) 2014, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2014, 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 == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 5 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
6 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 6 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
7 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 7 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
8 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 8 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
9 9
10 # Disable on simulators. 10 # Disable on simulators.
(...skipping 19 matching lines...) Expand all
30 *: Skip # Issue 24651 30 *: Skip # Issue 24651
31 31
32 [ $runtime == vm ] 32 [ $runtime == vm ]
33 coverage_test: Pass, Slow 33 coverage_test: Pass, Slow
34 34
35 # Service protocol is not supported in product mode. 35 # Service protocol is not supported in product mode.
36 [ $mode == product ] 36 [ $mode == product ]
37 *: SkipByDesign 37 *: SkipByDesign
38 38
39 # Service protocol is not supported when running a full application snapshot. 39 # Service protocol is not supported when running a full application snapshot.
40 [ ($runtime == dart_product) ] 40 [ $mode == product ]
41 *: SkipByDesign 41 *: SkipByDesign
42 42
43 [ $compiler == dart2analyzer ] 43 [ $compiler == dart2analyzer ]
44 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 44 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
45 45
46 [ $arch == simdbc ] 46 [ $arch == simdbc ]
47 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely 47 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely
48 # fixed for SIMDBC. 48 # fixed for SIMDBC.
49 *: Skip 49 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698