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

Side by Side Diff: dart/tests/language/language.status

Issue 9288070: Don't allow escaping newlines in single line strings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments. Created 8 years, 11 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 TypeVariableBoundsTest/09: Fail 54 TypeVariableBoundsTest/09: Fail
55 TypeVariableBoundsTest/10: Fail 55 TypeVariableBoundsTest/10: Fail
56 56
57 #Issue 1307. 57 #Issue 1307.
58 NamedParameters2Test: Fail 58 NamedParameters2Test: Fail
59 NamedParameters3Test: Fail 59 NamedParameters3Test: Fail
60 NamedParameters4Test: Fail 60 NamedParameters4Test: Fail
61 61
62 UnaryPlusNegativeTest: Fail # Issue 1229 62 UnaryPlusNegativeTest: Fail # Issue 1229
63 63
64 # Issue 1350.
65 StringEscape1NegativeTest: Fail
66 StringEscape4NegativeTest: Fail
67
64 68
65 # DartC or Frog specific tests that should not be run by the VM 69 # DartC or Frog specific tests that should not be run by the VM
66 *DartcTest: Skip 70 *DartcTest: Skip
67 *DartcNegativeTest: Skip 71 *DartcNegativeTest: Skip
68 *FrogTest: Skip 72 *FrogTest: Skip
69 *FrogNegativeTest: Skip 73 *FrogNegativeTest: Skip
70 74
71 # Issue 1034 75 # Issue 1034
72 ConstructorDuplicateInitializersTest/01: Fail 76 ConstructorDuplicateInitializersTest/01: Fail
73 ConstructorDuplicateInitializersTest/02: Fail 77 ConstructorDuplicateInitializersTest/02: Fail
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 PseudoKWIllegalTest/09: Fail # Issue 356 182 PseudoKWIllegalTest/09: Fail # Issue 356
179 PseudoKWIllegalTest/10: Fail # Issue 356 183 PseudoKWIllegalTest/10: Fail # Issue 356
180 PseudoKWIllegalTest/11: Fail # Issue 356 184 PseudoKWIllegalTest/11: Fail # Issue 356
181 PseudoKWIllegalTest/12: Fail # Issue 356 185 PseudoKWIllegalTest/12: Fail # Issue 356
182 PseudoKWIllegalTest/13: Fail # Issue 356 186 PseudoKWIllegalTest/13: Fail # Issue 356
183 PseudoKWIllegalTest/14: Fail # Issue 356 187 PseudoKWIllegalTest/14: Fail # Issue 356
184 PseudoKWIllegalTest/15: Fail # Issue 356 188 PseudoKWIllegalTest/15: Fail # Issue 356
185 PseudoKWIllegalTest/16: Fail # Issue 356 189 PseudoKWIllegalTest/16: Fail # Issue 356
186 DuplicateImplementsTest: Skip # Issue 976 190 DuplicateImplementsTest: Skip # Issue 976
187 191
192 # Issue 1351.
193 StringEscape1NegativeTest: Fail
194 StringEscape4NegativeTest: Fail
195
196
188 # VM or Frog specific tests that should not be run by DartC. 197 # VM or Frog specific tests that should not be run by DartC.
189 *VMTest: Skip 198 *VMTest: Skip
190 *VMNegativeTest: Skip 199 *VMNegativeTest: Skip
191 *FrogTest: Skip 200 *FrogTest: Skip
192 *FrogNegativeTest: Skip 201 *FrogNegativeTest: Skip
193 202
194 203
195 [ $component == dartium ] 204 [ $component == dartium ]
196 # TODO: These need to be retriaged. 205 # TODO: These need to be retriaged.
197 RichardsTest: Fail 206 RichardsTest: Fail
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ImplicitThisTest/02: Fail # Issue 376 324 ImplicitThisTest/02: Fail # Issue 376
316 ImplicitThisTest/03: Fail # Issue 376 325 ImplicitThisTest/03: Fail # Issue 376
317 ImplicitThisTest/04: Fail # Issue 376 326 ImplicitThisTest/04: Fail # Issue 376
318 ImplicitThisTest/none: Fail # Issue 376 327 ImplicitThisTest/none: Fail # Issue 376
319 328
320 #Issue 1308 329 #Issue 1308
321 NamedParameters2Test: Fail 330 NamedParameters2Test: Fail
322 NamedParameters3Test: Fail 331 NamedParameters3Test: Fail
323 NamedParameters4Test: Fail 332 NamedParameters4Test: Fail
324 333
334 # Issue 1352
335 StringEscape3NegativeTest: Fail
336 StringEscape4NegativeTest: Fail
337
325 338
326 [ $component == webdriver && ($browser == ff || $browser == safari) ] 339 [ $component == webdriver && ($browser == ff || $browser == safari) ]
327 MethodInvocationTest: Fail 340 MethodInvocationTest: Fail
328 Private3Test: Fail 341 Private3Test: Fail
329 StackTraceTest: Fail 342 StackTraceTest: Fail
330 StringInterpolateNPETest: Fail 343 StringInterpolateNPETest: Fail
331 344
332 [ $component == webdriver && $browser == safari ] 345 [ $component == webdriver && $browser == safari ]
333 BlockScopeTest: Fail 346 BlockScopeTest: Fail
334 ClosureBreak1Test: Fail 347 ClosureBreak1Test: Fail
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 # these tests are inconsistent in frogium and frogsh-node, investigate 391 # these tests are inconsistent in frogium and frogsh-node, investigate
379 StaticField1RunNegativeTest: Pass # but error is not correct 392 StaticField1RunNegativeTest: Pass # but error is not correct
380 StaticField2RunNegativeTest: Pass # but error is not correct 393 StaticField2RunNegativeTest: Pass # but error is not correct
381 394
382 395
383 [ $arch == simarm ] 396 [ $arch == simarm ]
384 *: Skip 397 *: Skip
385 398
386 [ $arch == arm ] 399 [ $arch == arm ]
387 *: Skip 400 *: Skip
OLDNEW
« no previous file with comments | « dart/frog/leg/scanner/source_list.dart ('k') | dart/tests/language/src/StringEscape1NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698