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

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

Issue 2637193002: Support spawnUri in app snapshots. (Closed)
Patch Set: Created 3 years, 11 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
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 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace 10 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 [ $compiler == precompiler ] 49 [ $compiler == precompiler ]
50 *: Skip # Issue 24651 50 *: Skip # Issue 24651
51 51
52 [ $runtime == vm ] 52 [ $runtime == vm ]
53 developer_extension_test: Pass, Fail # Issue 27225 53 developer_extension_test: Pass, Fail # Issue 27225
54 54
55 [ $compiler == app_jit ] 55 [ $compiler == app_jit ]
56 address_mapper_test: CompileTimeError # Issue 27806 56 address_mapper_test: CompileTimeError # Issue 27806
57 capture_stdio_test: CompileTimeError # Issue 27806 57 capture_stdio_test: CompileTimeError # Issue 27806
58 complex_reload_test: RuntimeError # Issue 27806 58 complex_reload_test: RuntimeError # Issue 27806
59 dev_fs_spawn_test: RuntimeError # Issue 27806
60 developer_extension_test: RuntimeError # Issue 27806 59 developer_extension_test: RuntimeError # Issue 27806
61 evaluate_activation_test/instance: RuntimeError # Issue 27806 60 evaluate_activation_test/instance: RuntimeError # Issue 27806
62 evaluate_activation_test/scope: RuntimeError # Issue 27806 61 evaluate_activation_test/scope: RuntimeError # Issue 27806
63 get_object_rpc_test: RuntimeError # Issue 27806 62 get_object_rpc_test: RuntimeError # Issue 27806
64 get_source_report_test: RuntimeError # Issue 27806 63 get_source_report_test: RuntimeError # Issue 27806
65 set_name_rpc_test: RuntimeError # Issue 27806 64 set_name_rpc_test: RuntimeError # Issue 27806
66 vm_restart_test: CompileTimeError # Issue 27806 65 vm_restart_test: CompileTimeError # Issue 27806
67 66
68 debugger_location_second_test: Skip # Issue 28180 67 debugger_location_second_test: Skip # Issue 28180
69 68
(...skipping 12 matching lines...) Expand all
82 *: SkipByDesign # The service tests should run without being reloaded. 81 *: SkipByDesign # The service tests should run without being reloaded.
83 82
84 [ $system == windows ] 83 [ $system == windows ]
85 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths 84 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
86 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths 85 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa ths
87 complex_reload_test: Skip # Issue 27861 86 complex_reload_test: Skip # Issue 27861
88 87
89 # Service protocol is not supported in product mode. 88 # Service protocol is not supported in product mode.
90 [ $mode == product ] 89 [ $mode == product ]
91 *: SkipByDesign 90 *: SkipByDesign
OLDNEW
« runtime/bin/main.cc ('K') | « runtime/lib/isolate.cc ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698