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

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

Issue 29413003: Fix VM crash when ClosureMirror.findInContext operates on a fake function. (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 | « runtime/lib/mirrors.cc ('k') | tests/lib/mirrors/find_in_context_fake_function_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
11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
12 12
13 math/double_pow_test: RuntimeError 13 math/double_pow_test: RuntimeError
14 math/low_test: RuntimeError 14 math/low_test: RuntimeError
15 math/random_test: RuntimeError 15 math/random_test: RuntimeError
16 16
17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
18 mirrors/closures_test/none: RuntimeError # Issue 6490 18 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
21 mirrors/equality_test/02: RuntimeError # Issue 12333 21 mirrors/equality_test/02: RuntimeError # Issue 12333
22 mirrors/fake_function_test: RuntimeError # Issue 11612 22 mirrors/fake_function_test: RuntimeError # Issue 11612
23 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
23 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
24 mirrors/generics_test/01: RuntimeError # Issue 12087 25 mirrors/generics_test/01: RuntimeError # Issue 12087
25 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
26 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
27 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
28 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
29 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 30 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
30 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
31 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
32 mirrors/generic_interface_test: RuntimeError # Issue 12087 33 mirrors/generic_interface_test: RuntimeError # Issue 12087
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 | « runtime/lib/mirrors.cc ('k') | tests/lib/mirrors/find_in_context_fake_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698