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

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

Issue 1790643002: Reverts CL 1783423002 'Marked tests as Timeout ..' (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | 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 [ ($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 8
9 # Disable on simulators. 9 # Disable on simulators.
10 [ $arch == simarm || $arch == simmips || $arch == simarm64] 10 [ $arch == simarm || $arch == simmips || $arch == simarm64]
(...skipping 11 matching lines...) Expand all
22 command_test: Pass # https://github.com/dart-lang/observe/issues/85 22 command_test: Pass # https://github.com/dart-lang/observe/issues/85
23 read_stream_test: Pass # https://github.com/dart-lang/observe/issues/85 23 read_stream_test: Pass # https://github.com/dart-lang/observe/issues/85
24 24
25 [ $arch == arm ] 25 [ $arch == arm ]
26 process_service_test: Pass, Fail # Issue 24344 26 process_service_test: Pass, Fail # Issue 24344
27 27
28 [ ($noopt || $compiler == precompiler) ] 28 [ ($noopt || $compiler == precompiler) ]
29 *: Skip # Issue 24651 29 *: Skip # Issue 24651
30 30
31 [ $runtime == vm ] 31 [ $runtime == vm ]
32 coverage_test: Pass, Slow, Timeout 32 coverage_test: Pass, Slow
33 vm_timeline_events_test: Pass, Slow, Timeout
34 33
35 # Service protocol is not supported in product mode. 34 # Service protocol is not supported in product mode.
36 [ $mode == product ] 35 [ $mode == product ]
37 *: SkipByDesign 36 *: SkipByDesign
38 37
39 # Service protocol is not supported when running a full application snapshot. 38 # Service protocol is not supported when running a full application snapshot.
40 [ ($runtime == dart_product) ] 39 [ ($runtime == dart_product) ]
41 *: SkipByDesign 40 *: SkipByDesign
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698