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

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

Issue 2953813002: More status file updates after co19 roll (Closed)
Patch Set: Created 3 years, 6 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/co19/co19-dart2js.status ('k') | 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 ] 5 [ $runtime == vm ]
6 # These tests are timing dependent and should be non-flaky once the fix for 6 # These tests are timing dependent and should be non-flaky once the fix for
7 # https://github.com/dart-lang/co19/issues/86 is merged into master. 7 # https://github.com/dart-lang/co19/issues/86 is merged into master.
8 # (They are skipped on $runtime == pre_compiled below.) 8 # (They are skipped on $runtime == pre_compiled below.)
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269
10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 224 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
225 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 225 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
226 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 226 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
227 LibTest/core/List/List_class_A01_t01: Pass, Timeout 227 LibTest/core/List/List_class_A01_t01: Pass, Timeout
228 LibTest/core/List/List_class_A01_t02: Pass, Timeout 228 LibTest/core/List/List_class_A01_t02: Pass, Timeout
229 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 229 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
230 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 230 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
231 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 231 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
232 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 232 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
233 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 233 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773
234 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass, Slow
234 235
235 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar ch == ia32)] 236 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar ch == ia32)]
236 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow 237 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow
237 238
238 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] 239 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32]
239 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 240 service/dev_fs_spawn_test: Pass, Fail # Issue 28411
240 241
241 [ $runtime == flutter ] 242 [ $runtime == flutter ]
242 LibTest/isolate/Isolate/spawnUri* : Skip # spawnUri is not supported by flutter 243 LibTest/isolate/Isolate/spawnUri* : Skip # spawnUri is not supported by flutter
243 LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t04: Pass, Timeout 244 LibTest/collection/SplayTreeSet/SplayTreeSet.from_A02_t04: Pass, Timeout
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 Language/Types/Static_Types/malformed_type_t02: CompileTimeError 385 Language/Types/Static_Types/malformed_type_t02: CompileTimeError
385 Language/Types/Static_Types/malformed_type_t03: CompileTimeError 386 Language/Types/Static_Types/malformed_type_t03: CompileTimeError
386 Language/Types/Static_Types/malformed_type_t04: CompileTimeError 387 Language/Types/Static_Types/malformed_type_t04: CompileTimeError
387 Language/Types/Static_Types/malformed_type_t05: CompileTimeError 388 Language/Types/Static_Types/malformed_type_t05: CompileTimeError
388 Language/Types/Static_Types/malformed_type_t06: CompileTimeError 389 Language/Types/Static_Types/malformed_type_t06: CompileTimeError
389 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError 390 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError
390 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError 391 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError
391 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError 392 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError
392 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror 393 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror
393 394
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698