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

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

Issue 10108020: Fix bug 1991, variable resolution in string interpolation (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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 | « runtime/vm/parser.cc ('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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
11 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c all operator not implemented) 11 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c all operator not implemented)
12 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c all operator not implemented) 12 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c all operator not implemented)
13 Language/10_Expressions/01_Constants_A10_t01: Fail # issue 1671 13 Language/10_Expressions/01_Constants_A10_t01: Fail # issue 1671
14 Language/10_Expressions/01_Constants_A15_t01: Fail # co19 issue 100 14 Language/10_Expressions/01_Constants_A15_t01: Fail # co19 issue 100
15 Language/10_Expressions/01_Constants_A15_t34: Fail # co19 issue 106 15 Language/10_Expressions/01_Constants_A15_t34: Fail # co19 issue 106
16 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # issue 1991.
17 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. 16 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90.
18 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning. 17 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning.
19 Language/10_Expressions/08_Function_Expressions_A01_t05: Skip # issue 1286. (Thi s test may become obsolete) 18 Language/10_Expressions/08_Function_Expressions_A01_t05: Skip # issue 1286. (Thi s test may become obsolete)
20 Language/10_Expressions/10_Instance_Creation/1_New_A09_t09: Fail # issue 2014 (E valuation order in ctor initializers) 19 Language/10_Expressions/10_Instance_Creation/1_New_A09_t09: Fail # issue 2014 (E valuation order in ctor initializers)
21 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # co19 issue 93 (mu st import dart:isolate) 20 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail # co19 issue 93 (mu st import dart:isolate)
22 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604. 21 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604.
23 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # issue 2024, 1244 22 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # issue 2024, 1244
24 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # issue 2024, 1244 23 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # issue 2024, 1244
25 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # issue 2024, 1244 24 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # issue 2024, 1244
26 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail # issue 2024, 1244 25 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t03: Fail # issue 2024, 1244
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 Language/13_Types/1_Static_Types_A02_t08: Fail 242 Language/13_Types/1_Static_Types_A02_t08: Fail
244 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 243 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
245 244
246 245
247 [ $arch == simarm ] 246 [ $arch == simarm ]
248 *: Skip 247 *: Skip
249 248
250 249
251 [ $arch == arm ] 250 [ $arch == arm ]
252 *: Skip 251 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698