| 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 ] | 6 [ $runtime == vm ] |
| 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 8 | 8 |
| 9 | 9 |
| 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte
d for classes | 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte
d for classes |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 | 122 |
| 123 [ $runtime == vm && $checked ] | 123 [ $runtime == vm && $checked ] |
| 124 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team)
: New failure, please triage. | 124 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team)
: New failure, please triage. |
| 125 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team)
: New failure, please triage. | 125 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team)
: New failure, please triage. |
| 126 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple
ase triage. | 126 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple
ase triage. |
| 127 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331 | 127 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331 |
| 128 LibTest/core/Queue/add_A01_t01: Skip # Issue 331 | 128 LibTest/core/Queue/add_A01_t01: Skip # Issue 331 |
| 129 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331 | 129 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331 |
| 130 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 | 130 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 |
| 131 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 | 131 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 |
| 132 | 132 Language/12_Libraries_and_Scripts/3_Scripts_A02_t01: Fail # Issue co19 - 110 |
| 133 | 133 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue
co19 - 110 |
| 134 | |
| 135 | 134 |
| 136 | 135 |
| 137 [ $runtime == vm && $system == windows ] | 136 [ $runtime == vm && $system == windows ] |
| 138 LibTest/core/double/operator_remainder_A01_t04: Fail | 137 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 139 LibTest/core/double/round_A01_t01: Fail | 138 LibTest/core/double/round_A01_t01: Fail |
| 140 LibTest/core/double/remainder_A01_t04: Fail | 139 LibTest/core/double/remainder_A01_t04: Fail |
| 141 LibTest/core/Math/atan2_A01_t03: Fail | 140 LibTest/core/Math/atan2_A01_t03: Fail |
| 142 LibTest/core/int/remainder_A01_t02: Fail | 141 LibTest/core/int/remainder_A01_t02: Fail |
| 143 LibTest/core/int/operator_remainder_A01_t02: Fail | 142 LibTest/core/int/operator_remainder_A01_t02: Fail |
| 144 | 143 |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 Language/13_Types/1_Static_Types_A02_t08: Fail | 247 Language/13_Types/1_Static_Types_A02_t08: Fail |
| 249 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 | 248 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 |
| 250 | 249 |
| 251 | 250 |
| 252 [ $arch == simarm ] | 251 [ $arch == simarm ] |
| 253 *: Skip | 252 *: Skip |
| 254 | 253 |
| 255 | 254 |
| 256 [ $arch == arm ] | 255 [ $arch == arm ] |
| 257 *: Skip | 256 *: Skip |
| OLD | NEW |