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

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

Issue 2944383005: Skip co19/.../DoubleLinkedQueue_class_A01_t01 on simulators (both JIT and AOT) due to extreme slown… (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 | « 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 ] 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
11 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 11 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269
12 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Timeout # Please triage this failure
13 12
14 [$runtime == vm && $compiler == none && $system == fuchsia] 13 [$runtime == vm && $compiler == none && $system == fuchsia]
15 *: Skip # Tests not included in the image. 14 *: Skip # Tests not included in the image.
16 15
17 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] 16 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
18 17
19 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: R untimeError # Issue 1296 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: R untimeError # Issue 1296
20 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, Fail # Issue 22200 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, Fail # Issue 22200
21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError, Fail # Issue 22200 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError, Fail # Issue 22200
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError, Fail # Issue 22200 21 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError, Fail # Issue 22200
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 58 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
60 59
61 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ] 60 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ($arch == mips || $arch == arm64) ]
62 # These tests take too much memory (300 MB) for our 1 GB test machine. 61 # These tests take too much memory (300 MB) for our 1 GB test machine.
63 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 62 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
64 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 63 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673
65 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 64 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673
66 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 65 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673
67 66
68 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == simarm64 || $ arch == simdbc || $arch == simdbc64) ] 67 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == simarm64 || $ arch == simdbc || $arch == simdbc64) ]
68 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim eout
69 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout 69 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout
70 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout 70 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout
71 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout 71 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout
72 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout 72 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout
73 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout 73 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout
74 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout 74 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout
75 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout 75 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout
76 76
77 [ $system == windows ] 77 [ $system == windows ]
78 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow 78 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 Language/Types/Static_Types/malformed_type_t02: CompileTimeError 386 Language/Types/Static_Types/malformed_type_t02: CompileTimeError
387 Language/Types/Static_Types/malformed_type_t03: CompileTimeError 387 Language/Types/Static_Types/malformed_type_t03: CompileTimeError
388 Language/Types/Static_Types/malformed_type_t04: CompileTimeError 388 Language/Types/Static_Types/malformed_type_t04: CompileTimeError
389 Language/Types/Static_Types/malformed_type_t05: CompileTimeError 389 Language/Types/Static_Types/malformed_type_t05: CompileTimeError
390 Language/Types/Static_Types/malformed_type_t06: CompileTimeError 390 Language/Types/Static_Types/malformed_type_t06: CompileTimeError
391 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError 391 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError
392 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError 392 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError
393 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError 393 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError
394 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror 394 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror
395 395
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