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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 2698233002: Gardening: Mark failing tests on linux-release-ia32 (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | 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 # Tests not included in the image. 6 *: Skip # Tests not included in the image.
7 7
8 [ $runtime == vm || $runtime == dart_precompiled ] 8 [ $runtime == vm || $runtime == dart_precompiled ]
9 9
10 # Failures ok in tests below. VM moves super initializer to end of list. 10 # Failures ok in tests below. VM moves super initializer to end of list.
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 216 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
217 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 217 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
218 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 218 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
219 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 219 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
220 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent 220 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent
221 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent 221 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent
222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773
223 223
224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar ch == ia32)] 224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar ch == ia32)]
225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow 225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow
226
227 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32]
228 service/dev_fs_spawn_test: Pass, Fail # Issue 28411
229 co19/LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698