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

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

Issue 1072443005: Deal with type arguments of generic local functions in VM mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « runtime/vm/bootstrap_natives.h ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 # TODO(efortuna): Investigate. 240 # TODO(efortuna): Investigate.
241 async/timer_test: Fail, Pass 241 async/timer_test: Fail, Pass
242 242
243 [ $runtime == vm ] 243 [ $runtime == vm ]
244 async/timer_not_available_test: Fail, OK 244 async/timer_not_available_test: Fail, OK
245 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 245 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
246 246
247 [ $compiler == none ] 247 [ $compiler == none ]
248 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 248 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
249 249
250 mirrors/generic_local_function_test: RuntimeError # Issue 14913
251 mirrors/symbol_validation_test: RuntimeError # Issue 13596 250 mirrors/symbol_validation_test: RuntimeError # Issue 13596
252 251
253 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation. 252 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a specification, and dart:mirrors is not required to hide declarations that are n ot covered by any MirrorsUsed annotation.
254 253
255 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 254 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
256 async/schedule_microtask6_test: Fail # Issue 10910 255 async/schedule_microtask6_test: Fail # Issue 10910
257 async/timer_test: Fail, Pass # Issue 15487 256 async/timer_test: Fail, Pass # Issue 15487
258 async/multiple_timer_test: Fail, Pass # Issue 15487 257 async/multiple_timer_test: Fail, Pass # Issue 15487
259 async/stream_periodic3_test: Fail, Pass # Issue 15487 258 async/stream_periodic3_test: Fail, Pass # Issue 15487
260 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread. 259 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 339
341 [ $mode == debug && $arch == ia32 && $system == windows ] 340 [ $mode == debug && $arch == ia32 && $system == windows ]
342 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 341 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
343 342
344 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 343 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
345 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 344 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
346 345
347 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 346 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
348 mirrors/immutable_collections_test: SkipSlow # Timeout. 347 mirrors/immutable_collections_test: SkipSlow # Timeout.
349 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 348 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698