OLD | NEW |
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: Pass,Timeo
ut # Please triage this failure |
12 | 13 |
13 [$runtime == vm && $compiler == none && $system == fuchsia] | 14 [$runtime == vm && $compiler == none && $system == fuchsia] |
14 *: Skip # Tests not included in the image. | 15 *: Skip # Tests not included in the image. |
15 | 16 |
16 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] | 17 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] |
17 # Failures ok in tests below. VM moves super initializer to end of list. | |
18 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | |
19 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | |
20 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK | |
21 | 18 |
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 | 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: R
untimeError # Issue 1296 |
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 | 20 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru
ntimeError, Fail # Issue 22200 |
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 | 21 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 |
| 23 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # I
ssue 1296 |
| 24 |
25 | 25 |
26 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 26 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
27 | 27 |
| 28 Language/Libraries_and_Scripts/Exports/reexport_t02: MissingCompileTimeError, fa
il # Dart issue 12916 |
| 29 |
28 # Skip until Issue 29895 is fixed. | 30 # Skip until Issue 29895 is fixed. |
29 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: skip | 31 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: skip |
30 | 32 |
31 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 | |
32 | |
33 Language/Statements/Assert/execution_t02: skip # co19 issue 734 | 33 Language/Statements/Assert/execution_t02: skip # co19 issue 734 |
34 Language/Statements/Assert/execution_t03: skip # co19 issue 734 | 34 Language/Statements/Assert/execution_t03: skip # co19 issue 734 |
35 Language/Statements/Assert/type_t02: skip # co19 issue 734 | 35 Language/Statements/Assert/type_t02: skip # co19 issue 734 |
36 Language/Statements/Assert/type_t05: skip # co19 issue 734 | 36 Language/Statements/Assert/type_t05: skip # co19 issue 734 |
37 | 37 |
38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Issue 15974 | 38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Issue 15974 |
39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Issue 15974 | 39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Issue 15974 |
40 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 | 40 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 |
41 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 | 41 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 |
42 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 | 42 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 |
(...skipping 16 matching lines...) Expand all Loading... |
59 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 59 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
60 | 60 |
61 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] | 61 [ ($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. | 62 # 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 | 63 # 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 | 64 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
65 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 65 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
66 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 66 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
67 | 67 |
68 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch
== simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == simarm64 || $
arch == simdbc || $arch == simdbc64) ] | 68 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch
== simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == simarm64 || $
arch == simdbc || $arch == simdbc64) ] |
69 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Ti
meout | |
70 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout | 69 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout |
71 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout | 70 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout |
72 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout | 71 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout |
73 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout | 72 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout |
74 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout | 73 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout |
75 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout | 74 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout |
76 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout | 75 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout |
77 | 76 |
78 [ $system == windows ] | 77 [ $system == windows ] |
79 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow | 78 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 Language/Expressions/Type_Test/evaluation_t10: Skip # Requires deferred librarie
s | 213 Language/Expressions/Type_Test/evaluation_t10: Skip # Requires deferred librarie
s |
215 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Requires defe
rred libraries | 214 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Requires defe
rred libraries |
216 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Requires defe
rred libraries | 215 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Requires defe
rred libraries |
217 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Requires
deferred libraries | 216 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Requires
deferred libraries |
218 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Requires
deferred libraries | 217 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Requires
deferred libraries |
219 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t03: Skip # Requires
deferred libraries | 218 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t03: Skip # Requires
deferred libraries |
220 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # Requires deferred
libraries | 219 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # Requires deferred
libraries |
221 Language/Types/Dynamic_Type_System/deferred_type_error_t01: Skip # Requires defe
rred libraries | 220 Language/Types/Dynamic_Type_System/deferred_type_error_t01: Skip # Requires defe
rred libraries |
222 Language/Types/Static_Types/deferred_type_t01: Skip # Requires deferred librarie
s | 221 Language/Types/Static_Types/deferred_type_t01: Skip # Requires deferred librarie
s |
223 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # Requires deferred
libraries | 222 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # Requires deferred
libraries |
224 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass, Time
out | |
225 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Pass, Timeout | 223 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Pass, Timeout |
226 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Pass, Timeout | 224 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Pass, Timeout |
227 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout | 225 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
228 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 226 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
229 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout | 227 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
230 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 228 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
231 LibTest/core/List/List_class_A01_t01: Pass, Timeout | 229 LibTest/core/List/List_class_A01_t01: Pass, Timeout |
232 LibTest/core/List/List_class_A01_t02: Pass, Timeout | 230 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
233 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 231 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
234 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 232 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 Language/Types/Static_Types/malformed_type_t02: CompileTimeError | 386 Language/Types/Static_Types/malformed_type_t02: CompileTimeError |
389 Language/Types/Static_Types/malformed_type_t03: CompileTimeError | 387 Language/Types/Static_Types/malformed_type_t03: CompileTimeError |
390 Language/Types/Static_Types/malformed_type_t04: CompileTimeError | 388 Language/Types/Static_Types/malformed_type_t04: CompileTimeError |
391 Language/Types/Static_Types/malformed_type_t05: CompileTimeError | 389 Language/Types/Static_Types/malformed_type_t05: CompileTimeError |
392 Language/Types/Static_Types/malformed_type_t06: CompileTimeError | 390 Language/Types/Static_Types/malformed_type_t06: CompileTimeError |
393 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError | 391 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError |
394 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError | 392 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError |
395 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError | 393 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError |
396 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr
ror | 394 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr
ror |
397 | 395 |
OLD | NEW |