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 == dart2dart ] | 5 [ $compiler == dart2dart ] |
6 # Factory redirection: | 6 # Factory redirection: |
7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas
ses in conservative renaming mode. | 7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas
ses in conservative renaming mode. |
8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. | 8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. |
9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. | 9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http://
dartbug.com/6634 Passes in conservative renaming mode. |
10 | 10 |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name | 476 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name |
477 LibTest/math/Random/nextDouble_A01_t01: Fail # Inherited from VM. | 477 LibTest/math/Random/nextDouble_A01_t01: Fail # Inherited from VM. |
478 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 | 478 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 |
479 LibTest/math/parseDouble_A02_t01: Fail # Inherited from VM. | 479 LibTest/math/parseDouble_A02_t01: Fail # Inherited from VM. |
480 LibTest/math/pow_A01_t01: Fail # Inherited from VM. | 480 LibTest/math/pow_A01_t01: Fail # Inherited from VM. |
481 LibTest/math/pow_A11_t01: Fail # Inherited from VM. | 481 LibTest/math/pow_A11_t01: Fail # Inherited from VM. |
482 LibTest/math/pow_A13_t01: Fail # Inherited from VM. | 482 LibTest/math/pow_A13_t01: Fail # Inherited from VM. |
483 LibTest/math/sin_A01_t01: Fail # Inherited from VM. | 483 LibTest/math/sin_A01_t01: Fail # Inherited from VM. |
484 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 | 484 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 |
485 | 485 |
| 486 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # co19 issue 314 |
| 487 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 314 |
| 488 LibTest/core/String/contains_A01_t03: Fail, OK # co19 issue 314 |
| 489 |
486 [ $compiler == dart2dart && $system == windows ] | 490 [ $compiler == dart2dart && $system == windows ] |
487 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 491 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
488 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 492 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
489 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 493 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
490 | 494 |
491 | 495 |
492 [ $compiler == dart2dart && $system == macos ] | 496 [ $compiler == dart2dart && $system == macos ] |
493 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 | 497 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 |
494 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 | 498 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 |
495 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 | 499 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 |
OLD | NEW |