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

Side by Side Diff: tests/lib/lib.status

Issue 27619002: Check that class member names do not conflict with type parameters (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« runtime/vm/parser.cc ('K') | « tests/language/language.status ('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 [ $runtime == dartium || $runtime == drt ] 5 [ $runtime == dartium || $runtime == drt ]
6 async/zone_run_guarded_test: Skip # Issue 14146 6 async/zone_run_guarded_test: Skip # Issue 14146
7 async/zone_run_test: Skip # Issue 14146 7 async/zone_run_test: Skip # Issue 14146
8 async/run_zoned9_test: Skip # Issue 14146 8 async/run_zoned9_test: Skip # Issue 14146
9 9
10 [ $csp ] 10 [ $csp ]
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 [ $runtime == opera ] 165 [ $runtime == opera ]
166 async/multiple_timer_test: Pass, Fail 166 async/multiple_timer_test: Pass, Fail
167 167
168 [ $runtime == opera && $system == windows] 168 [ $runtime == opera && $system == windows]
169 # TODO(efortuna): Investigate. 169 # TODO(efortuna): Investigate.
170 async/timer_test: Fail, Pass 170 async/timer_test: Fail, Pass
171 171
172 [ $runtime == vm ] 172 [ $runtime == vm ]
173 async/timer_not_available_test: Fail, OK 173 async/timer_not_available_test: Fail, OK
174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
175 mirrors/typevariable_mirror_metadata_test: Pass, Fail, OK # VM now reports name conflict with type parameters
175 176
176 [ $compiler == none ] 177 [ $compiler == none ]
177 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 178 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
178 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 179 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
179 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 180 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
180 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 181 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
181 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 182 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
182 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 183 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
183 184
184 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 185 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 mirrors/mixin_test: Fail 239 mirrors/mixin_test: Fail
239 mirrors/mixin_application_test/none: Fail 240 mirrors/mixin_application_test/none: Fail
240 mirrors/generic_mixin_applications_test: Fail 241 mirrors/generic_mixin_applications_test: Fail
241 242
242 [ $compiler == none && $runtime == dartium ] 243 [ $compiler == none && $runtime == dartium ]
243 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 244 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
244 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 245 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
245 246
246 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 247 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
247 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 248 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
OLDNEW
« runtime/vm/parser.cc ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698