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

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: Rewrote to use iterators on SourceString. 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 341 StringUnicode1NegativeTest: Crash # Crashing means the test is successful.
343 StringUnicode2NegativeTest: Fail 342 StringUnicode2NegativeTest: Crash
344 StringUnicode3NegativeTest: Fail 343 StringUnicode3NegativeTest: Crash
345 StringUnicode4NegativeTest: Fail 344 StringUnicode4NegativeTest: Crash
346 SuperCallTest: Fail 345 SuperCallTest: Fail
347 SuperFieldTest: Fail 346 SuperFieldTest: Fail
348 SuperImplicitClosureTest: Fail 347 SuperImplicitClosureTest: Fail
349 SuperOperatorTest: Fail 348 SuperOperatorTest: Fail
350 SuperSetterTest: Fail 349 SuperSetterTest: Fail
351 SuperTest: Crash 350 SuperTest: Crash
352 Switch6Test: Fail 351 Switch6Test: Fail
353 SwitchFallthruTest: Fail 352 SwitchFallthruTest: Fail
354 SwitchLabelTest: Fail 353 SwitchLabelTest: Fail
355 SwitchScopeTest: Fail 354 SwitchScopeTest: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 TypeVariableBoundsTest/06: Fail 387 TypeVariableBoundsTest/06: Fail
389 TypeVariableBoundsTest/09: Fail 388 TypeVariableBoundsTest/09: Fail
390 TypeVariableBoundsTest/10: Fail 389 TypeVariableBoundsTest/10: Fail
391 TypeVariableBoundsTest/none: Fail 390 TypeVariableBoundsTest/none: Fail
392 TypeVariableScopeTest/none: Fail 391 TypeVariableScopeTest/none: Fail
393 TypedMessageTest: Fail 392 TypedMessageTest: Fail
394 Unary2Test: Fail 393 Unary2Test: Fail
395 UnaryTest: Fail 394 UnaryTest: Fail
396 UnboundGetterTest: Fail 395 UnboundGetterTest: Fail
397 WhileTest: Fail 396 WhileTest: Fail
OLDNEW
« frog/leg/ssa/nodes.dart ('K') | « frog/tests/leg_only/src/StringEscapeTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698