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

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

Issue 11958041: Increase test coverage on ie9 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « tests/co19/co19-compiler.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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 608 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
609 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 609 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
610 610
611 # 611 #
612 # The following tests may be broken, but require further review. 612 # The following tests may be broken, but require further review.
613 # 613 #
614 [ $compiler == dart2js && $jscl ] 614 [ $compiler == dart2js && $jscl ]
615 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 615 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
616 616
617 617
618 [ $compiler == dart2js && $browser ] 618 [ $compiler == dart2js && ($runtime == ff || $runtime == chrome || $runtime == s afari || $runtime == opera) ]
ricow1 2013/01/17 15:22:35 add || $runtime == ie10
kustermann 2013/01/17 16:16:23 Done.
619 *: Skip 619 *: Skip
620 620
621 621
622 # 622 #
623 # Missing compile-time errors. 623 # Missing compile-time errors.
624 # 624 #
625 [ $compiler == dart2js ] 625 [ $compiler == dart2js ]
626 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 626 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
627 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'. 627 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'.
628 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas. 628 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 745 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
746 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 746 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
747 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 747 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
748 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 748 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
749 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 749 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
750 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 750 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
751 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 751 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
752 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 752 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
753 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 753 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
754 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 754 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698