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

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

Issue 38543002: Align behavior of VM's ObjectMirror.setField with language semantics. (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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 56 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
57 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 57 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
58 mirrors/null_test : RuntimeError # Issue 12129 58 mirrors/null_test : RuntimeError # Issue 12129
59 mirrors/parameter_test/none: RuntimeError # Issue 6490 59 mirrors/parameter_test/none: RuntimeError # Issue 6490
60 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 60 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
61 mirrors/private_symbol_test: CompileTimeError # Issue 13597 61 mirrors/private_symbol_test: CompileTimeError # Issue 13597
62 mirrors/proxy_type_test: RuntimeError # Issue 13842 62 mirrors/proxy_type_test: RuntimeError # Issue 13842
63 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 63 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
64 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 64 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
65 mirrors/reflected_type_test: RuntimeError # Issue 12607 65 mirrors/reflected_type_test: RuntimeError # Issue 12607
66 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919
66 mirrors/symbol_validation_test: RuntimeError # Issue 13597 67 mirrors/symbol_validation_test: RuntimeError # Issue 13597
67 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 68 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
68 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 69 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
69 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 70 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
70 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 71 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
71 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 72 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
72 mirrors/unnamed_library_test: RuntimeError # Issue 10580 73 mirrors/unnamed_library_test: RuntimeError # Issue 10580
73 74
74 [ $compiler == dart2js && $unchecked ] 75 [ $compiler == dart2js && $unchecked ]
75 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 76 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
225 mirrors/type_variable_owner_test/none: Fail # Issue 14356 226 mirrors/type_variable_owner_test/none: Fail # Issue 14356
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
233 234
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698