| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail | 74 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail |
| 75 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il | 75 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il |
| 76 | 76 |
| 77 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. | 77 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. |
| 78 | 78 |
| 79 # New failures | 79 # New failures |
| 80 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail | 80 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail |
| 81 | 81 |
| 82 [ $runtime == vm ] | 82 [ $runtime == vm ] |
| 83 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 | 83 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 |
| 84 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 84 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 | 85 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 |
| 85 LibTest/core/Expect/throws_A01_t04: Fail # Issue co19 - 119 | 86 LibTest/core/Expect/throws_A01_t04: Fail # Issue co19 - 119 |
| 86 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 | 87 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 |
| 87 LibTest/core/Match/operator_subscript_A01_t01: Fail | 88 LibTest/core/Match/operator_subscript_A01_t01: Fail |
| 88 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 | 89 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 |
| 89 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 | 90 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 |
| 90 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 | 91 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 |
| 91 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il | 92 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il |
| 92 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il | 93 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il |
| 93 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 94 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 Language/13_Types/1_Static_Types_A02_t08: Fail | 242 Language/13_Types/1_Static_Types_A02_t08: Fail |
| 242 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 | 243 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 |
| 243 | 244 |
| 244 | 245 |
| 245 [ $arch == simarm ] | 246 [ $arch == simarm ] |
| 246 *: Skip | 247 *: Skip |
| 247 | 248 |
| 248 | 249 |
| 249 [ $arch == arm ] | 250 [ $arch == arm ] |
| 250 *: Skip | 251 *: Skip |
| OLD | NEW |