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

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

Issue 11225050: Make super accessible in closures. (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 | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('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) 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 to the new Date core lib API, co19 issue 256: 6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail 9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail 10 LibTest/core/Date/Date_A01_t05: Fail
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 548
549 549
550 # initializer must be a compile time constant 550 # initializer must be a compile time constant
551 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail 551 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail
552 552
553 553
554 # invalid operator overloading 554 # invalid operator overloading
555 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail 555 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail
556 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail 556 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail
557 Language/10_Expressions/22_Equality_A02_t03: Fail 557 Language/10_Expressions/22_Equality_A02_t03: Fail
558 Language/10_Expressions/22_Equality_A03_t01: Fail 558 Language/10_Expressions/22_Equality_A03_t01: Fail # issue 265
559 Language/10_Expressions/22_Equality_A03_t03: Fail 559 Language/10_Expressions/22_Equality_A03_t03: Fail # issue 265
560 560
561 561
562 # parameter name or type expected 562 # parameter name or type expected
563 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 563 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
564 564
565 565
566 # using 'x' in this context is invalid 566 # using 'x' in this context is invalid
567 Language/11_Statements/05_For_A01_t11: Fail 567 Language/11_Statements/05_For_A01_t11: Fail
568 568
569 569
570 [ $compiler == none && $runtime == vm ] 570 [ $compiler == none && $runtime == vm ]
571 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail 571 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail
572 572
573 573
574 [ $compiler == none && $runtime == vm && $checked ] 574 [ $compiler == none && $runtime == vm && $checked ]
575 Language/03_Overview/1_Scoping_A02_t30: Fail 575 Language/03_Overview/1_Scoping_A02_t30: Fail
576 576
577 577
578 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 578 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
579 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 579 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
580 580
581 [ $compiler == none && $arch == simarm ] 581 [ $compiler == none && $arch == simarm ]
582 *: Skip 582 *: Skip
583 583
584 [ $compiler == none && $arch == arm ] 584 [ $compiler == none && $arch == arm ]
585 *: Skip 585 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698