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_product) ] | 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail | 52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail |
53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail | 53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail |
54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail | 54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail |
55 | 55 |
56 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug ] | 56 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug ] |
57 LibTest/core/List/List_class_A01_t02: Pass, Slow | 57 LibTest/core/List/List_class_A01_t02: Pass, Slow |
58 | 58 |
59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& ($arch != x64 && $arch != simarm64 && $arch != arm64) ] | 59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& ($arch != x64 && $arch != simarm64 && $arch != arm64) ] |
60 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 |
61 | 61 |
62 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == mips ] | |
63 LibTest/core/double/toInt_A01_t01: Fail # Issue 25900 | |
64 | |
65 [ ($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) ] |
66 # 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. |
67 # 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 |
68 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 | 65 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
69 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 66 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
70 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 67 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
71 | 68 |
72 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == mips && $mode == debug ] | 69 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == mips && $mode == debug ] |
73 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 | 70 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 |
74 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 | 71 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. | 168 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. |
172 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 169 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
173 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 170 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
174 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 171 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
175 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n
ame. | 172 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n
ame. |
176 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 173 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
177 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 174 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
178 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 175 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
179 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac
t type name. | 176 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac
t type name. |
180 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 177 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
OLD | NEW |