| 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 # Rename "BadNumberFormatException" to "FormatException" |
| 6 # TODO(rnystrom): These can be enabled when |
| 7 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |
| 8 LibTest/core/BadNumberFormatException/*: Fail |
| 9 LibTest/core/double/toInt_A01_t03: Fail |
| 10 LibTest/core/double/toInt_A01_t04: Fail |
| 11 LibTest/core/Math/parseInt_A02_t01: Fail |
| 12 |
| 5 [ $compiler == dartc ] | 13 [ $compiler == dartc ] |
| 6 | 14 |
| 7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 | 15 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 |
| 8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 | 16 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 |
| 9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 | 17 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 |
| 10 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323 | 18 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323 |
| 11 Language/05_Variables/05_Variables_A04_t09: Fail # Issue 3323 | 19 Language/05_Variables/05_Variables_A04_t09: Fail # Issue 3323 |
| 12 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail # I
ssue 3323 | 20 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail # I
ssue 3323 |
| 13 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379 | 21 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379 |
| 14 Language/07_Classes/2_Getters_A01_t02: Fail # Issue 379 | 22 Language/07_Classes/2_Getters_A01_t02: Fail # Issue 379 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK | 159 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK |
| 152 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK | 160 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK |
| 153 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK | 161 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK |
| 154 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK | 162 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK |
| 155 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK | 163 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK |
| 156 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK | 164 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK |
| 157 | 165 |
| 158 | 166 |
| 159 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 167 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
| 160 *: Skip | 168 *: Skip |
| OLD | NEW |