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

Side by Side Diff: tests/language/language-leg.status

Issue 9190038: Handle escapes in string literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add dependency on characters.dart to mini_parser.dart. 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix language 5 prefix language
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 AbstractStaticNegativeTest: Fail 8 AbstractStaticNegativeTest: Fail
9 AllocateTest: Fail 9 AllocateTest: Fail
10 ApplicationTest: Fail 10 ApplicationTest: Fail
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 StaticCallWrongArgumentCountNegativeTest: Fail 324 StaticCallWrongArgumentCountNegativeTest: Fail
325 StaticFieldTest: Fail 325 StaticFieldTest: Fail
326 StaticFinalFieldTest: Fail 326 StaticFinalFieldTest: Fail
327 StaticImplicitClosureTest: Crash 327 StaticImplicitClosureTest: Crash
328 StaticImplicitClosureTest: Crash 328 StaticImplicitClosureTest: Crash
329 StaticTopLevelTest/00: Fail 329 StaticTopLevelTest/00: Fail
330 StaticTopLevelTest/01: Fail 330 StaticTopLevelTest/01: Fail
331 StaticTopLevelTest/03: Fail 331 StaticTopLevelTest/03: Fail
332 StaticTopLevelTest/04: Fail 332 StaticTopLevelTest/04: Fail
333 StringConcatTest: Fail 333 StringConcatTest: Fail
334 StringEscapesTest: Fail
335 StringInterpolate2Test: Crash 334 StringInterpolate2Test: Crash
336 StringInterpolateNPETest: Fail 335 StringInterpolateNPETest: Fail
337 StringInterpolateTest: Fail 336 StringInterpolateTest: Fail
338 StringInterpolationTest/01: Fail 337 StringInterpolationTest/01: Fail
339 StringInterpolationTest/none: Fail 338 StringInterpolationTest/none: Fail
340 StringJoinTest: Fail 339 StringJoinTest: Fail
341 StringTest: Fail 340 StringTest: Fail
342 StringUnicode1NegativeTest: Fail
343 StringUnicode2NegativeTest: Fail
344 StringUnicode3NegativeTest: Fail
345 StringUnicode4NegativeTest: Fail
346 SuperCallTest: Fail 341 SuperCallTest: Fail
347 SuperFieldTest: Fail 342 SuperFieldTest: Fail
348 SuperImplicitClosureTest: Fail 343 SuperImplicitClosureTest: Fail
349 SuperOperatorTest: Fail 344 SuperOperatorTest: Fail
350 SuperSetterTest: Fail 345 SuperSetterTest: Fail
351 SuperTest: Crash 346 SuperTest: Crash
352 Switch6Test: Fail 347 Switch6Test: Fail
353 SwitchFallthruTest: Fail 348 SwitchFallthruTest: Fail
354 SwitchLabelTest: Fail 349 SwitchLabelTest: Fail
355 SwitchScopeTest: Fail 350 SwitchScopeTest: Fail
356 SwitchTest: Fail 351 SwitchTest: Fail
357 SyntaxTest/none: Fail 352 SyntaxTest/none: Fail
358 TernaryTest: Fail 353 TernaryTest: Fail
359 TestNegativeTest: Crash
360 Throw1Test: Fail 354 Throw1Test: Fail
361 Throw2Test: Fail 355 Throw2Test: Fail
362 Throw3Test: Fail 356 Throw3Test: Fail
363 Throw4Test: Fail 357 Throw4Test: Fail
364 Throw5Test: Fail 358 Throw5Test: Fail
365 Throw6Test: Fail 359 Throw6Test: Fail
366 ThrowTest: Fail 360 ThrowTest: Fail
367 ToStringAsFixedTest: Fail 361 ToStringAsFixedTest: Fail
368 TopLevelEntryTest: Fail 362 TopLevelEntryTest: Fail
369 TopLevelFuncTest: Fail 363 TopLevelFuncTest: Fail
(...skipping 18 matching lines...) Expand all
388 TypeVariableBoundsTest/06: Fail 382 TypeVariableBoundsTest/06: Fail
389 TypeVariableBoundsTest/09: Fail 383 TypeVariableBoundsTest/09: Fail
390 TypeVariableBoundsTest/10: Fail 384 TypeVariableBoundsTest/10: Fail
391 TypeVariableBoundsTest/none: Fail 385 TypeVariableBoundsTest/none: Fail
392 TypeVariableScopeTest/none: Fail 386 TypeVariableScopeTest/none: Fail
393 TypedMessageTest: Fail 387 TypedMessageTest: Fail
394 Unary2Test: Fail 388 Unary2Test: Fail
395 UnaryTest: Fail 389 UnaryTest: Fail
396 UnboundGetterTest: Fail 390 UnboundGetterTest: Fail
397 WhileTest: Fail 391 WhileTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698