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

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

Issue 1078893004: Ensure call_site_data_test runs with unoptimized code so invocation counts are accurate. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « runtime/observatory/tests/service/call_site_data_test.dart ('k') | no next file » | 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 [ $system == linux ]
6 call_site_data_test: Pass, Fail # Issue 23160
7
8 # Unexpected number format 5 # Unexpected number format
9 [ $system == windows ] 6 [ $system == windows ]
10 code_test: Skip 7 code_test: Skip
11 8
12 # Tests that depend on token positions (which differ in release mode). 9 # Tests that depend on token positions (which differ in release mode).
13 [ $mode == release ] 10 [ $mode == release ]
14 debugging_test: Skip 11 debugging_test: Skip
15 12
16 # Disable on simulators. 13 # Disable on simulators.
17 [ $arch == simarm || $arch == simmips || $arch == simarm64] 14 [ $arch == simarm || $arch == simmips || $arch == simarm64]
18 *: Skip # Slow 15 *: Skip # Slow
19 16
20 # The transformations of dart2dart are not guaranteed to preserve the 17 # The transformations of dart2dart are not guaranteed to preserve the
21 # state/properties of the VM that the Observatory tests are inspecting. 18 # state/properties of the VM that the Observatory tests are inspecting.
22 [ $compiler == dart2dart ] 19 [ $compiler == dart2dart ]
23 *: Skip 20 *: Skip
24 21
25 # All tests use dart:io 22 # All tests use dart:io
26 [ $browser || $compiler == dart2js ] 23 [ $browser || $compiler == dart2js ]
27 *: SkipByDesign 24 *: SkipByDesign
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/call_site_data_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698