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

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

Issue 9378008: Support anonymous functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/leg/ssa/builder.dart ('k') | tests/language/language-leg.status » ('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) 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 co19 5 prefix co19
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 # Skip library tests for now. 8 # Skip library tests for now.
9 LibTest/*: Skip 9 LibTest/*: Skip
10 10
11 11
12 [ $component == leg && $checked ] 12 [ $component == leg && $checked ]
13 # Leg does not support checked mode yet. 13 # Leg does not support checked mode yet.
14 *: Skip 14 *: Skip
15 15
16 16
17 [ $component == leg && $mode == release ] 17 [ $component == leg && $mode == release ]
18 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h 18 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras h
19 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t08: Cras h
19 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash 20 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash
20 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash 21 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash
21 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash 22 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash
22 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash 23 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash
23 24
24 [ $component == leg && $mode == debug ] 25 [ $component == leg && $mode == debug ]
25 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail 26 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Fail
26 27
27 [ $component == leg ] 28 [ $component == leg ]
28 # Crashes and time outs. 29 # Crashes and time outs.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A22_t01: Fail 68 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla ss_Construction_A22_t01: Fail
68 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A01_t01: Fail 69 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A01_t01: Fail
69 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t02: Fail 70 LangGuideTest/02_Language_Constructs/02_2_Interface/02_2_Interface_A02_t02: Fail
70 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail 71 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail
71 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t01: Fail 72 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t01: Fail
72 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t02: Fail 73 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/Examples_A03 _t02: Fail
73 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t01: Fail 74 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t01: Fail
74 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t02: Fail 75 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t02: Fail
75 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t03: Fail 76 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t03: Fail
76 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t04: Fail 77 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t04: Fail
77 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t08: Fail
78 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail 78 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail
79 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail 79 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail
80 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/02_7_Abstract_Methods _A02_t01: Fail 80 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/02_7_Abstract_Methods _A02_t01: Fail
81 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A01 _t02: Fail 81 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A01 _t02: Fail
82 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail 82 LangGuideTest/02_Language_Constructs/02_8_Static_Methods/02_8_Static_Methods_A02 _t02: Fail
83 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t01: Fail 83 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t01: Fail
84 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t02: Fail 84 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t02: Fail
85 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t03: Fail 85 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t03: Fail
86 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t04: Fail 86 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t04: Fail
87 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t05: Fail 87 LangGuideTest/04_Operators/04_1_Overview/04_1_Overview_A01_t05: Fail
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 Language/13_Types/5_Function_Types_A02_t02: Fail 479 Language/13_Types/5_Function_Types_A02_t02: Fail
480 Language/13_Types/5_Function_Types_A02_t03: Fail 480 Language/13_Types/5_Function_Types_A02_t03: Fail
481 Language/13_Types/5_Function_Types_A02_t04: Fail 481 Language/13_Types/5_Function_Types_A02_t04: Fail
482 Language/13_Types/5_Function_Types_A02_t05: Fail 482 Language/13_Types/5_Function_Types_A02_t05: Fail
483 Language/13_Types/6_Type_Dynamic_A01_t01: Fail 483 Language/13_Types/6_Type_Dynamic_A01_t01: Fail
484 Language/13_Types/6_Type_Dynamic_A02_t01: Fail 484 Language/13_Types/6_Type_Dynamic_A02_t01: Fail
485 Language/13_Types/6_Type_Dynamic_A03_t01: Fail 485 Language/13_Types/6_Type_Dynamic_A03_t01: Fail
486 Language/13_Types/6_Type_Dynamic_A04_t01: Fail 486 Language/13_Types/6_Type_Dynamic_A04_t01: Fail
487 Language/13_Types/7_Type_Void_A01_t09: Fail 487 Language/13_Types/7_Type_Void_A01_t09: Fail
488 Language/13_Types/7_Type_Void_A04_t05: Fail 488 Language/13_Types/7_Type_Void_A04_t05: Fail
OLDNEW
« no previous file with comments | « frog/leg/ssa/builder.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698