| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 [ ($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) ] |
| 63 # 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. |
| 64 # 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 |
| 65 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 | 65 LibTest/core/List/List_class_A01_t02: Skip # co19 issue 673 |
| 66 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 | 66 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # co19 issue 673 |
| 67 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 | 67 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # co19 issue 673 |
| 68 | 68 |
| 69 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $arch == mips && $mode == debug ] | |
| 70 LibTest/isolate/Isolate/spawnUri_A01_t04: Crash, Pass # Issue 17440 | |
| 71 LibTest/isolate/Isolate/spawn_A01_t04: Crash, Pass # Issue 17440 | |
| 72 | |
| 73 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmi
ps || $arch == simarm64) ] | 69 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& ($arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmi
ps || $arch == simarm64) ] |
| 74 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout | 70 LibTest/core/Uri/Uri_A06_t03: Skip # Timeout |
| 75 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout | 71 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeout |
| 76 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout | 72 LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Timeout |
| 77 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout | 73 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Skip # Timeout |
| 78 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout | 74 LibTest/collection/ListBase/ListBase_class_A01_t02: Skip # Timeout |
| 79 | 75 |
| 80 [ $system == windows ] | 76 [ $system == windows ] |
| 81 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow | 77 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Slow |
| 82 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow | 78 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. | 156 LibTest/typed_data/Float64List/runtimeType_A01_t01: Fail,OK # Expects exact typ
e name. |
| 161 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 157 LibTest/typed_data/Int16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
| 162 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 158 LibTest/typed_data/Int32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
| 163 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 159 LibTest/typed_data/Int64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
| 164 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n
ame. | 160 LibTest/typed_data/Int8List/runtimeType_A01_t01: Fail,OK # Expects exact type n
ame. |
| 165 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 161 LibTest/typed_data/Uint16List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
| 166 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 162 LibTest/typed_data/Uint32List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
| 167 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 163 LibTest/typed_data/Uint64List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
| 168 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac
t type name. | 164 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: Fail,OK # Expects exac
t type name. |
| 169 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. | 165 LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
name. |
| OLD | NEW |