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

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

Issue 9270016: Issue 932. Checks for various named arguments cases. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks for comments, changes in tests. 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 co19 5 prefix co19
6 6
7 7
8 # 8 #
9 # Problems specific to running on Mac OS X 9 # Problems specific to running on Mac OS X
10 # 10 #
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Bug 5371670. 61 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Bug 5371670.
62 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t01: Fail 62 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t01: Fail
63 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail 63 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail
64 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail 64 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail
65 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail 65 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail
66 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail 66 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail
67 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t02: Fail 67 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t02: Fail
68 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t03: Fail 68 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t03: Fail
69 LangGuideTest/07_Overriding/A03/t01: skip # Invalid test, Issue 1148 69 LangGuideTest/07_Overriding/A03/t01: skip # Invalid test, Issue 1148
70 LangGuideTest/07_Overriding/A03/t02: skip # Invalid test, Issue 1147 70 LangGuideTest/07_Overriding/A03/t02: skip # Invalid test, Issue 1147
71 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t01: Fail # Bug 5371670.
72 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t02: Fail # Bug 5371670.
73 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A04/t01: Fail
74 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail 71 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail
75 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail 72 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail
76 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail 73 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail
77 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail 74 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail
78 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail 75 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail
79 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail 76 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail
80 LangSpecTest/13_Types/13_4_Interface_Types/A11/t04: Fail 77 LangSpecTest/13_Types/13_4_Interface_Types/A11/t04: Fail
81 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail 78 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail
82 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail # Bad test, Issue 59 79 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail # Bad test, Issue 59
83 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail 80 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 368
372 [ $component == dartium ] 369 [ $component == dartium ]
373 *: Skip 370 *: Skip
374 371
375 372
376 [ $component == chromium ] 373 [ $component == chromium ]
377 *: Skip 374 *: Skip
378 375
379 [ $component == frogium ] 376 [ $component == frogium ]
380 *: Skip 377 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698