| 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 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| 9 | 9 |
| 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) | 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 LibTest/core/double/operator_remainder_A01_t04: Fail | 135 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 136 LibTest/core/double/round_A01_t01: Fail | 136 LibTest/core/double/round_A01_t01: Fail |
| 137 LibTest/core/double/remainder_A01_t04: Fail | 137 LibTest/core/double/remainder_A01_t04: Fail |
| 138 LibTest/core/Math/atan2_A01_t03: Fail | 138 LibTest/core/Math/atan2_A01_t03: Fail |
| 139 LibTest/core/int/remainder_A01_t02: Fail | 139 LibTest/core/int/remainder_A01_t02: Fail |
| 140 LibTest/core/int/operator_remainder_A01_t02: Fail | 140 LibTest/core/int/operator_remainder_A01_t02: Fail |
| 141 | 141 |
| 142 | 142 |
| 143 [ $runtime == vm ] | 143 [ $runtime == vm ] |
| 144 | 144 |
| 145 # The following tests use the deprecated Date interface. |
| 146 LibTest/core/Date/Date_A02_t01: Fail |
| 147 LibTest/core/Date/Date.now_A02_t01: Fail |
| 148 LibTest/core/Date/add_A04_t01: Fail |
| 149 LibTest/core/Date/value_A01_t02: Skip |
| 150 LibTest/core/Date/value_A02_t01: Skip |
| 151 LibTest/core/Date/isLocalTime_A01_t01: Fail |
| 152 LibTest/core/Date/toString_A02_t01: Skip |
| 153 LibTest/core/Date/Date.fromString_A01_t03: Fail |
| 154 LibTest/core/Date/changeTimeZone_A01_t01: Skip |
| 155 LibTest/core/Date/changeTimeZone_A02_t01: Fail |
| 156 LibTest/core/Date/changeTimeZone_A03_t01: Fail |
| 157 LibTest/core/Date/changeTimeZone_A04_t01: Skip |
| 158 LibTest/core/Date/changeTimeZone_A05_t01: Fail |
| 159 LibTest/core/Date/isUtc_A01_t01: Fail |
| 160 LibTest/core/Date/timeZone_A01_t01: Skip |
| 161 LibTest/core/Date/timeZone_A01_t02: Fail |
| 162 LibTest/core/Date/timeZone_A01_t03: Fail |
| 163 LibTest/core/Date/difference_A01_t01: Skip |
| 164 LibTest/core/Date/difference_A01_t02: Skip |
| 165 LibTest/core/Date/subtract_A04_t01: Fail |
| 166 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail |
| 167 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail |
| 168 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip |
| 169 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip |
| 170 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip |
| 171 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip |
| 172 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip |
| 173 |
| 174 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip |
| 175 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip |
| 176 |
| 177 |
| 178 [ $runtime == vm ] |
| 179 |
| 145 # The following tests contain String operator + which is being removed | 180 # The following tests contain String operator + which is being removed |
| 146 # from the language. These tests pass or fail depending on whether support | 181 # from the language. These tests pass or fail depending on whether support |
| 147 # for + is enabled or not. | 182 # for + is enabled or not. |
| 148 Language/05_Variables/05_Variables_A05_t04: Pass,Fail | 183 Language/05_Variables/05_Variables_A05_t04: Pass,Fail |
| 149 Language/11_Statements/10_Return_A02_t01: Pass,Fail | 184 Language/11_Statements/10_Return_A02_t01: Pass,Fail |
| 150 Language/11_Statements/08_Switch_A02_t02: Pass,Fail | 185 Language/11_Statements/08_Switch_A02_t02: Pass,Fail |
| 151 Language/11_Statements/08_Switch_A01_t03: Pass,Fail | 186 Language/11_Statements/08_Switch_A01_t03: Pass,Fail |
| 152 Language/11_Statements/07_Do_A02_t02: Pass,Fail | 187 Language/11_Statements/07_Do_A02_t02: Pass,Fail |
| 153 Language/11_Statements/05_For/2_Foreach_A01_t05: Pass,Fail | 188 Language/11_Statements/05_For/2_Foreach_A01_t05: Pass,Fail |
| 154 Language/11_Statements/05_For/1_For_Loop_A01_t05: Pass,Fail | 189 Language/11_Statements/05_For/1_For_Loop_A01_t05: Pass,Fail |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 Language/13_Types/1_Static_Types_A02_t08: Fail | 342 Language/13_Types/1_Static_Types_A02_t08: Fail |
| 308 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 | 343 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 |
| 309 | 344 |
| 310 | 345 |
| 311 [ $arch == simarm ] | 346 [ $arch == simarm ] |
| 312 *: Skip | 347 *: Skip |
| 313 | 348 |
| 314 | 349 |
| 315 [ $arch == arm ] | 350 [ $arch == arm ] |
| 316 *: Skip | 351 *: Skip |
| OLD | NEW |