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

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

Issue 11308173: Issue 6824. Re-export of conflicting elements is error. (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
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 # issue 6823 88 # issue 6823
89 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail 89 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail
90 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail 90 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail
91 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail 91 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail
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 # co19 issue 330
99 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail 99 # was issue 6824
100 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail 100 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail
101 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail
101 102
102 # issue 6825 103 # 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 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(analyzer-team): Please triage this failure.
107
108 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 106 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 107 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 108 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 109 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 110 Language/06_Functions/4_External_Functions_A01_t01: pass # http://dartbug.com/51 79
113 Language/07_Classes/10_Superinterfaces_A07_t01: pass # http://dartbug.com/5179 111 Language/07_Classes/10_Superinterfaces_A07_t01: pass # http://dartbug.com/5179
114 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: p ass # http://dartbug.com/5179 112 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: p ass # http://dartbug.com/5179
115 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: pass # http:/ /dartbug.com/5179 113 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: pass # http:/ /dartbug.com/5179
116 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: pass # http:/ /dartbug.com/5179 114 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: pass # http:/ /dartbug.com/5179
117 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: pass # http://dartbug.com/5179 115 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: pass # http://dartbug.com/5179
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail, OK 215 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 216 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 217 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK
220 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 218 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
221 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 219 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
222 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 220 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
223 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 221 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
224 222
225 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 223 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
226 *: Skip 224 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698