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

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

Issue 27055004: Issue 13703. Report CONFLICTING_TYPE_VARIABLE_AND_CLASS and CONFLICTING_TYPE_VARIABLE_AND_MEMBER. (Closed) Base URL: https://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
« no previous file with comments | « tests/language/language_analyzer.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 [ $csp ] 5 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 6 mirrors/delegate_test: RuntimeError # Issue 13864
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 math/double_pow_test: RuntimeError 9 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 10 math/low_test: RuntimeError
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ] 193 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ]
194 async/stream_controller_async_test: Pass, Fail # Issue 13608 194 async/stream_controller_async_test: Pass, Fail # Issue 13608
195 195
196 [ $compiler == dartanalyzer ] 196 [ $compiler == dartanalyzer ]
197 mirrors/typedef_test/none: Fail # Issue 13093 197 mirrors/typedef_test/none: Fail # Issue 13093
198 mirrors/generics_test/none: Fail # Issue 13432 198 mirrors/generics_test/none: Fail # Issue 13432
199 mirrors/generic_bounded_test/none: Fail # Issue 13432 199 mirrors/generic_bounded_test/none: Fail # Issue 13432
200 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 200 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
201 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 201 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
202 202
203 # test issue 14016
204 mirrors/typevariable_mirror_metadata_test: fail
205
203 [ $compiler == dart2analyzer ] 206 [ $compiler == dart2analyzer ]
204 mirrors/typedef_test/none: Fail # Issue 13093 207 mirrors/typedef_test/none: Fail # Issue 13093
205 mirrors/generics_test/none: Fail # Issue 13432 208 mirrors/generics_test/none: Fail # Issue 13432
206 mirrors/generic_bounded_test/none: Fail # Issue 13432 209 mirrors/generic_bounded_test/none: Fail # Issue 13432
207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 210 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
208 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 211 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
209 212
210 [ $compiler == none && $runtime == dartium ] 213 [ $compiler == none && $runtime == dartium ]
211 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 214 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
212 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 215 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698