| 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 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 6 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 7 | 7 |
| 8 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE | 8 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE |
| 9 | 9 |
| 10 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 | 10 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name | 561 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name |
| 562 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name | 562 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name |
| 563 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name | 563 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name |
| 564 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name | 564 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name |
| 565 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name | 565 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name |
| 566 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM | 566 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM |
| 567 | 567 |
| 568 # Partially implemented redirecting constructors makes this fail. | 568 # Partially implemented redirecting constructors makes this fail. |
| 569 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail | 569 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail |
| 570 | 570 |
| 571 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. | |
| 572 | |
| 573 [ $compiler == dart2dart && $system == windows ] | 571 [ $compiler == dart2dart && $system == windows ] |
| 574 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 572 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 575 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 573 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 576 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 574 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
| 577 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 575 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
| 578 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 576 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| 579 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN | 577 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN |
| OLD | NEW |