| 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 ] |
| 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. |
| 8 # (They are skipped on $runtime == pre_compiled below.) |
| 9 LibTest/isolate/Isolate/spawnUri_A01_t06: 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 |
| 12 |
| 5 [$runtime == vm && $compiler == none && $system == fuchsia] | 13 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 6 *: Skip # Tests not included in the image. | 14 *: Skip # Tests not included in the image. |
| 7 | 15 |
| 8 [ $runtime == vm || $runtime == dart_precompiled ] | 16 [ $runtime == vm || $runtime == dart_precompiled ] |
| 9 | |
| 10 # Failures ok in tests below. VM moves super initializer to end of list. | 17 # Failures ok in tests below. VM moves super initializer to end of list. |
| 11 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | 18 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
| 12 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | 19 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
| 13 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK | 20 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK |
| 14 | 21 |
| 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 | 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 |
| 16 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 | 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 |
| 17 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 | 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 |
| 18 | 25 |
| 19 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 26 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 46 [ $runtime == vm || $runtime == dart_precompiled ] | 53 [ $runtime == vm || $runtime == dart_precompiled ] |
| 47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 | 54 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 |
| 48 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 | 55 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 |
| 49 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: | 56 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: |
| 50 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 57 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
| 51 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 58 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
| 52 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 59 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
| 53 | 60 |
| 54 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] | 61 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] |
| 55 LibTest/core/List/List_class_A01_t02: Pass, Slow | 62 LibTest/core/List/List_class_A01_t02: Pass, Slow |
| 56 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 | |
| 57 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 | |
| 58 | 63 |
| 59 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] | 64 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] |
| 60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 65 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 61 | 66 |
| 62 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] | 67 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] |
| 63 # These tests take too much memory (300 MB) for our 1 GB test machine. | 68 # These tests take too much memory (300 MB) for our 1 GB test machine. |
| 64 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 | 69 # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673 |
| 65 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 | 70 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
| 66 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 71 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
| 67 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 72 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout | 215 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
| 211 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 216 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
| 212 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout | 217 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
| 213 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 218 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| 214 LibTest/core/List/List_class_A01_t01: Pass, Timeout | 219 LibTest/core/List/List_class_A01_t01: Pass, Timeout |
| 215 LibTest/core/List/List_class_A01_t02: Pass, Timeout | 220 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
| 216 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 221 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 217 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 222 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
| 218 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 223 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 219 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 224 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
| 220 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent | |
| 221 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent | |
| 222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 225 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
| 223 | 226 |
| 224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] | 227 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] |
| 225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow | 228 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow |
| 226 | 229 |
| 227 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] | 230 [ $runtime == vm && $mode == release && $system == linux && $arch == ia32] |
| 228 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 | 231 service/dev_fs_spawn_test: Pass, Fail # Issue 28411 |
| 229 | |
| 230 [ $runtime == vm && $system == linux && ($arch == x64 || $arch == ia32) ] | |
| 231 co19/LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 | |
| OLD | NEW |