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 [ $compiler == dartc ] | 5 [ $compiler == dartc ] |
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/double/toInt_A01_t03: Fail | 9 LibTest/core/double/toInt_A01_t03: Fail |
10 LibTest/core/double/toInt_A01_t04: Fail | 10 LibTest/core/double/toInt_A01_t04: Fail |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130 | 183 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130 |
184 | 184 |
185 | 185 |
186 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise
removed (co19 Issue #79) | 186 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise
removed (co19 Issue #79) |
187 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis
e removed (co19 Issue #79) | 187 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis
e removed (co19 Issue #79) |
188 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise
removed (co19 Issue #79) | 188 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise
removed (co19 Issue #79) |
189 | 189 |
190 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # co19 issue 139 | 190 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # co19 issue 139 |
191 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # co19 issue 139 | 191 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # co19 issue 139 |
192 | 192 |
| 193 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 |
| 194 |
193 # The following tests use the deprecated Date interface. | 195 # The following tests use the deprecated Date interface. |
194 LibTest/core/Date/Date_A02_t01: Fail, Pass | 196 LibTest/core/Date/Date_A02_t01: Fail, Pass |
195 LibTest/core/Date/Date.now_A02_t01: Fail, Pass | 197 LibTest/core/Date/Date.now_A02_t01: Fail, Pass |
196 LibTest/core/Date/add_A04_t01: Fail, Pass | 198 LibTest/core/Date/add_A04_t01: Fail, Pass |
197 LibTest/core/Date/value_A01_t02: Fail, Pass | 199 LibTest/core/Date/value_A01_t02: Fail, Pass |
198 LibTest/core/Date/value_A02_t01: Fail, Pass | 200 LibTest/core/Date/value_A02_t01: Fail, Pass |
199 LibTest/core/Date/isLocalTime_A01_t01: Fail, Pass | 201 LibTest/core/Date/isLocalTime_A01_t01: Fail, Pass |
200 LibTest/core/Date/toString_A02_t01: Fail, Pass | 202 LibTest/core/Date/toString_A02_t01: Fail, Pass |
201 LibTest/core/Date/Date.fromString_A01_t03: Fail, Pass | 203 LibTest/core/Date/Date.fromString_A01_t03: Fail, Pass |
202 LibTest/core/Date/changeTimeZone_A01_t01: Fail, Pass | 204 LibTest/core/Date/changeTimeZone_A01_t01: Fail, Pass |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK | 237 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK |
236 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK | 238 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK |
237 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK | 239 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK |
238 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK | 240 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK |
239 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK | 241 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK |
240 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK | 242 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK |
241 | 243 |
242 | 244 |
243 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 245 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
244 *: Skip | 246 *: Skip |
OLD | NEW |