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

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

Issue 8319020: Verify method overrides in checked mode only (fix issue 69). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 2 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/class_finalizer.cc ('k') | tests/language/src/ClassOverrideNegativeTest.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) 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 [ $arch == ia32 ] 7 [ $arch == ia32 ]
8 8
9 # Tests that fail due to the removal of List and the renaming of DoubleLinkedLis t to Queue. 9 # Tests that fail due to the removal of List and the renaming of DoubleLinkedLis t to Queue.
10 LibTest/core/DoubleLinkedListEntry/nextEntry/DoubleLinkedListEntry/nextEntry/A01 /t01: Fail 10 LibTest/core/DoubleLinkedListEntry/nextEntry/DoubleLinkedListEntry/nextEntry/A01 /t01: Fail
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 02: Skip 161 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 02: Skip
162 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 03: Skip 162 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 03: Skip
163 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 04: Skip 163 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 04: Skip
164 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 05: Skip 164 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 05: Skip
165 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 06: Skip 165 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 06: Skip
166 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 07: Skip 166 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 07: Skip
167 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 08: Skip 167 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 08: Skip
168 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 09: Skip 168 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 09: Skip
169 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 10: Skip 169 LibTest/core/DateTime/DateTime.withTimeZone/DateTime/DateTime.withTimeZone/A01/t 10: Skip
170 170
171 # Following tests should fail in checked mode only.
172 LangGuideTest/07_Overriding/A02/t01: Skip
173 LangGuideTest/07_Overriding/A02/t02: Skip
174 LangGuideTest/07_Overriding/A03/t01: Skip
175 LangGuideTest/07_Overriding/A03/t02: Skip
176 LangGuideTest/07_Overriding/A03/t03: Skip
177 LangGuideTest/07_Overriding/A04/t01: Skip
178 LangGuideTest/07_Overriding/A05/t01: Skip
179
171 # Following tests define a main with an argument, per new specification 180 # Following tests define a main with an argument, per new specification
172 # we do not pass any argument to main. 181 # we do not pass any argument to main.
173 LangGuideTest/07_Overriding/A05/t01: Fail,Okay
174 LangGuideTest/07_Overriding/A03/t01: Fail,Okay
175 LangGuideTest/07_Overriding/A03/t03: Fail,Okay
176 LangGuideTest/07_Overriding/A03/t02: Fail,Okay
177 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail,Okay 182 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t06: Fail,Okay
178 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t11: Fail,Okay 183 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A02/t11: Fail,Okay
179 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail,Okay 184 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co mpound_Assignment/A01/t01: Fail,Okay
180 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail,Okay 185 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t06: Fail,Okay
181 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t11: Fail,Okay 186 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A02/t11: Fail,Okay
182 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail,Okay 187 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Unqualified_Compo und_Assignment/A01/t01: Fail,Okay
183 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail,Okay 188 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t06: Fail,Okay
184 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t11: Fail,Okay 189 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A02/t11: Fail,Okay
185 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail,Okay 190 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Static-Field_Comp ound_Assignment/A01/t01: Fail,Okay
186 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail,Okay 191 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail,Okay
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 [ $arch == x64 ] 478 [ $arch == x64 ]
474 *: Skip 479 *: Skip
475 480
476 481
477 [ $arch == simarm ] 482 [ $arch == simarm ]
478 *: Skip 483 *: Skip
479 484
480 485
481 [ $arch == arm ] 486 [ $arch == arm ]
482 *: Skip 487 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/class_finalizer.cc ('k') | tests/language/src/ClassOverrideNegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698