| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 [ $arch == ia32 ] | 7 [ $arch == ia32 ] |
| 8 | 8 |
| 9 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 | 9 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 |
| 10 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371433 | 10 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371433 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 | 139 |
| 140 # Invalid tests (ObjectNotClosureException instead of NullPointerException) | 140 # Invalid tests (ObjectNotClosureException instead of NullPointerException) |
| 141 LibTest/core/Queue/filter/Queue/filter/A01/t03 : Skip | 141 LibTest/core/Queue/filter/Queue/filter/A01/t03 : Skip |
| 142 LibTest/core/Queue/some/Queue/some/A01/t03 : Skip | 142 LibTest/core/Queue/some/Queue/some/A01/t03 : Skip |
| 143 LibTest/core/Queue/forEach/Queue/forEach/A01/t03 : Skip | 143 LibTest/core/Queue/forEach/Queue/forEach/A01/t03 : Skip |
| 144 LibTest/core/Queue/every/Queue/every/A01/t03 : Skip | 144 LibTest/core/Queue/every/Queue/every/A01/t03 : Skip |
| 145 LibTest/core/Map/forEach/Map/forEach/A01/t02 : Skip | 145 LibTest/core/Map/forEach/Map/forEach/A01/t02 : Skip |
| 146 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06 : Skip | 146 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06 : Skip |
| 147 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08 : Skip | 147 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08 : Skip |
| 148 | 148 |
| 149 # List.fromList has been removed. |
| 150 LibTest/core/List/List.fromList/*: Fail |
| 151 |
| 149 [ $arch == x64 ] | 152 [ $arch == x64 ] |
| 150 *: Skip | 153 *: Skip |
| 151 | 154 |
| 152 | 155 |
| 153 [ $arch == simarm ] | 156 [ $arch == simarm ] |
| 154 *: Skip | 157 *: Skip |
| 155 | 158 |
| 156 | 159 |
| 157 [ $arch == arm ] | 160 [ $arch == arm ] |
| 158 *: Skip | 161 *: Skip |
| OLD | NEW |