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-runtime.status

Issue 11230061: Fix resolution of super getters and setters (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « tests/co19/co19-dart2dart.status ('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 [ $compiler == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 LibTest/core/int/operator_remainder_A01_t02: Fail, OK 410 LibTest/core/int/operator_remainder_A01_t02: Fail, OK
411 LibTest/core/int/operator_addition_A01_t01: Fail, OK 411 LibTest/core/int/operator_addition_A01_t01: Fail, OK
412 412
413 413
414 414
415 415
416 [ $compiler == none && $runtime == vm ] 416 [ $compiler == none && $runtime == vm ]
417 LibTest/core/String/contains_A01_t03: Skip # Times out. 417 LibTest/core/String/contains_A01_t03: Skip # Times out.
418 418
419 LibTest/core/String/contains_A01_t02: Fail 419 LibTest/core/String/contains_A01_t02: Fail
420
421 Language/03_Overview/2_Privacy_A01_t11: Fail # Related to issue 978
422 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 420 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238
423 421
424 422
425 [ $compiler == none && $runtime == vm && $arch == ia32 ] 423 [ $compiler == none && $runtime == vm && $arch == ia32 ]
426 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 424 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
427 425
428 426
429 [ $compiler == none && $runtime == vm ] 427 [ $compiler == none && $runtime == vm ]
430 Language/07_Classes/07_Classes_A02_t29: Fail 428 Language/07_Classes/07_Classes_A02_t29: Fail
431 Language/07_Classes/07_Classes_A02_t31: Fail 429 Language/07_Classes/07_Classes_A02_t31: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 479
482 480
483 [ $compiler == none && $runtime == vm && $mode == debug ] 481 [ $compiler == none && $runtime == vm && $mode == debug ]
484 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 482 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
485 483
486 [ $compiler == none && $arch == simarm ] 484 [ $compiler == none && $arch == simarm ]
487 *: Skip 485 *: Skip
488 486
489 [ $compiler == none && $arch == arm ] 487 [ $compiler == none && $arch == arm ]
490 *: Skip 488 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698