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

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

Issue 2183993004: DBC: Add missing deopt info after stack overflow checks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: . Created 4 years, 4 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 | runtime/observatory/tests/service/test_helper.dart » ('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 # Flaky failures 5 # Flaky failures
6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483 6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483
7 gc_test: Pass, RuntimeError # Issue 26490 7 gc_test: Pass, RuntimeError # Issue 26490
8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470 8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470
9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470
10 10
11 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 11 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
12 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 12 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
13 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 13 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047
14 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 14 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
15 15
16 # Disable on simulators. 16 # Disable on simulators.
17 [ $arch == simarm || $arch == simmips || $arch == simarm64] 17 [ $arch == simarm || $arch == simmips || $arch == simarm64 ]
18 *: SkipSlow 18 *: SkipSlow
19 19
20 # All tests use dart:io 20 # All tests use dart:io
21 [ $browser || $compiler == dart2js ] 21 [ $browser || $compiler == dart2js ]
22 *: SkipByDesign 22 *: SkipByDesign
23 23
24 # Tests with known analyzer issues 24 # Tests with known analyzer issues
25 [ $compiler == dart2analyzer ] 25 [ $compiler == dart2analyzer ]
26 developer_extension_test: SkipByDesign 26 developer_extension_test: SkipByDesign
27 *: StaticWarning # https://github.com/dart-lang/observe/issues/85 27 *: StaticWarning # https://github.com/dart-lang/observe/issues/85
(...skipping 16 matching lines...) Expand all
44 *: SkipByDesign 44 *: SkipByDesign
45 45
46 # Service protocol is not supported when running a full application snapshot. 46 # Service protocol is not supported when running a full application snapshot.
47 [ $runtime == dart_app ] 47 [ $runtime == dart_app ]
48 *: SkipByDesign 48 *: SkipByDesign
49 49
50 [ $compiler == dart2analyzer ] 50 [ $compiler == dart2analyzer ]
51 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 51 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
52 52
53 [ $arch == simdbc || $arch == simdbc64 ] 53 [ $arch == simdbc || $arch == simdbc64 ]
54 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely 54 get_source_report_test: RuntimeError # Coverage unimplemented.
55 # fixed for SIMDBC. 55 get_allocation_samples_test: RuntimeError # Profiling unimplemented.
56 *: Skip 56 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented.
57 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
58 get_stack_rpc_test: RuntimeError # Missing breakpoint at fast Smi op
59 vm_restart_test: RuntimeError # Missing breakpoint at fast Smi op
60 steal_breakpoint_test: Skip # Testee crashes / hangs
61 debugging_test: Skip # Testee crashes / hangs
57 62
58 [ $hot_reload ] 63 [ $hot_reload ]
59 # Skip all service tests because random reloads interfere. 64 # Skip all service tests because random reloads interfere.
60 *: SkipByDesign # The service tests should run without being reloaded. 65 *: SkipByDesign # The service tests should run without being reloaded.
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/tests/service/test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698