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

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

Issue 8564027: Report errors for default parameter values, issue 351 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks for tests and other Created 9 years, 1 month 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 # Problems specific to compiler in release build (--optimize) 8 # Problems specific to compiler in release build (--optimize)
9 # 9 #
10 [ $component == dartc && $mode == release ] 10 [ $component == dartc && $mode == release ]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01: Fail # Bug 5371670. 48 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01: Fail # Bug 5371670.
49 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04: Fail # Bug 5371670. 49 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04: Fail # Bug 5371670.
50 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670. 50 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371670.
51 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01: Fail # Bug 5371670. 51 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01: Fail # Bug 5371670.
52 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail 52 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail
53 LangGuideTest/02_Language_Constructs/02_2_Interface/A02/t03: Fail # Bug 5371670. 53 LangGuideTest/02_Language_Constructs/02_2_Interface/A02/t03: Fail # Bug 5371670.
54 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Bug 5371670. 54 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai l # Bug 5371670.
55 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t01: Fail 55 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t01: Fail
56 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail 56 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A01/t02: Fail
57 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail 57 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_ Names/A02/t01: Fail
58 LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A02/t01: Fail # Bug 5 371670.
59 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail 58 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail
60 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail 59 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail
61 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t02: Fail 60 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t02: Fail
62 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t03: Fail 61 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/A01/t03: Fail
63 LangGuideTest/07_Overriding/A02/t01: Fail # Bug 5371670. 62 LangGuideTest/07_Overriding/A02/t01: Fail # Bug 5371670.
64 LangGuideTest/07_Overriding/A02/t02: Fail # Bug 5371670. 63 LangGuideTest/07_Overriding/A02/t02: Fail # Bug 5371670.
65 LangGuideTest/07_Overriding/A04/t01: Fail # Bug 5371670. 64 LangGuideTest/07_Overriding/A04/t01: Fail # Bug 5371670.
66 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t01: Fail # Bug 5371670. 65 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t01: Fail # Bug 5371670.
67 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t02: Fail # Bug 5371670. 66 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A02/t02: Fail # Bug 5371670.
68 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A04/t01: Fail 67 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A04/t01: Fail
69 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail 68 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail
70 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail 69 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail
71 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail 70 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail
72 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail 71 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail
73 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail 72 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail
74 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail 73 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail
75 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash 74 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash
76 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash 75 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash
77 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash 76 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash
78 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash 77 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash
79 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash 78 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash
80 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash 79 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash
81 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail
82 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail 80 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail
83 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail 81 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail
84 LangSpecTest/13_Types/13_4_Interface_Types/A11/t04: Fail 82 LangSpecTest/13_Types/13_4_Interface_Types/A11/t04: Fail
85 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail 83 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail
86 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Crash 84 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Crash
87 LangSpecTest/13_Types/13_5_Function_Types/A01/t02: Crash 85 LangSpecTest/13_Types/13_5_Function_Types/A01/t02: Crash
88 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Crash 86 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Crash
89 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Crash 87 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Crash
90 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Crash 88 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Crash
91 LangSpecTest/13_Types/13_5_Function_Types/A01/t07: Crash 89 LangSpecTest/13_Types/13_5_Function_Types/A01/t07: Crash
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 408
411 [ $component == dartium ] 409 [ $component == dartium ]
412 *: Skip 410 *: Skip
413 411
414 412
415 [ $component == chromium ] 413 [ $component == chromium ]
416 *: Skip 414 *: Skip
417 415
418 [ $component == frogium ] 416 [ $component == frogium ]
419 *: Skip 417 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698