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

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

Issue 1454143005: Update test status files. Issue #24990. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language.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) 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 ] 5 [ $runtime == vm ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 [ $compiler == none && $runtime == drt ] 81 [ $compiler == none && $runtime == drt ]
82 spawn_uri_nested_vm_test: Skip # Issue 14463 82 spawn_uri_nested_vm_test: Skip # Issue 14463
83 83
84 [ $jscl ] 84 [ $jscl ]
85 spawn_uri_multi_test/none: RuntimeError # Issue 13544 85 spawn_uri_multi_test/none: RuntimeError # Issue 13544
86 86
87 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) ] 87 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) ]
88 pause_test: Fail # Not implemented yet 88 pause_test: Fail # Not implemented yet
89 89
90 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) ]
siva 2015/11/19 20:39:16 why not just club these with the pause_test above.
turnidge 2015/11/19 20:43:09 Done.
91 issue_21398_parent_isolate_test: Skip # Issue 24990
92 isolate/message2_test: Skip # Issue 24990
93 isolate/message_enum_test: Skip # Issue 24990
94 isolate/nested_spawn2_test: Skip # Issue 24990
95 isolate/isolate_import_test: Skip # Issue 24990
96 isolate/spawn_uri_test: Skip # Issue 24990
97 issue_21398_parent_isolate2_test/01: Skip # Issue 24990
98 isolate/spawn_uri_multi_test/none: Skip # Issue 24990
99
90 [ $compiler == none && $runtime == ContentShellOnAndroid ] 100 [ $compiler == none && $runtime == ContentShellOnAndroid ]
91 nested_spawn2_test: Skip # Issue 19127: This test is timing out. 101 nested_spawn2_test: Skip # Issue 19127: This test is timing out.
92 102
93 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 103 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
94 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 104 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
95 105
96 [ $compiler == none && $runtime == dartium && $arch == x64 ] 106 [ $compiler == none && $runtime == dartium && $arch == x64 ]
97 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 107 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795
98 108
99 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 109 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ]
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 nested_spawn2_test: CompileTimeError 169 nested_spawn2_test: CompileTimeError
160 nested_spawn_test: CompileTimeError 170 nested_spawn_test: CompileTimeError
161 raw_port_test: CompileTimeError 171 raw_port_test: CompileTimeError
162 request_reply_test: CompileTimeError 172 request_reply_test: CompileTimeError
163 spawn_function_custom_class_test: CompileTimeError 173 spawn_function_custom_class_test: CompileTimeError
164 spawn_function_test: CompileTimeError 174 spawn_function_test: CompileTimeError
165 stacktrace_message_test: CompileTimeError 175 stacktrace_message_test: CompileTimeError
166 stacktrace_message_test: CompileTimeError 176 stacktrace_message_test: CompileTimeError
167 static_function_test: CompileTimeError 177 static_function_test: CompileTimeError
168 unresolved_ports_test: CompileTimeError 178 unresolved_ports_test: CompileTimeError
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698