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

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

Issue 10849004: Fix super getter/setter (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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/resolver.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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 293
294 294
295 [ $runtime == vm ] 295 [ $runtime == vm ]
296 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t02: Fail 296 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t02: Fail
297 Language/07_Classes/07_Classes_A02_t29: Fail 297 Language/07_Classes/07_Classes_A02_t29: Fail
298 Language/07_Classes/07_Classes_A02_t31: Fail 298 Language/07_Classes/07_Classes_A02_t31: Fail
299 Language/10_Expressions/01_Constants_A15_t24: Fail # co19 issue 162 299 Language/10_Expressions/01_Constants_A15_t24: Fail # co19 issue 162
300 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail 300 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail
301 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail 301 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail
302 Language/10_Expressions/05_Strings_A20_t01: Fail 302 Language/10_Expressions/05_Strings_A20_t01: Fail
303 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail 303 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # co19 issue 166
304 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail 304 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail
305 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail 305 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail
306 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail 306 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail
307 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail 307 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail
308 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 308 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
309 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 309 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
310 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 310 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
311 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 311 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
312 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail 312 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail
313 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail 313 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 457 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
458 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 458 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
459 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 459 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
460 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 460 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
461 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 461 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
462 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 462 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
463 463
464 464
465 [ $runtime == vm && $mode == debug && $unchecked ] 465 [ $runtime == vm && $mode == debug && $unchecked ]
466 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 466 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « runtime/vm/resolver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698