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

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

Issue 25741005: Implement ObjectMirror.[] (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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/double_pow_test: RuntimeError 6 math/double_pow_test: RuntimeError
7 math/low_test: RuntimeError 7 math/low_test: RuntimeError
8 math/random_test: RuntimeError 8 math/random_test: RuntimeError
9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
10 mirrors/equality_test/02: RuntimeError # Issue 12333 10 mirrors/equality_test/02: RuntimeError # Issue 12333
11 mirrors/fake_function_test: RuntimeError # Issue 11612 11 mirrors/fake_function_test: RuntimeError # Issue 11612
12 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 12 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
13 mirrors/generics_test/01: RuntimeError # Issue 12333 13 mirrors/generics_test/01: RuntimeError # Issue 12333
14 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 14 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
15 mirrors/invoke_test: RuntimeError # Issue 11954 15 mirrors/invoke_test: RuntimeError # Issue 11954
16 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 16 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
17 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 17 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
18 mirrors/invoke_private_test: CompileTimeError # Issue 12164 18 mirrors/invoke_private_test: CompileTimeError # Issue 12164
19 mirrors/invoke_subscript_test/none: RuntimeError # Issue 12863
19 mirrors/invoke_throws_test: RuntimeError # Issue 11954 20 mirrors/invoke_throws_test: RuntimeError # Issue 11954
20 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 21 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
21 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 22 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
22 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 23 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
23 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 24 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
24 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 25 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
25 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 26 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
26 mirrors/mixin_test/none: RuntimeError # Issue 12464 27 mirrors/mixin_test/none: RuntimeError # Issue 12464
27 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 28 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
28 mirrors/null_test : RuntimeError # Issue 12129 29 mirrors/null_test : RuntimeError # Issue 12129
29 mirrors/parameter_test/none: RuntimeError # Issue 6490 30 mirrors/parameter_test/none: RuntimeError # Issue 6490
30 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 31 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
31 mirrors/reflected_type_test: RuntimeError # Issue 12607 32 mirrors/reflected_type_test: RuntimeError # Issue 12607
32 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 33 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
33 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 34 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
34 mirrors/unnamed_library_test: RuntimeError # Issue 10580 35 mirrors/unnamed_library_test: RuntimeError # Issue 10580
35 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002 36 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
36 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012 37 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
37 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958 38 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
38 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 39 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
39 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 40 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
40 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 41 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
41 mirrors/closures_test/none: RuntimeError # Issue 6490 42 mirrors/closures_test/none: RuntimeError # Issue 6490
42 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 43 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
43 async/stream_controller_async_test: Pass, Fail # Issue 13608 44 async/stream_controller_async_test: Pass, Fail # Issue 13608
44 45
45 [ $compiler == dart2js && $checked ] 46 [ $compiler == dart2js && $checked ]
46 mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706 47 mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706
48 mirrors/invoke_subscript_test: RuntimeError # Issue 13766
rmacnak 2013/10/03 00:36:51 Several other tests break in checked mode because
47 49
48 [ $runtime == safari ] 50 [ $runtime == safari ]
49 mirrors/return_type_test: Pass, Timeout # Issue 12858 51 mirrors/return_type_test: Pass, Timeout # Issue 12858
50 52
51 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 53 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
52 math/math_test: RuntimeError 54 math/math_test: RuntimeError
53 math/math2_test: RuntimeError 55 math/math2_test: RuntimeError
54 56
55 [ $compiler == dart2js && $jscl ] 57 [ $compiler == dart2js && $jscl ]
56 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 58 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 async/run_async3_test: Fail # Issue 13719: Please triage this failure. 195 async/run_async3_test: Fail # Issue 13719: Please triage this failure.
194 async/run_async4_test: Fail # Issue 13719: Please triage this failure. 196 async/run_async4_test: Fail # Issue 13719: Please triage this failure.
195 async/run_async6_test: Fail # Issue 13719: Please triage this failure. 197 async/run_async6_test: Fail # Issue 13719: Please triage this failure.
196 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. 198 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure.
197 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. 199 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
198 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. 200 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
199 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 201 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
200 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. 202 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
201 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. 203 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
202 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. 204 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698