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

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

Issue 9653021: Add support for implicitly concatenating adjacent string literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added test case. Created 8 years, 9 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 | « frog/tree.g.dart ('k') | tests/language/src/AdjacentStringLiteralsTest.dart » ('j') | 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 [ $component == leg && $checked ] 5 [ $component == leg && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == leg ] 9 [ $component == leg ]
10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}".
10 Constructor6Test: Crash 11 Constructor6Test: Crash
11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 12 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
12 13
13 14
14 GetSyntaxTest/none: Fail # TODO(ahe): investigate. 15 GetSyntaxTest/none: Fail # TODO(ahe): investigate.
15 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. 16 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate.
16 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. 17 SuperImplicitClosureTest: Fail # TODO(ahe): investigate.
17 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. 18 FinalSyntaxTest/none: Fail # TODO(ahe): investigate.
18 19
19 # Compilation errors. 20 # Compilation errors.
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 ClosureBreakTest: Fail 285 ClosureBreakTest: Fail
285 ExecuteFinally3Test: Fail 286 ExecuteFinally3Test: Fail
286 ExecuteFinally9Test: Fail 287 ExecuteFinally9Test: Fail
287 288
288 289
289 [ $component == leg && $mode == release ] 290 [ $component == leg && $mode == release ]
290 AssignTopMethodNegativeTest: Crash 291 AssignTopMethodNegativeTest: Crash
291 292
292 [ $component == legium ] 293 [ $component == legium ]
293 *: Skip 294 *: Skip
OLDNEW
« no previous file with comments | « frog/tree.g.dart ('k') | tests/language/src/AdjacentStringLiteralsTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698