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

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

Issue 2984613002: Revert "Revert "Removed Dartium test exceptions"" (Closed)
Patch Set: Added back test exception for webgl_1_test for DRT Created 3 years, 5 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
« 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 && $compiler == none && $system == fuchsia] 5 [$runtime == vm && $compiler == none && $system == fuchsia]
6 *: Skip # Not yet triaged. 6 *: Skip # Not yet triaged.
7 7
8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
9 browser/*: SkipByDesign # Browser specific tests 9 browser/*: SkipByDesign # Browser specific tests
10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 [ $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) ]
100 isolate_stress_test: Pass, Slow # Issue 10697 100 isolate_stress_test: Pass, Slow # Issue 10697
101 101
102 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 102 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
103 unresolved_ports_test: Pass, Timeout # Issue 15610 103 unresolved_ports_test: Pass, Timeout # Issue 15610
104 104
105 [ $jscl ] 105 [ $jscl ]
106 spawn_uri_multi_test/none: RuntimeError # Issue 13544 106 spawn_uri_multi_test/none: RuntimeError # Issue 13544
107 107
108 [ ($compiler == none) && $runtime == dartium && $arch == x64 ]
109 spawn_uri_multi_test/01: Skip # Times out. Issue 24795
110
111 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ]
112 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. Issue 144 63
113 typed_message_test: Skip # Issue 13921, 14400
114 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
115 object_leak_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
116 send_private_test: Skip # Issue 13921 Dom isolates don't support spawnFunction
117 spawn_uri_missing_from_isolate_test: Skip # Issue 17649
118 spawn_uri_missing_test: SkipSlow # Times out.
119 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction
120 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su pport spawnFunction
121 deferred_in_isolate2_test: Skip # Issue 16209, 13921 Dom isolates don't support spawnFunction
122 bool_from_environment_default_value_test: Skip
123 int_from_environment_default_value_test: Skip
124 string_from_environment_default_value_test: Skip
125 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn Function
126 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct ion
127 exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFuncti on
128 error_exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support sp awnFunction
129 error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFu nction
130 exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFun ction
131 issue_21398_parent_isolate2_test/01: SkipByDesign # Uses spawnFunction
132 compile_time_error_test/none: RuntimeError, OK # Uses Isolate.spawn.
133 function_send_test: RuntimeError, OK # Uses Isolate.spawn.
134 handle_error2_test: RuntimeError, OK # Uses Isolate.spawn.
135 handle_error3_test: RuntimeError, OK # Uses Isolate.spawn.
136 handle_error_test: RuntimeError, OK # Uses Isolate.spawn.
137 isolate_current_test: RuntimeError, OK # Uses Isolate.spawn.
138 isolate_import_test/none: RuntimeError, OK # Uses Isolate.spawn.
139 issue_21398_parent_isolate1_test: RuntimeError, OK # Uses Isolate.spawn.
140 issue_21398_parent_isolate_test: RuntimeError, OK # Uses Isolate.spawn.
141 kill2_test: RuntimeError, OK # Uses Isolate.spawn.
142 kill_self_test: RuntimeError, OK # Uses Isolate.spawn.
143 kill_test: RuntimeError, OK # Uses Isolate.spawn.
144 message3_test/byteBuffer: RuntimeError, OK # Uses Isolate.spawn.
145 message3_test/constInstance: RuntimeError, OK # Uses Isolate.spawn.
146 message3_test/constList: RuntimeError, OK # Uses Isolate.spawn.
147 message3_test/constList_identical: RuntimeError, OK # Uses Isolate.spawn.
148 message3_test/constMap: RuntimeError, OK # Uses Isolate.spawn.
149 message3_test/fun: RuntimeError, OK # Uses Isolate.spawn.
150 message3_test/none: RuntimeError, OK # Uses Isolate.spawn.
151 message_enum_test: RuntimeError, OK # Uses Isolate.spawn.
152 ondone_test: RuntimeError, OK # Uses Isolate.spawn.
153 pause_test: RuntimeError, OK # Uses Isolate.spawn.
154 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn.
155 start_paused_test: RuntimeError, OK # Uses Isolate.spawn.
156 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn.
157 browser/package_resolve_browser_hook*: Skip # Tests that use defaultPackagesBase (not supported in Dartium).
158
159 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) ]
160 browser/package_resolve_browser_test: Fail # Issue 28382
161
162 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system = = windows) ]
163 browser/package_resolve_browser_test: Skip # Temporarily disabled working on CL to fix under Windows.
164 resolve_package_uri_test: Skip
165
166 [ $compiler == dart2analyzer ] 108 [ $compiler == dart2analyzer ]
167 browser/typed_data_message_test: StaticWarning 109 browser/typed_data_message_test: StaticWarning
168 mint_maker_test: StaticWarning 110 mint_maker_test: StaticWarning
169 111
170 [ $compiler == dart2analyzer && $builder_tag == strong ] 112 [ $compiler == dart2analyzer && $builder_tag == strong ]
171 *: Skip # Issue 28649 113 *: Skip # Issue 28649
172 114
173 [ $compiler == none && ($runtime == vm || $runtime == flutter) ] 115 [ $compiler == none && ($runtime == vm || $runtime == flutter) ]
174 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor t the tested behavior anyway. 116 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor t the tested behavior anyway.
175 117
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 [ $runtime == flutter ] 205 [ $runtime == flutter ]
264 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 206 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114
265 simple_message_test/01: Skip # Flutter Issue 9114 207 simple_message_test/01: Skip # Flutter Issue 9114
266 isolate_import_test/01: Skip # Flutter Issue 9114 208 isolate_import_test/01: Skip # Flutter Issue 9114
267 209
268 # Deferred loading kernel issue 28335. 210 # Deferred loading kernel issue 28335.
269 [ ($compiler == dartk || $compiler == dartkp) ] 211 [ ($compiler == dartk || $compiler == dartkp) ]
270 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. 212 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335.
271 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. 213 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335.
272 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335. 214 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335.
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