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

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

Issue 12326041: Make an erroneous element when setting a final field. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
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.
11 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure. 11 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure.
12 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure. 12 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure.
13 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure. 13 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure.
14 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this failure. 14 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this failure.
15 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this failure. 15 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this failure.
16 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this failure. 16 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this failure.
17 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(ahe): Please triage this failure.
18 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(ahe): Please triage this failure.
19 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(ahe): Please triage this failure.
20 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(ahe): Please triage this failure.
21 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(ahe): Please triage this failure. 17 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(ahe): Please triage this failure.
22 Language/05_Variables/05_Variables_A07_t02: Fail # TODO(ahe): Please triage this failure. 18 Language/05_Variables/05_Variables_A07_t02: Fail # TODO(ahe): Please triage this failure.
23 Language/05_Variables/05_Variables_A07_t03: Fail # TODO(ahe): Please triage this failure. 19 Language/05_Variables/05_Variables_A07_t03: Fail # TODO(ahe): Please triage this failure.
24 Language/05_Variables/05_Variables_A07_t04: Fail # TODO(ahe): Please triage this failure. 20 Language/05_Variables/05_Variables_A07_t04: Fail # TODO(ahe): Please triage this failure.
25 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure. 21 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure.
26 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure. 22 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure.
27 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure. 23 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure.
28 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure. 24 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure.
29 Language/05_Variables/05_Variables_A07_t10: Fail # TODO(ahe): Please triage this failure. 25 Language/05_Variables/05_Variables_A07_t10: Fail # TODO(ahe): Please triage this failure.
30 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure. 26 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure.
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 LibTest/core/Set/addAll_A01_t02: Fail 781 LibTest/core/Set/addAll_A01_t02: Fail
786 LibTest/core/Set/contains_A01_t02: Fail 782 LibTest/core/Set/contains_A01_t02: Fail
787 LibTest/core/Set/containsAll_A01_t02: Fail 783 LibTest/core/Set/containsAll_A01_t02: Fail
788 LibTest/core/Set/intersection_A03_t01: Fail 784 LibTest/core/Set/intersection_A03_t01: Fail
789 LibTest/core/Set/isSubsetOf_A01_t02: Fail 785 LibTest/core/Set/isSubsetOf_A01_t02: Fail
790 LibTest/core/Set/remove_A01_t02: Fail 786 LibTest/core/Set/remove_A01_t02: Fail
791 LibTest/core/Set/removeAll_A01_t02: Fail 787 LibTest/core/Set/removeAll_A01_t02: Fail
792 788
793 # Doesn't expect concurrent modification error (issue 376). 789 # Doesn't expect concurrent modification error (issue 376).
794 LibTest/core/Map/forEach_A01_t07: Fail 790 LibTest/core/Map/forEach_A01_t07: Fail
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698