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

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

Issue 10830303: Refactor Library/CompilationUnit and how we define local Scope. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix reference in dart2js_mirror.dart 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
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 == dart2js ] 5 [ $compiler == dart2js ]
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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t05: Fail # @co mpile-error 592 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t05: Fail # @co mpile-error
593 Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t05: Fail # @co mpile-error 593 Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t05: Fail # @co mpile-error
594 Language/07_Classes/5_Constructors/1_Generative_Constructors_A07_t05: Fail # @co mpile-error 594 Language/07_Classes/5_Constructors/1_Generative_Constructors_A07_t05: Fail # @co mpile-error
595 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail # @co mpile-error 595 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail # @co mpile-error
596 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail # @co mpile-error 596 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail # @co mpile-error
597 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail # @co mpile-error 597 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail # @co mpile-error
598 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail # @compile-error 598 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail # @compile-error
599 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail # @compile-error 599 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail # @compile-error
600 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail # @compile-error 600 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail # @compile-error
601 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail # @compile-error 601 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail # @compile-error
602 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail # @comp ile-error
603 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail # @comp ile-error 602 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail # @comp ile-error
604 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error 603 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error
605 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error 604 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error
606 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error 605 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error
607 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error 606 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error
608 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail # @comp ile-error 607 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail # @comp ile-error
609 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail # @comp ile-error 608 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail # @comp ile-error
610 Language/07_Classes/9_Superinterfaces_A04_t01: Fail # @compile-error 609 Language/07_Classes/9_Superinterfaces_A04_t01: Fail # @compile-error
611 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail # @compile-error 610 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail # @compile-error
612 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail # @compile-error 611 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail # @compile-error
613 Language/08_Interfaces/1_Methods_A01_t01: Fail # @compile-error 612 Language/08_Interfaces/1_Methods_A01_t01: Fail # @compile-error
614 Language/08_Interfaces/1_Methods_A04_t01: Fail # @compile-error 613 Language/08_Interfaces/1_Methods_A04_t01: Fail # @compile-error
615 Language/08_Interfaces/1_Methods_A04_t02: Fail # @compile-error 614 Language/08_Interfaces/1_Methods_A04_t02: Fail # @compile-error
616 Language/08_Interfaces/1_Methods_A04_t03: Fail # @compile-error 615 Language/08_Interfaces/1_Methods_A04_t03: Fail # @compile-error
617 Language/08_Interfaces/1_Methods_A04_t04: Fail # @compile-error 616 Language/08_Interfaces/1_Methods_A04_t04: Fail # @compile-error
618 Language/08_Interfaces/1_Methods_A04_t05: Fail # @compile-error 617 Language/08_Interfaces/1_Methods_A04_t05: Fail # @compile-error
619 Language/08_Interfaces/1_Methods_A05_t01: Fail # @compile-error 618 Language/08_Interfaces/1_Methods_A05_t01: Fail # @compile-error
620 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail # @compile-error 619 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail # @compile-error
621 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail # @compile-error 620 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail # @compile-error
622 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail # @compile-error 621 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail # @compile-error
623 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail # @compile-error 622 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail # @compile-error
624 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail # @compile-error 623 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail # @compile-error
625 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail # @compile-err or 624 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail # @compile-err or
626 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail # @compile-err or
627 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail # @compile-err or 625 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail # @compile-err or
628 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail # @compile-err or 626 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail # @compile-err or
629 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail # @compile-err or 627 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail # @compile-err or
630 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail # @compile-err or 628 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail # @compile-err or
631 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail # @compile-err or 629 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail # @compile-err or
632 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail # @compile-err or 630 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail # @compile-err or
633 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail # @compile-err or 631 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail # @compile-err or
634 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail # @compile-err or 632 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail # @compile-err or
635 Language/08_Interfaces/3_Factories_and_Constructors_A03_t05: Fail # @compile-err or 633 Language/08_Interfaces/3_Factories_and_Constructors_A03_t05: Fail # @compile-err or
636 Language/08_Interfaces/3_Factories_and_Constructors_A03_t06: Fail # @compile-err or 634 Language/08_Interfaces/3_Factories_and_Constructors_A03_t06: Fail # @compile-err or
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 757 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
760 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 758 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
761 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 759 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
762 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 760 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
763 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 761 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
764 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 762 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
765 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 763 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
766 764
767 [ $compiler == dart2dart ] 765 [ $compiler == dart2dart ]
768 *: Skip 766 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698