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

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

Issue 2187423002: DBC: Implement coverage by adding missing count increments to unoptimized static and instance calls. (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/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 # 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
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 get_source_report_test: RuntimeError # Coverage unimplemented.
55 get_allocation_samples_test: RuntimeError # Profiling unimplemented. 54 get_allocation_samples_test: RuntimeError # Profiling unimplemented.
56 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. 55 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented.
57 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. 56 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
58 get_stack_rpc_test: RuntimeError # Missing single stepping check at fast Smi op 57 get_stack_rpc_test: RuntimeError # Missing single stepping check at fast Smi op
59 vm_restart_test: RuntimeError # Missing single stepping check at fast Smi op 58 vm_restart_test: RuntimeError # Missing single stepping check at fast Smi op
60 debugging_test: RuntimeError # Missing single stepping check at fast Smi op 59 debugging_test: RuntimeError # Missing single stepping check at fast Smi op
61 60
62 [ $hot_reload ] 61 [ $hot_reload ]
63 # Skip all service tests because random reloads interfere. 62 # Skip all service tests because random reloads interfere.
64 *: SkipByDesign # The service tests should run without being reloaded. 63 *: SkipByDesign # The service tests should run without being reloaded.
OLDNEW
« no previous file with comments | « no previous file | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698