| 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name | 554 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test:
encoded file name |
| 555 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name | 555 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test:
encoded file name |
| 556 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name | 556 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test:
encoded file name |
| 557 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name | 557 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test:
encoded file name |
| 558 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name | 558 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test:
encoded file name |
| 559 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM | 559 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # inherited from VM |
| 560 | 560 |
| 561 # Partially implemented redirecting constructors makes this fail. | 561 # Partially implemented redirecting constructors makes this fail. |
| 562 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail | 562 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail |
| 563 | 563 |
| 564 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. | 564 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Pass # co1
9 issue 259 |
| 565 |
| 565 | 566 |
| 566 [ $compiler == dart2dart && $system == windows ] | 567 [ $compiler == dart2dart && $system == windows ] |
| 567 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 568 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 568 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 569 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 569 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 570 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
| 570 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 571 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
| 571 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 572 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| 572 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN | 573 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN |
| OLD | NEW |