OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562. | 6 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562. |
7 | 7 |
8 LibTest/math/max_A01_t03: Fail # co19 issue 467 | 8 LibTest/math/max_A01_t03: Fail # co19 issue 467 |
9 LibTest/math/min_A01_t03: Fail # co19 issue 467 | 9 LibTest/math/min_A01_t03: Fail # co19 issue 467 |
10 | 10 |
11 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) | 11 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) |
12 LibTest/core/double/floor_A01_t05: Fail # issue 428 | 12 LibTest/core/double/floor_A01_t05: Fail # issue 428 |
13 LibTest/core/double/ceil_A01_t05: Fail # issue 428 | 13 LibTest/core/double/ceil_A01_t05: Fail # issue 428 |
14 | 14 |
15 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD
O(dart2dart-team): Please triage this failure. | |
16 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail #
TODO(dart2dart-team): Please triage this failure. | 15 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail #
TODO(dart2dart-team): Please triage this failure. |
17 LibTest/collection/Queue/iterator_current_A01_t02: Fail # co19 issue 475 | 16 LibTest/collection/Queue/iterator_current_A01_t02: Fail # co19 issue 475 |
18 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # co19 issue 475 | 17 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # co19 issue 475 |
19 LibTest/core/int/toStringAsExponential_A02_t01: Fail # co19 issue 477 | 18 LibTest/core/int/toStringAsExponential_A02_t01: Fail # co19 issue 477 |
20 | 19 |
21 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 | 20 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 |
22 | 21 |
23 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc
tor. | 22 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc
tor. |
24 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc
tor. | 23 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc
tor. |
25 Language/07_Classes/6_Constructors_A03_t03: Fail # Calling unresolved class cons
tructor. | 24 Language/07_Classes/6_Constructors_A03_t03: Fail # Calling unresolved class cons
tructor. |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this
failure | 409 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this
failure |
411 LibTest/isolate/SendPort/send_A02_t02: timeout # co19-roll r546: Please triage t
his failure | 410 LibTest/isolate/SendPort/send_A02_t02: timeout # co19-roll r546: Please triage t
his failure |
412 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t
his failure | 411 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t
his failure |
413 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this
failure | 412 LibTest/isolate/SendPort/send_A02_t04: fail # co19-roll r546: Please triage this
failure |
414 Utils/tests/Expect/listEquals_A02_t01: fail # co19-roll r546: Please triage this
failure | 413 Utils/tests/Expect/listEquals_A02_t01: fail # co19-roll r546: Please triage this
failure |
415 Utils/tests/Expect/listEquals_A03_t01: fail # co19-roll r546: Please triage this
failure | 414 Utils/tests/Expect/listEquals_A03_t01: fail # co19-roll r546: Please triage this
failure |
416 Utils/tests/Expect/setEquals_A02_t01: fail # co19-roll r546: Please triage this
failure | 415 Utils/tests/Expect/setEquals_A02_t01: fail # co19-roll r546: Please triage this
failure |
417 | 416 |
418 [ $compiler == dart2dart && $minified ] | 417 [ $compiler == dart2dart && $minified ] |
419 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this
failure | 418 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this
failure |
OLD | NEW |