| 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 22 matching lines...) Expand all Loading... |
| 33 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 | 33 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 |
| 34 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 | 34 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 |
| 35 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 | 35 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 |
| 36 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 | 36 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 |
| 37 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 | 37 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 |
| 38 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974 | 38 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974 |
| 39 | 39 |
| 40 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 | 40 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 |
| 41 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 | 41 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 |
| 42 | 42 |
| 43 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] |
| 44 Language/Expressions/Function_Invocation/async_invokation_t06: Crash # Issue 287
59 |
| 45 |
| 43 [ $runtime == vm || $runtime == dart_precompiled ] | 46 [ $runtime == vm || $runtime == dart_precompiled ] |
| 44 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 |
| 45 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 |
| 46 # 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: |
| 47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 50 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
| 48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 51 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
| 49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 52 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
| 50 | 53 |
| 51 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] | 54 [ ($runtime == vm || $runtime == dart_precompiled ) && $mode == debug ] |
| 52 LibTest/core/List/List_class_A01_t02: Pass, Slow | 55 LibTest/core/List/List_class_A01_t02: Pass, Slow |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 215 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 213 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 216 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
| 214 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 217 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 215 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 218 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
| 216 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent | 219 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent |
| 217 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent | 220 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent |
| 218 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 | 221 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 |
| 219 | 222 |
| 220 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] | 223 [ $runtime == vm && $mode == release && $system == linux && ($arch == x64 || $ar
ch == ia32)] |
| 221 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow | 224 LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow |
| OLD | NEW |