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

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

Issue 1094993003: Revert "Add tests for evalutating against activation records." (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
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 ]
6 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
7 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
8
9 # Unexpected number format 5 # Unexpected number format
10 [ $system == windows ] 6 [ $system == windows ]
11 code_test: Skip 7 code_test: Skip
12 8
13 # Issue 23201 9 # Issue 23201
14 [ $system == windows ] 10 [ $system == windows ]
15 debugging_test: Skip 11 debugging_test: Skip
16 12
17 # Tests that depend on token positions (which differ in release mode). 13 # Tests that depend on token positions (which differ in release mode).
18 [ $mode == release ] 14 [ $mode == release ]
19 debugging_test: Skip 15 debugging_test: Skip
20 16
21 # Disable on simulators. 17 # Disable on simulators.
22 [ $arch == simarm || $arch == simmips || $arch == simarm64] 18 [ $arch == simarm || $arch == simmips || $arch == simarm64]
23 *: SkipSlow 19 *: Skip # Slow
24 20
25 # The transformations of dart2dart are not guaranteed to preserve the 21 # The transformations of dart2dart are not guaranteed to preserve the
26 # state/properties of the VM that the Observatory tests are inspecting. 22 # state/properties of the VM that the Observatory tests are inspecting.
27 [ $compiler == dart2dart ] 23 [ $compiler == dart2dart ]
28 *: Skip 24 *: Skip
29 25
30 # All tests use dart:io 26 # All tests use dart:io
31 [ $browser || $compiler == dart2js ] 27 [ $browser || $compiler == dart2js ]
32 *: SkipByDesign 28 *: SkipByDesign
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/evaluate_activation_test.dart ('k') | runtime/observatory/tests/service/test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698