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

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

Issue 2521413002: Revert "Implement rewind: drop one or more frames from the debugger." (Closed)
Patch Set: Created 4 years, 1 month 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
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 # Reload is slow on the bots 10 # Reload is slow on the bots
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 set_name_rpc_test: RuntimeError # Issue 27806 56 set_name_rpc_test: RuntimeError # Issue 27806
57 vm_restart_test: CompileTimeError # Issue 27806 57 vm_restart_test: CompileTimeError # Issue 27806
58 58
59 [ $compiler == dart2analyzer ] 59 [ $compiler == dart2analyzer ]
60 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 60 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
61 61
62 [ $arch == simdbc || $arch == simdbc64 ] 62 [ $arch == simdbc || $arch == simdbc64 ]
63 get_allocation_samples_test: RuntimeError # Profiling unimplemented. 63 get_allocation_samples_test: RuntimeError # Profiling unimplemented.
64 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. 64 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented.
65 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. 65 implicit_getter_setter_test: RuntimeError # Field guards unimplemented.
66 rewind_test: RuntimeError # Issue 27878
67 rewind_optimized_out_test: RuntimeError # Issue 27878
68 66
69 [ $hot_reload || $hot_reload_rollback ] 67 [ $hot_reload || $hot_reload_rollback ]
70 # Skip all service tests because random reloads interfere. 68 # Skip all service tests because random reloads interfere.
71 *: SkipByDesign # The service tests should run without being reloaded. 69 *: SkipByDesign # The service tests should run without being reloaded.
72 70
73 [ $system == windows ] 71 [ $system == windows ]
74 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 72 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
75 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 73 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
76 complex_reload_test: Skip # Issue 27861 74 complex_reload_test: Skip # Issue 27861
77 75
78 # Service protocol is not supported in product mode. 76 # Service protocol is not supported in product mode.
79 [ $mode == product ] 77 [ $mode == product ]
80 *: SkipByDesign 78 *: SkipByDesign
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/rewind_test.dart ('k') | runtime/observatory/tests/service/service_test_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698