| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ] | 287 [ $compiler == none && $runtime == vm ] |
| 288 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 | 288 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 |
| 289 LibTest/math/asin_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 | 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 | 291 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44 |
| 293 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44 | 292 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44 |
| 294 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 | 293 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 |
| 295 | 294 |
| 296 [ $compiler == none && $runtime == vm && $system == linux ] | 295 [ $compiler == none && $runtime == vm && $system == linux ] |
| 297 LibTest/math/exp_A01_t01: Fail | 296 LibTest/math/exp_A01_t01: Fail |
| 298 | 297 |
| 299 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] | 298 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] |
| 300 LibTest/math/sin_A01_t01: Fail | 299 LibTest/math/sin_A01_t01: Fail |
| 301 LibTest/math/tan_A01_t01: Fail | 300 LibTest/math/tan_A01_t01: Fail |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 | 400 |
| 402 | 401 |
| 403 [ $compiler == none && $runtime == vm && $mode == debug ] | 402 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 404 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 403 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 405 | 404 |
| 406 [ $compiler == none && $arch == simarm ] | 405 [ $compiler == none && $arch == simarm ] |
| 407 *: Skip | 406 *: Skip |
| 408 | 407 |
| 409 [ $compiler == none && $arch == arm ] | 408 [ $compiler == none && $arch == arm ] |
| 410 *: Skip | 409 *: Skip |
| OLD | NEW |