| 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 == none && $runtime == vm ] | 5 [ $compiler == none && $runtime == vm ] |
| 6 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 6 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
| 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK | 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK |
| 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK | 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK |
| 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK | 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK |
| 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 [ $compiler == none && $runtime == vm ] | 277 [ $compiler == none && $runtime == vm ] |
| 278 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 278 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 279 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 | 279 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 |
| 280 LibTest/core/Match/operator_subscript_A01_t01: Fail | 280 LibTest/core/Match/operator_subscript_A01_t01: Fail |
| 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il | 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il |
| 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il | 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il |
| 283 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 283 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
| 284 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 | 284 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 |
| 285 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 | 285 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 |
| 286 | 286 |
| 287 [ $compiler == none && $runtime == vm ] |
| 288 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 |
| 289 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 |
| 290 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 |
| 291 LibTest/math/cos_A01_t01: Fail, OK # Issue co19 - 44 |
| 292 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44 |
| 293 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44 |
| 294 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 |
| 295 |
| 296 [ $compiler == none && $runtime == vm && $system == linux ] |
| 297 LibTest/math/exp_A01_t01: Fail |
| 298 |
| 299 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] |
| 300 LibTest/math/sin_A01_t01: Fail |
| 301 LibTest/math/tan_A01_t01: Fail |
| 302 |
| 287 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] | 303 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] |
| 288 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | 304 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
| 289 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout | 305 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout |
| 290 | 306 |
| 291 [ $compiler == none && $runtime == vm && $system == windows ] | 307 [ $compiler == none && $runtime == vm && $system == windows ] |
| 308 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407 |
| 292 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 | 309 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 |
| 293 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 | 310 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 |
| 294 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 | 311 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 |
| 295 LibTest/core/int/operator_remainder_A01_t02: Fail # http://dartbug.com/5407 | 312 LibTest/core/int/operator_remainder_A01_t02: Fail # http://dartbug.com/5407 |
| 296 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 | 313 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 |
| 297 | 314 |
| 298 | 315 |
| 299 [ $compiler == none && $runtime == vm ] | 316 [ $compiler == none && $runtime == vm ] |
| 300 | 317 |
| 301 # The following tests use the deprecated Date interface. | 318 # The following tests use the deprecated Date interface. |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 | 401 |
| 385 | 402 |
| 386 [ $compiler == none && $runtime == vm && $mode == debug ] | 403 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 387 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 404 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 388 | 405 |
| 389 [ $compiler == none && $arch == simarm ] | 406 [ $compiler == none && $arch == simarm ] |
| 390 *: Skip | 407 *: Skip |
| 391 | 408 |
| 392 [ $compiler == none && $arch == arm ] | 409 [ $compiler == none && $arch == arm ] |
| 393 *: Skip | 410 *: Skip |
| OLD | NEW |