Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Side by Side Diff: dart/tests/co19/co19-dart2js.status

Issue 14121005: Update co19 status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 [ $compiler == dart2js && $runtime == jsshell ] 6 [ $compiler == dart2js && $runtime == jsshell ]
7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
8 8
9 9
10 # Crashes first, please. Then untriaged bugs. There is a section below 10 # Crashes first, please. Then untriaged bugs. There is a section below
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 563 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
564 564
565 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 565 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
566 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 566 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
567 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 567 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
568 568
569 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 569 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
570 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super 570 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super
571 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 571 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
572 572
573 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824
574
575
573 [ $compiler == dart2js && $jscl ] 576 [ $compiler == dart2js && $jscl ]
574 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa ssing due to co19 issues 373 and 374) 577 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa ssing due to co19 issues 373 and 374)
575 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 578 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
576 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 579 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
577 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 580 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
578 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 581 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
579 582
580 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 583 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
581 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 584 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
582 585
583 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824
584 586
585 587
586 # 588 #
587 # The following tests may be broken, but require further review. 589 # The following tests may be broken, but require further review.
588 # 590 #
589 [ $compiler == dart2js && $jscl ] 591 [ $compiler == dart2js && $jscl ]
590 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 592 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
591 593
592 [ $compiler == dart2js && $runtime == d8 ] 594 [ $compiler == dart2js && $runtime == d8 ]
593 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) 595 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 702 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
701 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 703 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
702 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 704 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
703 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 705 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
704 706
705 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 707 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
706 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 708 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
707 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 709 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
708 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 710 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
709 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 711 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698