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

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

Issue 11414175: Issue 6881. Import and part URIs can be adjacent strings (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_t05: Fail # TODO(analyzer-team): Please triag e this failure. 8 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure.
9 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail 65 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail
66 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail 66 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail
67 67
68 68
69 # co19 issue 327 69 # co19 issue 327
70 Language/03_Overview/1_Scoping_A02_t17: Fail, OK 70 Language/03_Overview/1_Scoping_A02_t17: Fail, OK
71 Language/03_Overview/1_Scoping_A02_t32: Fail, OK 71 Language/03_Overview/1_Scoping_A02_t32: Fail, OK
72 Language/12_Statements/03_Variable_Declaration_A01_t10: Fail, OK 72 Language/12_Statements/03_Variable_Declaration_A01_t10: Fail, OK
73 Language/12_Statements/03_Variable_Declaration_A01_t17: Fail, OK 73 Language/12_Statements/03_Variable_Declaration_A01_t17: Fail, OK
74 74
75 # co19 issue 331
76 Language/13_Libraries_and_Scripts/5_URIs_A01_t04: Fail
77 Language/13_Libraries_and_Scripts/5_URIs_A01_t05: Fail
78 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Fail
79 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Fail
80
81
82
75 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 83 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179
76 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 84 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179
77 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 85 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179
78 Language/06_Functions/3_Type_of_a_Function_A01_t01: pass # http://dartbug.com/51 79 86 Language/06_Functions/3_Type_of_a_Function_A01_t01: pass # http://dartbug.com/51 79
79 Language/06_Functions/4_External_Functions_A01_t01: pass # http://dartbug.com/51 79 87 Language/06_Functions/4_External_Functions_A01_t01: pass # http://dartbug.com/51 79
80 Language/07_Classes/10_Superinterfaces_A07_t01: pass # http://dartbug.com/5179 88 Language/07_Classes/10_Superinterfaces_A07_t01: pass # http://dartbug.com/5179
81 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: p ass # http://dartbug.com/5179 89 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: p ass # http://dartbug.com/5179
82 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: pass # http:/ /dartbug.com/5179 90 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: pass # http:/ /dartbug.com/5179
83 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: pass # http:/ /dartbug.com/5179 91 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: pass # http:/ /dartbug.com/5179
84 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: pass # http://dartbug.com/5179 92 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: pass # http://dartbug.com/5179
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail, OK 195 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail, OK
188 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK 196 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK
189 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK 197 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK
190 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 198 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
191 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 199 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
192 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 200 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
193 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 201 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
194 202
195 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 203 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
196 *: Skip 204 *: 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