| 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 && $compiler == none && $system == fuchsia] | 5 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 6 *: Skip # Tests not included in the image. | 6 *: Skip # Tests not included in the image. |
| 7 | 7 |
| 8 [ $runtime == vm || $runtime == dart_precompiled ] | 8 [ $runtime == vm || $runtime == dart_precompiled ] |
| 9 | 9 |
| 10 # Failures ok in tests below. VM moves super initializer to end of list. | 10 # Failures ok in tests below. VM moves super initializer to end of list. |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 | 47 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 | 48 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: | 49 # 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 | 50 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
| 51 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 51 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
| 52 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 52 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
| 53 | 53 |
| 54 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] | 54 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] |
| 55 LibTest/core/List/List_class_A01_t02: Pass, Slow | 55 LibTest/core/List/List_class_A01_t02: Pass, Slow |
| 56 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 | 56 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 |
| 57 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 |
| 57 | 58 |
| 58 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] | 59 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch != x64 && $arch !=
simarm64 && $arch != arm64 && $arch != simdbc64 && $arch != simdbc) ] |
| 59 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 60 | 61 |
| 61 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) && ($arch == mips || $arch == arm64) ] | 62 [ ($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. | 63 # 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 | 64 # 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 | 65 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
| 65 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 66 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
| 66 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 67 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 216 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 216 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 217 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
| 217 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 218 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 218 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 219 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
| 219 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent | 220 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent |
| 220 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent | 221 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent |
| 221 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 222 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
| 222 | 223 |
| 223 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] | 224 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] |
| 224 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow | 225 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow |
| OLD | NEW |