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

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

Issue 10692122: Don't box variables for closures that are assigned only once. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 | « lib/compiler/implementation/ssa/closure.dart ('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 == dart2js && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 10 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r 530 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r
531 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r 531 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r
532 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r 532 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r
533 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error 533 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error
534 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail, OK # @ compile-error 534 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail, OK # @ compile-error
535 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @ compile-error 535 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @ compile-error
536 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error 536 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error
537 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error 537 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error
538 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error 538 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error
539 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error 539 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error
540 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail, OK # @ compile-error
540 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error 541 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error
541 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error 542 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error
542 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error 543 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error
543 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error 544 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error
544 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error 545 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error
545 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error 546 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
546 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error 547 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
547 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error 548 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
548 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 549 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
549 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error 550 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 698 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
698 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 699 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
699 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 700 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
700 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 701 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
701 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 702 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
702 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 703 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
703 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 704 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
704 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 705 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
705 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 706 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
706 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 707 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/closure.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698