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

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

Issue 10990086: Parse and report error for const parameters (issue 5289) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.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/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 6 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
7 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure. 7 Language/03_Overview/2_Privacy_A01_t05: Fail # TODO(analyzer-team): Please triag e this failure.
8 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure. 8 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(analyzer-team): Please triag e this failure.
9 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t19: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t19: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # contains syntax error 168 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # contains syntax error
169 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail, OK # contains syntax error 169 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail, OK # contains syntax error
170 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail, OK # contains syntax error 170 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail, OK # contains syntax error
171 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail, OK # contains syntax error 171 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail, OK # contains syntax error
172 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail, OK # contains syntax error 172 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail, OK # contains syntax error
173 Language/13_Libraries_and_Scripts/2_Imports_A02_t23: Fail, OK # should be error 173 Language/13_Libraries_and_Scripts/2_Imports_A02_t23: Fail, OK # should be error
174 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail, OK # no longer an err or 174 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail, OK # no longer an err or
175 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail, OK # should be error 175 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail, OK # should be error
176 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail, OK # invalid directiv e syntax 176 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail, OK # invalid directiv e syntax
177 Language/06_Functions/06_Functions_A01_t06: Fail, OK # expecting error that does n't exist 177 Language/06_Functions/06_Functions_A01_t06: Fail, OK # expecting error that does n't exist
178 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail # Iss ue 5289 178 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail, OK # co19 issue 233
179 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 179 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
180 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # deprecated import directive w ithout parens 180 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # deprecated import directive w ithout parens
181 Language/06_Functions/06_Functions_A01_t03: Fail, OK # co19 issue 232 181 Language/06_Functions/06_Functions_A01_t03: Fail, OK # co19 issue 232
182 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail, OK # deprecated us e of "default" 182 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail, OK # deprecated us e of "default"
183 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error 183 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error
184 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error 184 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error
185 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error 185 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error
186 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error 186 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error
187 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error 187 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error
188 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error 188 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 467 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
468 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 468 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
469 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 469 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
470 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 470 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
471 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 471 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
472 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 472 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
473 473
474 474
475 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 475 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
476 *: Skip 476 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698