| 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 == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 | 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 |
| 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 | 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 |
| 8 | 8 |
| 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. |
| 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas
e triage this failure. | 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas
e triage this failure. |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 | 212 |
| 213 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201 | 213 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201 |
| 214 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201 | 214 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201 |
| 215 | 215 |
| 216 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail, OK # co19 issue 207 | 216 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail, OK # co19 issue 207 |
| 217 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 207 | 217 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 207 |
| 218 LibTest/core/double/remainder_A01_t03: Fail, OK # co19 issue 207 | 218 LibTest/core/double/remainder_A01_t03: Fail, OK # co19 issue 207 |
| 219 | 219 |
| 220 # Slow tests that needs extra time to finish. | 220 # Slow tests that needs extra time to finish. |
| 221 LibTest/core/List/sort_A01_t06: Slow, Pass | 221 LibTest/core/List/sort_A01_t06: Slow, Pass |
| 222 LibTest/core/Queue/addLast_A01_t01: Slow, Pass | |
| 223 LibTest/core/Queue/add_A01_t01: Slow, Pass | |
| 224 | 222 |
| 225 # These test the Clock class which has been removed. | 223 # These test the Clock class which has been removed. |
| 226 # issue co19 - 173 | 224 # issue co19 - 173 |
| 227 LibTest/core/Clock/frequency_A01_t01: Fail, OK | 225 LibTest/core/Clock/frequency_A01_t01: Fail, OK |
| 228 LibTest/core/Clock/now_A01_t01: Fail, OK | 226 LibTest/core/Clock/now_A01_t01: Fail, OK |
| 229 | 227 |
| 230 # Tests that fail because they use the legacy try-catch syntax. | 228 # Tests that fail because they use the legacy try-catch syntax. |
| 231 # See co19 issue 184. | 229 # See co19 issue 184. |
| 232 Language/03_Overview/1_Scoping_A02_t30: Fail, OK | 230 Language/03_Overview/1_Scoping_A02_t30: Fail, OK |
| 233 Language/03_Overview/2_Privacy_A01_t08: Fail, OK | 231 Language/03_Overview/2_Privacy_A01_t08: Fail, OK |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 LibTest/core/String/contains_A01_t01: Crash # co19 issue 212 | 652 LibTest/core/String/contains_A01_t01: Crash # co19 issue 212 |
| 655 LibTest/core/String/replaceAll_A01_t01: Fail, OK # co19 issue 212 | 653 LibTest/core/String/replaceAll_A01_t01: Fail, OK # co19 issue 212 |
| 656 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # co19 issue 212 | 654 LibTest/core/String/replaceFirst_A01_t01: Fail, OK # co19 issue 212 |
| 657 LibTest/core/String/split_A01_t01: Fail, OK # co19 issue 212 | 655 LibTest/core/String/split_A01_t01: Fail, OK # co19 issue 212 |
| 658 LibTest/core/String/split_A01_t02: Fail, OK # co19 issue 212 | 656 LibTest/core/String/split_A01_t02: Fail, OK # co19 issue 212 |
| 659 | 657 |
| 660 [ $compiler == dart2js && $unchecked ] | 658 [ $compiler == dart2js && $unchecked ] |
| 661 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail | 659 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail |
| 662 | 660 |
| 663 [ $compiler == dart2js && $checked ] | 661 [ $compiler == dart2js && $checked ] |
| 662 LibTest/core/Queue/addLast_A01_t01: Slow, Pass |
| 663 LibTest/core/Queue/add_A01_t01: Slow, Pass |
| 664 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass | 664 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass |
| 665 | 665 |
| 666 # | 666 # |
| 667 # Issues with co19 test suite. | 667 # Issues with co19 test suite. |
| 668 # | 668 # |
| 669 # If you add anything here, either file a bug against the Dart | 669 # If you add anything here, either file a bug against the Dart |
| 670 # language specification, co19 test suite, or add a comment that ahe@ | 670 # language specification, co19 test suite, or add a comment that ahe@ |
| 671 # can understand so he can file a bug later. | 671 # can understand so he can file a bug later. |
| 672 # | 672 # |
| 673 [ $compiler == dart2js ] | 673 [ $compiler == dart2js ] |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 1223 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 1224 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 1224 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 1225 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 1225 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 1226 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 1226 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 1227 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 1227 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 1228 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 1228 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 1229 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 1229 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 1230 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 1230 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 1231 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 1231 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 1232 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 1232 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |