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 | 5 |
6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
7 # for co19 bugs. | 7 # for co19 bugs. |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash | 9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash |
10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash | 10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 | 225 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
226 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288 | 226 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288 |
227 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 | 227 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 |
228 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288 | 228 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288 |
229 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 | 229 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 |
230 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 | 230 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 |
231 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 | 231 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 |
232 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 | 232 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 |
233 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 | 233 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 |
234 | 234 |
| 235 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290 |
| 236 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290 |
| 237 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290 |
| 238 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290 |
| 239 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290 |
| 240 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 241 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue
290 |
| 242 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290 |
| 243 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290 |
| 244 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290 |
| 245 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290 |
| 246 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290 |
| 247 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290 |
| 248 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290 |
| 249 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290 |
| 250 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 251 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290 |
| 252 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 253 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290 |
235 | 254 |
236 [ $compiler == dart2js && $unchecked ] | 255 [ $compiler == dart2js && $unchecked ] |
237 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. | 256 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. |
238 | 257 |
239 [ $compiler == dart2js && $runtime == jsshell ] | 258 [ $compiler == dart2js && $runtime == jsshell ] |
240 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the
se tests. | 259 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the
se tests. |
241 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t
ests. | 260 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t
ests. |
242 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests. | 261 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests. |
243 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. | 262 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. |
244 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes
e tests. | 263 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes
e tests. |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ | 545 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ |
527 | 546 |
528 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented | 547 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented |
529 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super | 548 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super |
530 Language/11_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super | 549 Language/11_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super |
531 Language/11_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments | 550 Language/11_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments |
532 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". | 551 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". |
533 | 552 |
534 [ $compiler == dart2js && $jscl ] | 553 [ $compiler == dart2js && $jscl ] |
535 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 554 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
536 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) | |
537 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 555 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
538 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 556 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
539 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 557 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
540 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 558 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
541 | 559 |
542 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | 560 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. |
543 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. | 561 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. |
544 | 562 |
545 # | 563 # |
546 # The following tests may be broken, but require further review. | 564 # The following tests may be broken, but require further review. |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 733 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
716 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 734 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
717 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 735 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
718 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 736 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
719 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 737 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
720 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 738 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
721 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 739 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
722 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 740 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
723 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 741 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
724 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 742 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |