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

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

Issue 29823003: Add test for type variable ownership. (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 | « no previous file | tests/lib/mirrors/type_variable_owner_test.dart » ('j') | 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 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 173 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
174 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 174 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
175 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 175 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
176 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 176 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
177 177
178 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 178 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
179 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 179 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
180 mirrors/immutable_collections_test: RuntimeError # Issue 14027 180 mirrors/immutable_collections_test: RuntimeError # Issue 14027
181 mirrors/symbol_validation_test: RuntimeError # Issue 13596 181 mirrors/symbol_validation_test: RuntimeError # Issue 13596
182 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282 182 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282
183 mirrors/type_variable_owner_test: RuntimeError # Issue 14240
183 184
184 async/timer_isolate_test: Skip # See Issue 4997 185 async/timer_isolate_test: Skip # See Issue 4997
185 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 186 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
186 187
187 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 188 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
188 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 189 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
189 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 190 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
190 async/schedule_microtask6_test: Fail # Issue 10910 191 async/schedule_microtask6_test: Fail # Issue 10910
191 async/schedule_microtask4_test: Fail # Issue 13921 192 async/schedule_microtask4_test: Fail # Issue 13921
192 193
(...skipping 30 matching lines...) Expand all
223 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 224 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
225 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 226 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093
226 227
227 [ $compiler == none && $runtime == dartium ] 228 [ $compiler == none && $runtime == dartium ]
228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 229 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
229 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 230 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
230 231
231 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 232 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 233 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/type_variable_owner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698