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

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

Issue 1537653002: Remove old java-based analyzer from test scripts and status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
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 8
9 # Disable on simulators. 9 # Disable on simulators.
10 [ $arch == simarm || $arch == simmips || $arch == simarm64] 10 [ $arch == simarm || $arch == simmips || $arch == simarm64]
11 *: SkipSlow 11 *: SkipSlow
12 12
13 # All tests use dart:io 13 # All tests use dart:io
14 [ $browser || $compiler == dart2js ] 14 [ $browser || $compiler == dart2js ]
15 *: SkipByDesign 15 *: SkipByDesign
16 16
17 # Tests with known analyzer issues 17 # Tests with known analyzer issues
18 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 18 [ $compiler == dart2analyzer ]
19 developer_extension_test: SkipByDesign 19 developer_extension_test: SkipByDesign
20 20
21 [ $arch == arm ] 21 [ $arch == arm ]
22 process_service_test: Pass, Fail # Issue 24344 22 process_service_test: Pass, Fail # Issue 24344
23 23
24 [ $noopt ] 24 [ $noopt ]
25 *: Skip # Issue 24651 25 *: Skip # Issue 24651
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | runtime/tests/vm/vm.status » ('j') | samples-dev/samples-dev.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698