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

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

Issue 11110006: Issue 5735. Fix for 'export' without 'import' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: If re-export if local element with same name exists Created 8 years, 2 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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 # We are now actually skipping these because of inter-test dependencies. 6 # We are now actually skipping these because of inter-test dependencies.
7 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Skip # TODO(analyzer-team): Please triage this crash. 7 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Skip # TODO(analyzer-team): Please triage this crash.
8 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash. 8 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash.
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Skip # TODO(analyzer-team): Please triage this crash. 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Skip # TODO(analyzer-team): Please triage this crash.
10 10
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 # co19 issue 218 182 # co19 issue 218
183 Language/10_Expressions/28_Identifier_Reference_A08_t38: Fail, OK 183 Language/10_Expressions/28_Identifier_Reference_A08_t38: Fail, OK
184 184
185 185
186 Language/10_Expressions/30_Type_Cast_A01_t04: Fail, OK # the expected error is n ot specified 186 Language/10_Expressions/30_Type_Cast_A01_t04: Fail, OK # the expected error is n ot specified
187 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c ontains syntax error 187 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c ontains syntax error
188 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c ontains syntax error 188 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c ontains syntax error
189 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail, OK # contains semanti c error 189 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail, OK # contains semanti c error
190 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail, OK # contains syntax error 190 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail, OK # contains syntax error
191 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail, OK # contains syntax error
192 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail, OK # contains syntax error 191 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail, OK # contains syntax error
193 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail, OK # contains syntax error
194 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail, OK # co19 issue 243 192 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail, OK # co19 issue 243
195 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail, OK # invalid directiv e syntax 193 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail, OK # invalid directiv e syntax
196 Language/06_Functions/06_Functions_A01_t06: Fail, OK # expecting error that does n't exist 194 Language/06_Functions/06_Functions_A01_t06: Fail, OK # expecting error that does n't exist
197 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 195 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
198 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error 196 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error
199 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error 197 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error
200 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error 198 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error
201 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error 199 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error
202 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error 200 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error
203 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error 201 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK 337 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK
340 Language/11_Statements/08_Switch_A06_t04: Fail, OK 338 Language/11_Statements/08_Switch_A06_t04: Fail, OK
341 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 339 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
342 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 340 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
343 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 341 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
344 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 342 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
345 343
346 344
347 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 345 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
348 *: Skip 346 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698