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

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

Issue 12437003: Fixed missing $ in status file update (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 # 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_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 637 Language/11_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
638 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 638 Language/11_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
639 639
640 # 640 #
641 # The following tests may be broken, but require further review. 641 # The following tests may be broken, but require further review.
642 # 642 #
643 [ $compiler == dart2js && $jscl ] 643 [ $compiler == dart2js && $jscl ]
644 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 644 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
645 645
646 646
647 [ $compiler == dart2js && ($runtime == ie10 || runtime == ff || $runtime == chro me || $runtime == safari || $runtime == opera) ] 647 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == safari || $runtime == opera) ]
648 *: Skip 648 *: Skip
649 649
650 650
651 # 651 #
652 # Missing compile-time errors. 652 # Missing compile-time errors.
653 # 653 #
654 [ $compiler == dart2js ] 654 [ $compiler == dart2js ]
655 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 655 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
656 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'. 656 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'.
657 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas. 657 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 770 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
771 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 771 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
772 772
773 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 773 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
774 774
775 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 775 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
776 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 776 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
777 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 777 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
778 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 778 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
779 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 779 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