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

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

Issue 3000423002: Update tests status to make (fyi) dartkp buildbots green. (Closed)
Patch Set: Skip mirrors tests under dartkp Created 3 years, 3 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/corelib_2/corelib_2.status ('k') | tests/language/language_kernel.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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 [ $runtime == flutter ] 207 [ $runtime == flutter ]
208 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 208 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114
209 simple_message_test/01: Skip # Flutter Issue 9114 209 simple_message_test/01: Skip # Flutter Issue 9114
210 isolate_import_test/01: Skip # Flutter Issue 9114 210 isolate_import_test/01: Skip # Flutter Issue 9114
211 211
212 # Deferred loading kernel issue 28335. 212 # Deferred loading kernel issue 28335.
213 [ ($compiler == dartk || $compiler == dartkp) ] 213 [ ($compiler == dartk || $compiler == dartkp) ]
214 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. 214 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335.
215 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. 215 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335.
216 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335. 216 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335.
217
218 [ $compiler == dartkp ]
219 message3_test/byteBuffer: Crash
220 message3_test/constInstance: Crash
221 message3_test/constList: Crash
222 message3_test/constList_identical: Crash
223 message3_test/constMap: Crash
224 message3_test/fun: Crash
225 message3_test/none: Crash
226 typed_message_test: Crash
OLDNEW
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698