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

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

Issue 2347303002: Update status after package root removal (Closed)
Patch Set: Created 4 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
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 5
6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
7 7
8 # Failures ok in tests below. VM moves super initializer to end of list. 8 # Failures ok in tests below. VM moves super initializer to end of list.
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 75
76 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips | | $arch == simarm64 || $arch == simdbc || $arch == simdbc64) ] 76 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips | | $arch == simarm64 || $arch == simdbc || $arch == simdbc64) ]
77 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Ti meout 77 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Ti meout
78 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout 78 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout
79 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout 79 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout
80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout 80 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout
81 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout 81 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout
82 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout 82 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout
83 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout 83 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout
84 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout 84 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout
85 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 27378
86 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 27378
85 87
86 [ $system == windows ] 88 [ $system == windows ]
87 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow 89 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow
88 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow 90 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow
89 91
90 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 92 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
91 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 93 LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667
92 LibTest/html/*: SkipByDesign # dart:html not supported on VM. 94 LibTest/html/*: SkipByDesign # dart:html not supported on VM.
93 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM. 95 LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
94 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM. 96 WebPlatformTest/*: SkipByDesign # dart:html not supported on VM.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 237 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
236 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 238 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
237 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 239 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
238 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 240 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
239 LibTest/core/List/List_class_A01_t02: Pass, Timeout 241 LibTest/core/List/List_class_A01_t02: Pass, Timeout
240 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 242 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
241 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 243 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
242 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 244 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
243 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 245 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
244 246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698