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

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

Issue 11414137: Issue 6825. Parse @meta annotations before 'export' directive. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure. 6 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(analyzer-team): Please triag e this failure.
7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure. 7 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure.
8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 8 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail 92 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail
93 93
94 # co19 issue 324 94 # co19 issue 324
95 Language/13_Libraries_and_Scripts/2_Exports_A03_t01: Fail, OK 95 Language/13_Libraries_and_Scripts/2_Exports_A03_t01: Fail, OK
96 Language/13_Libraries_and_Scripts/2_Exports_A03_t02: Fail, OK 96 Language/13_Libraries_and_Scripts/2_Exports_A03_t02: Fail, OK
97 97
98 # issue 6824 98 # issue 6824
99 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail 99 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail
100 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail 100 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail
101 101
102 # issue 6825 102 # issue 6836
103 # was issue 6825
103 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: Fail 104 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: Fail
104 105
105 # wait for answer from Gilad 106 # wait for answer from Gilad
106 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(analyzer-team): Please triage this failure. 107 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(analyzer-team): Please triage this failure.
107 108
108 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 109 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179
109 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 110 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179
110 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 111 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179
111 Language/06_Functions/3_Type_of_a_Function_A01_t01: pass # http://dartbug.com/51 79 112 Language/06_Functions/3_Type_of_a_Function_A01_t01: pass # http://dartbug.com/51 79
112 Language/06_Functions/4_External_Functions_A01_t01: pass # http://dartbug.com/51 79 113 Language/06_Functions/4_External_Functions_A01_t01: pass # http://dartbug.com/51 79
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail, OK 218 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail, OK
218 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK 219 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK
219 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK 220 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK
220 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 221 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
221 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 222 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
222 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 223 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
223 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 224 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
224 225
225 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 226 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
226 *: Skip 227 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698