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

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

Issue 16043007: Create a new scope when analyzing then and else of an if. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
10 10
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 604
605 # 605 #
606 # The following tests are failing. Please add the error message 606 # The following tests are failing. Please add the error message
607 # (either a compiler error or exception message). The error messages 607 # (either a compiler error or exception message). The error messages
608 # may sometime be out of date. 608 # may sometime be out of date.
609 # 609 #
610 [ $compiler == dart2js ] 610 [ $compiler == dart2js ]
611 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 611 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
612 612
613 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 613 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
614 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
615 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 614 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
616 615
617 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 616 Language/11_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
618 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super 617 Language/11_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super
619 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 618 Language/11_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
620 619
621 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824 620 Language/12_Statements/06_For_A01_t11: Fail # http://dartbug.com/9824
622 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) 621 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
623 622
624 623
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
745 744
746 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 745 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
747 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 746 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
748 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 747 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
749 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 748 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
750 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 749 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/resolution/members.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698