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

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

Issue 10979081: Report escaped newlines in string literals (issue 5296) (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/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/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 6 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
7 7
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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 153 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
154 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # deprecated import directive w ithout parens 154 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # deprecated import directive w ithout parens
155 Language/06_Functions/06_Functions_A01_t03: Fail, OK # co19 issue 232 155 Language/06_Functions/06_Functions_A01_t03: Fail, OK # co19 issue 232
156 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail, OK # deprecated us e of "default" 156 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail, OK # deprecated us e of "default"
157 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error 157 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error
158 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error 158 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error
159 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error 159 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error
160 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error 160 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error
161 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error 161 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error
162 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error 162 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error
163 Language/10_Expressions/05_Strings_A02_t46: Fail # Issue 5296
164 Language/10_Expressions/05_Strings_A02_t47: Fail, OK # no longer an error 163 Language/10_Expressions/05_Strings_A02_t47: Fail, OK # no longer an error
165 Language/10_Expressions/05_Strings_A02_t48: Fail # Issue 5296
166 Language/10_Expressions/05_Strings_A02_t49: Fail, OK # no longer an error 164 Language/10_Expressions/05_Strings_A02_t49: Fail, OK # no longer an error
167 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294 165 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294
168 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294 166 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294
169 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 5299 167 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 5299
170 Language/11_Statements/02_Expression_Statements_A01_t09: Fail, OK # maps with ty pe arguments are allowed 168 Language/11_Statements/02_Expression_Statements_A01_t09: Fail, OK # maps with ty pe arguments are allowed
171 Language/11_Statements/02_Expression_Statements_A01_t10: Fail, OK # maps with ty pe arguments are allowed 169 Language/11_Statements/02_Expression_Statements_A01_t10: Fail, OK # maps with ty pe arguments are allowed
172 Language/11_Statements/02_Expression_Statements_A01_t11: Fail, OK # maps with ty pe arguments are allowed 170 Language/11_Statements/02_Expression_Statements_A01_t11: Fail, OK # maps with ty pe arguments are allowed
173 Language/11_Statements/09_Try_A06_t01: Fail, OK # deprecated catch syntax 171 Language/11_Statements/09_Try_A06_t01: Fail, OK # deprecated catch syntax
174 Language/11_Statements/09_Try_A06_t02: Fail, OK # deprecated catch syntax 172 Language/11_Statements/09_Try_A06_t02: Fail, OK # deprecated catch syntax
175 Language/11_Statements/09_Try_A06_t03: Fail, OK # deprecated catch syntax 173 Language/11_Statements/09_Try_A06_t03: Fail, OK # deprecated catch syntax
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 412 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
415 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 413 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
416 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 414 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
417 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 415 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
418 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 416 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
419 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 417 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
420 418
421 419
422 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 420 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
423 *: Skip 421 *: 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