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

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

Issue 1126363003: Remove dart2dart support from testing scripts and status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address comments Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « pkg/pkg.status ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Unexpected number format 9 # Unexpected number format
10 [ $system == windows ] 10 [ $system == windows ]
11 code_test: Skip 11 code_test: Skip
12 12
13 # Null code assertion http://dartbug.com/23290 13 # Null code assertion http://dartbug.com/23290
14 [ $system == windows ] 14 [ $system == windows ]
15 coverage_test: Skip 15 coverage_test: Skip
16 16
17 # Issue 23201 17 # Issue 23201
18 [ $system == windows ] 18 [ $system == windows ]
19 debugging_test: Skip 19 debugging_test: Skip
20 20
21 # Tests that depend on token positions (which differ in release mode). 21 # Tests that depend on token positions (which differ in release mode).
22 [ $mode == release ] 22 [ $mode == release ]
23 debugging_test: Skip 23 debugging_test: Skip
24 24
25 # Disable on simulators. 25 # Disable on simulators.
26 [ $arch == simarm || $arch == simmips || $arch == simarm64] 26 [ $arch == simarm || $arch == simmips || $arch == simarm64]
27 *: SkipSlow 27 *: SkipSlow
28 28
29 # The transformations of dart2dart are not guaranteed to preserve the
30 # state/properties of the VM that the Observatory tests are inspecting.
31 [ $compiler == dart2dart ]
32 *: Skip
33
34 # All tests use dart:io 29 # All tests use dart:io
35 [ $browser || $compiler == dart2js ] 30 [ $browser || $compiler == dart2js ]
36 *: SkipByDesign 31 *: SkipByDesign
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698