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

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

Issue 10961058: Issue 5302. Type alias type parameters should not conflict with formal parameters (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('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 == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179
7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179
8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179
9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179 9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179
10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail, OK # no longer an err or 138 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail, OK # no longer an err or
139 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail, OK # should be error 139 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail, OK # should be error
140 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # Issue 5292 140 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # Issue 5292
141 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail, OK # invalid directiv e syntax 141 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail, OK # invalid directiv e syntax
142 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail, OK # invalid directiv e syntax 142 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail, OK # invalid directiv e syntax
143 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail, OK # invalid directiv e syntax 143 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail, OK # invalid directiv e syntax
144 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail, OK # invalid directiv e syntax 144 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail, OK # invalid directiv e syntax
145 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail, OK # invalid directiv e syntax 145 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail, OK # invalid directiv e syntax
146 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail, OK # invalid directiv e syntax 146 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail, OK # invalid directiv e syntax
147 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail, OK # script tag after comments 147 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail, OK # script tag after comments
148 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Issue 5302
149 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t05: Fail # Issue 5302
150 Language/06_Functions/06_Functions_A01_t06: Fail, OK # expecting error that does n't exist 148 Language/06_Functions/06_Functions_A01_t06: Fail, OK # expecting error that does n't exist
151 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail # Iss ue 5289 149 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail # Iss ue 5289
152 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 150 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
153 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # deprecated import directive w ithout parens 151 Language/03_Overview/2_Privacy_A01_t12: Fail, OK # deprecated import directive w ithout parens
154 Language/06_Functions/06_Functions_A01_t03: Fail # Issue 5288 152 Language/06_Functions/06_Functions_A01_t03: Fail # Issue 5288
155 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail, OK # deprecated us e of "default" 153 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail, OK # deprecated us e of "default"
156 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error 154 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error
157 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error 155 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error
158 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error 156 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error
159 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error 157 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 689 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
692 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 690 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
693 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 691 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
694 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 692 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
695 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 693 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
696 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 694 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
697 695
698 696
699 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 697 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
700 *: Skip 698 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698