| 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 # Rename "BadNumberFormatException" to "FormatException" | 6 # Rename "BadNumberFormatException" to "FormatException" |
| 7 # TODO(rnystrom): These can be enabled when | 7 # TODO(rnystrom): These can be enabled when |
| 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. | 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |
| 9 LibTest/core/BadNumberFormatException/*: Fail | 9 LibTest/core/BadNumberFormatException/*: Fail |
| 10 LibTest/core/double/toInt_A01_t03: Fail | 10 LibTest/core/double/toInt_A01_t03: Fail |
| 11 LibTest/core/double/toInt_A01_t04: Fail | 11 LibTest/core/double/toInt_A01_t04: Fail |
| 12 LibTest/core/Math/parseInt_A02_t01: Fail | 12 LibTest/core/Math/parseInt_A02_t01: Fail |
| 13 LibTest/core/Math/parseDouble_A02_t01: Fail | 13 LibTest/core/Math/parseDouble_A02_t01: Fail |
| 14 | 14 |
| 15 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 15 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 16 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 16 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| 17 Language/10_Expressions/01_Constants_A15_t48: Fail # co19 issue 171 |
| 17 | 18 |
| 18 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) | 19 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) |
| 19 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c
all operator not implemented) | 20 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c
all operator not implemented) |
| 20 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c
all operator not implemented) | 21 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c
all operator not implemented) |
| 21 Language/07_Classes/2_Getters_A01_t03: Fail # co19 issue 170 (getter is now lega
l under new syntax) | 22 Language/07_Classes/2_Getters_A01_t03: Fail # co19 issue 170 (getter is now lega
l under new syntax) |
| 22 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. | 23 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. |
| 23 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # co19 i
ssue 152. | 24 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # co19 i
ssue 152. |
| 24 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. | 25 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. |
| 25 Language/10_Expressions/08_Function_Expressions_A01_t05: Skip # issue 1286. (Thi
s test may become obsolete) | 26 Language/10_Expressions/08_Function_Expressions_A01_t05: Skip # issue 1286. (Thi
s test may become obsolete) |
| 26 Language/10_Expressions/10_Instance_Creation/1_New_A09_t09: Fail # issue 2014 (E
valuation order in ctor initializers) | 27 Language/10_Expressions/10_Instance_Creation/1_New_A09_t09: Fail # issue 2014 (E
valuation order in ctor initializers) |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 467 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| 467 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 | 468 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 |
| 468 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 469 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
| 469 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 470 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
| 470 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 471 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
| 471 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error | 472 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error |
| 472 | 473 |
| 473 | 474 |
| 474 [ $runtime == vm && $mode == debug && $unchecked ] | 475 [ $runtime == vm && $mode == debug && $unchecked ] |
| 475 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 476 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |