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

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

Issue 1472783004: Revert my recent changes to the Dartium test status files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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/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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 unresolved_ports_test: Pass, Timeout # Issue 15610 79 unresolved_ports_test: Pass, Timeout # Issue 15610
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 issue_21398_parent_isolate_test: Skip # Issue 24990
90 message2_test: Skip # Issue 24990
91 message_enum_test: Skip # Issue 24990
92 nested_spawn2_test: Skip # Issue 24990
93 isolate_import_test: Skip # Issue 24990
94 spawn_uri_test: Skip # Issue 24990
95 spawn_uri_vm_test: Skip # Issue 24990
96 issue_21398_parent_isolate2_test/01: Skip # Issue 24990
97 spawn_uri_multi_test/none: Skip # Issue 24990
98 raw_port_test: Skip # Issue 24990
99 89
100 [ $compiler == none && $runtime == ContentShellOnAndroid ] 90 [ $compiler == none && $runtime == ContentShellOnAndroid ]
101 nested_spawn2_test: Skip # Issue 19127: This test is timing out. 91 nested_spawn2_test: Skip # Issue 19127: This test is timing out.
102 92
103 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 93 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
104 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. 94 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out.
105 95
106 [ $compiler == none && $runtime == dartium && $arch == x64 ] 96 [ $compiler == none && $runtime == dartium && $arch == x64 ]
107 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 97 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795
108 98
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 nested_spawn2_test: CompileTimeError 159 nested_spawn2_test: CompileTimeError
170 nested_spawn_test: CompileTimeError 160 nested_spawn_test: CompileTimeError
171 raw_port_test: CompileTimeError 161 raw_port_test: CompileTimeError
172 request_reply_test: CompileTimeError 162 request_reply_test: CompileTimeError
173 spawn_function_custom_class_test: CompileTimeError 163 spawn_function_custom_class_test: CompileTimeError
174 spawn_function_test: CompileTimeError 164 spawn_function_test: CompileTimeError
175 stacktrace_message_test: CompileTimeError 165 stacktrace_message_test: CompileTimeError
176 stacktrace_message_test: CompileTimeError 166 stacktrace_message_test: CompileTimeError
177 static_function_test: CompileTimeError 167 static_function_test: CompileTimeError
178 unresolved_ports_test: CompileTimeError 168 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