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

Side by Side Diff: tests/isolate/isolate.status

Issue 2538443002: Update status for co19 tests on browsers. (Closed)
Patch Set: Created 4 years 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 | « tests/corelib/corelib.status ('k') | tools/testing/dart/co19_test.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
8 8
9 [ $runtime != vm || $mode == product ] 9 [ $runtime != vm || $mode == product ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 spawn_function_test: Fail # mirrors not supported 82 spawn_function_test: Fail # mirrors not supported
83 stacktrace_message_test: Fail # mirrors not supported 83 stacktrace_message_test: Fail # mirrors not supported
84 static_function_test: Fail # mirrors not supported 84 static_function_test: Fail # mirrors not supported
85 unresolved_ports_test: Fail # mirrors not supported 85 unresolved_ports_test: Fail # mirrors not supported
86 86
87 [ $compiler == dart2js && $fast_startup && $browser == false ] 87 [ $compiler == dart2js && $fast_startup && $browser == false ]
88 isolate_current_test: Fail # please triage 88 isolate_current_test: Fail # please triage
89 89
90 [ $csp ] 90 [ $csp ]
91 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode 91 deferred_in_isolate2_test: Skip # Issue 16898. Deferred loading does not work fr om an isolate in CSP-mode
92 browser/package_resolve_browser_hook_test: RuntimeError # CSP violation. Issue 2 7914
92 93
93 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 94 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
94 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. 95 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage.
95 96
96 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. 97 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage.
97 98
98 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ] 99 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid) ]
99 isolate_stress_test: Pass, Slow # Issue 10697 100 isolate_stress_test: Pass, Slow # Issue 10697
100 101
101 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 102 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
102 unresolved_ports_test: Pass, Timeout # Issue 15610 103 unresolved_ports_test: Pass, Timeout # Issue 15610
103 104
104 [ $jscl ] 105 [ $jscl ]
105 spawn_uri_multi_test/none: RuntimeError # Issue 13544 106 spawn_uri_multi_test/none: RuntimeError # Issue 13544
106 107
107 [ ($compiler == none) && $runtime == dartium && $arch == x64 ] 108 [ ($compiler == none) && $runtime == dartium && $arch == x64 ]
108 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 109 spawn_uri_multi_test/01: Skip # Times out. Issue 24795
109 110
110 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ] 111 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ]
111 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. Issue 144 63 112 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. Issue 144 63
112 typed_message_test: Skip # Issue 13921, 14400 113 typed_message_test: Skip # Issue 13921, 14400
113 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 114 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
114 object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 115 object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
115 send_private_test: Skip # Issue 13921 Dom isolates don't support spawnFunction 116 send_private_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
116 spawn_uri_missing_from_isolate_test: Skip # Issue 17649 117 spawn_uri_missing_from_isolate_test: Skip # Issue 17649
117 spawn_uri_missing_test: SkipSlow # Times out. 118 spawn_uri_missing_test: SkipSlow # Times out.
118 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction 119 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 223 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
223 spawn_uri_test: Skip # Isolate.spawnUri 224 spawn_uri_test: Skip # Isolate.spawnUri
224 spawn_uri_vm_test: Skip # Isolate.spawnUri 225 spawn_uri_vm_test: Skip # Isolate.spawnUri
225 stacktrace_message_test: Skip # Isolate.spawnUri 226 stacktrace_message_test: Skip # Isolate.spawnUri
226 static_function_test: Skip # Isolate.spawnUri 227 static_function_test: Skip # Isolate.spawnUri
227 unresolved_ports_test: Skip # Isolate.spawnUri 228 unresolved_ports_test: Skip # Isolate.spawnUri
228 229
229 [ $mode == product ] 230 [ $mode == product ]
230 issue_24243_parent_isolate_test: Skip # Requires checked mode 231 issue_24243_parent_isolate_test: Skip # Requires checked mode
231 232
232 [ $compiler == dart2js && $cps_ir && $checked ]
233 *: Skip # `assert` not implemented
234
235 [ $hot_reload || $hot_reload_rollback ] 233 [ $hot_reload || $hot_reload_rollback ]
236 function_send_test: Pass, Fail # Closure identity 234 function_send_test: Pass, Fail # Closure identity
237 message3_test/fun: Pass, Fail # Closure identity 235 message3_test/fun: Pass, Fail # Closure identity
238 deferred_in_isolate_test: Crash # Requires deferred libraries 236 deferred_in_isolate_test: Crash # Requires deferred libraries
239 deferred_in_isolate2_test: Crash # Requires deferred libraries 237 deferred_in_isolate2_test: Crash # Requires deferred libraries
240 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries 238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tools/testing/dart/co19_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698