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

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

Issue 15278002: JS engines have different evaluation order for a.foo(b.foo). Now that we de nore inlining, b.foo al… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 | « no previous file | 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 8
9 # Crashes first, please. Then untriaged bugs. There is a section below 9 # Crashes first, please. Then untriaged bugs. There is a section below
10 # for co19 bugs. 10 # for co19 bugs.
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 622
623 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 623 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
624 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 624 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
625 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 625 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
626 626
627 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 627 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
628 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super 628 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super
629 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 629 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
630 630
631 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824 631 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824
632 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
632 633
633 634
634 [ $compiler == dart2js && $jscl ] 635 [ $compiler == dart2js && $jscl ]
635 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa ssing due to co19 issues 373 and 374) 636 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently pa ssing due to co19 issues 373 and 374)
636 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 637 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
637 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 638 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
638 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 639 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
639 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 640 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
640 641
641 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 642 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
642 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 643 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
643 644
644 645
645 646
646 # 647 #
647 # The following tests may be broken, but require further review. 648 # The following tests may be broken, but require further review.
648 # 649 #
649 [ $compiler == dart2js && $jscl ] 650 [ $compiler == dart2js && $jscl ]
650 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 651 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
651 652
652 [ $compiler == dart2js && $runtime == d8 ]
653 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
654
655 653
656 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ] 654 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera) ]
657 *: Skip 655 *: Skip
658 656
659 657
660 # 658 #
661 # Missing compile-time errors. 659 # Missing compile-time errors.
662 # 660 #
663 [ $compiler == dart2js ] 661 [ $compiler == dart2js ]
664 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 662 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 757 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
760 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 758 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
761 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 759 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
762 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 760 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
763 761
764 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 762 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
765 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 763 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
766 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 764 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
767 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 765 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
768 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 766 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698