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 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 | 48 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 |
49 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 | 49 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 |
50 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: | 50 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: |
51 | 51 |
52 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] | 52 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] |
53 LibTest/core/List/List_class_A01_t02: Pass, Slow | 53 LibTest/core/List/List_class_A01_t02: Pass, Slow |
54 | 54 |
55 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] | 55 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] |
56 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 56 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
57 | 57 |
58 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] | 58 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && $arch == arm64 ] |
59 # These tests take too much memory (300 MB) for our 1 GB test machine. | 59 # These tests take too much memory (300 MB) for our 1 GB test machine. |
60 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 | 60 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 |
61 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 | 61 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
62 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 62 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
63 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 63 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
64 | 64 |
65 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch
== simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == simarm64 || $
arch == simdbc || $arch == simdbc64) ] | 65 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simarm || $arch
== simarmv6 || $arch == simarmv5te || $arch == simarm64 || $arch == simdbc || $a
rch == simdbc64) ] |
66 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim
eout | 66 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Skip # Tim
eout |
67 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout | 67 LibTest/collection/IterableBase/IterableBase_class_A01_t02: Skip # Timeout |
68 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout | 68 LibTest/collection/IterableMixin/IterableMixin_class_A02_t01: Skip # Timeout |
69 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout | 69 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout |
70 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout | 70 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout |
71 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout | 71 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout |
72 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout | 72 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout |
73 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout | 73 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout |
74 | 74 |
75 [ $system == windows ] | 75 [ $system == windows ] |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 Language/Types/Static_Types/malformed_type_t02: CompileTimeError | 385 Language/Types/Static_Types/malformed_type_t02: CompileTimeError |
386 Language/Types/Static_Types/malformed_type_t03: CompileTimeError | 386 Language/Types/Static_Types/malformed_type_t03: CompileTimeError |
387 Language/Types/Static_Types/malformed_type_t04: CompileTimeError | 387 Language/Types/Static_Types/malformed_type_t04: CompileTimeError |
388 Language/Types/Static_Types/malformed_type_t05: CompileTimeError | 388 Language/Types/Static_Types/malformed_type_t05: CompileTimeError |
389 Language/Types/Static_Types/malformed_type_t06: CompileTimeError | 389 Language/Types/Static_Types/malformed_type_t06: CompileTimeError |
390 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError | 390 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError |
391 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError | 391 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError |
392 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError | 392 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError |
393 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr
ror | 393 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr
ror |
394 | 394 |
OLD | NEW |