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 | 5 |
6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
7 | 7 |
8 # Failures ok in tests below. VM moves super initializer to end of list. | 8 # Failures ok in tests below. VM moves super initializer to end of list. |
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
(...skipping 15 matching lines...) Expand all Loading... |
26 Language/Statements/Assert/type_t02: skip # co19 issue 734 | 26 Language/Statements/Assert/type_t02: skip # co19 issue 734 |
27 Language/Statements/Assert/type_t05: skip # co19 issue 734 | 27 Language/Statements/Assert/type_t05: skip # co19 issue 734 |
28 | 28 |
29 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Issue 15974 | 29 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Issue 15974 |
30 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Issue 15974 | 30 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Issue 15974 |
31 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 | 31 LibTest/isolate/Isolate/spawn_A03_t02: Skip # Issue 15974 |
32 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 | 32 LibTest/isolate/Isolate/spawn_A04_t01: Skip # Issue 15974 |
33 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 | 33 LibTest/isolate/Isolate/spawn_A04_t04: Skip # Issue 15974 |
34 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 | 34 LibTest/isolate/Isolate/spawn_A06_t03: Skip # Issue 15974 |
35 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 | 35 LibTest/isolate/Isolate/spawn_A06_t05: Skip # Issue 15974 |
36 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 27202 | 36 LibTest/isolate/Isolate/spawn_A04_t03: Skip # Flaky, Issue 15974 |
37 | 37 |
38 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 | 38 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 |
39 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 | 39 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 |
40 | 40 |
41 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] | 41 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] |
42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 | 42 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 |
43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 | 43 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 |
44 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: | 44 # With asynchronous loading, the load errors in these tests are no longer recogn
ized as compile errors: |
45 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 45 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
46 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 46 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout | 219 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout |
220 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 220 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
221 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout | 221 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout |
222 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 222 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
223 LibTest/core/List/List_class_A01_t02: Pass, Timeout | 223 LibTest/core/List/List_class_A01_t02: Pass, Timeout |
224 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 224 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
225 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout | 225 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout |
226 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 226 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
227 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout | 227 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout |
228 | 228 |
OLD | NEW |