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

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

Issue 21277002: Add tests for reflecting on null and Null. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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/null_test.dart » ('j') | tests/lib/mirrors/null_test.dart » ('J')
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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/*: Skip 6 math/*: Skip
7 mirrors/method_mirror_name_test: Fail # Issue 6335 7 mirrors/method_mirror_name_test: Fail # Issue 6335
8 mirrors/method_mirror_properties_test: Fail # Issue 11861 8 mirrors/method_mirror_properties_test: Fail # Issue 11861
9 mirrors/method_mirror_returntype_test : Fail # Issue 11928 9 mirrors/method_mirror_returntype_test : Fail # Issue 11928
10 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 10 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
11 mirrors/null_test : Fail # Issue 12129
11 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 12 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
12 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 13 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
13 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 14 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
14 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 15 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958
15 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953 16 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953
16 17
17 18
18 [ $compiler == dart2js && ($runtime == d8) ] 19 [ $compiler == dart2js && ($runtime == d8) ]
19 typed_data/byte_data_test: Fail, OK # d8 doesn't support DataView 20 typed_data/byte_data_test: Fail, OK # d8 doesn't support DataView
20 21
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 77
77 [ $runtime == opera && $system == windows] 78 [ $runtime == opera && $system == windows]
78 # TODO(efortuna): Investigate. 79 # TODO(efortuna): Investigate.
79 async/timer_test: Fail, Pass 80 async/timer_test: Fail, Pass
80 81
81 [ $runtime == vm ] 82 [ $runtime == vm ]
82 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 83 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
83 # implement timer (currently only in d8 ) 84 # implement timer (currently only in d8 )
84 async/timer_isolate_test: Skip # See Issue 4997 85 async/timer_isolate_test: Skip # See Issue 4997
85 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 86 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
87 mirrors/null_test: Fail # Issue 12128
86 88
87 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 89 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
88 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 90 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
89 mirrors/library_metadata_test: Fail # http://dartbug.com/10906 91 mirrors/library_metadata_test: Fail # http://dartbug.com/10906
90 mirrors/parameter_test: Fail # http://dartbug.com/11567 92 mirrors/parameter_test: Fail # http://dartbug.com/11567
91 mirrors/operator_test: Fail # http://dartbug.com/11944 93 mirrors/operator_test: Fail # http://dartbug.com/11944
92 mirrors/local_isolate_test: Fail # http://dartbug.com/12026 94 mirrors/local_isolate_test: Fail # http://dartbug.com/12026
93 95
94 [ $compiler == none && $runtime == drt ] 96 [ $compiler == none && $runtime == drt ]
95 async/timer_isolate_test: Skip # See Issue 4997 97 async/timer_isolate_test: Skip # See Issue 4997
96 async/timer_not_available_test: Skip # only meant to test when there is no way t o 98 async/timer_not_available_test: Skip # only meant to test when there is no way t o
97 # implement timer (currently only in d8) 99 # implement timer (currently only in d8)
98 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 100 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
99 async/run_async6_test: Fail # Issue 10910 101 async/run_async6_test: Fail # Issue 10910
100 102
101 [ $compiler == none && $runtime == drt && $system == windows ] 103 [ $compiler == none && $runtime == drt && $system == windows ]
102 async/multiple_timer_test: Fail, Pass # See Issue 10982 104 async/multiple_timer_test: Fail, Pass # See Issue 10982
103 async/timer_test: Fail, Pass # See Issue 10982 105 async/timer_test: Fail, Pass # See Issue 10982
104 106
105 [ $arch == mips ] 107 [ $arch == mips ]
106 *: Skip 108 *: Skip
107 109
108 [ $arch == simarm || $arch == arm ] 110 [ $arch == simarm || $arch == arm ]
109 typed_data/float32x4_two_arg_shuffle_test: Skip # Unimplemented instruction. 111 typed_data/float32x4_two_arg_shuffle_test: Skip # Unimplemented instruction.
110 typed_data/float32x4_transpose_test: Skip # Unimplemented instruction. 112 typed_data/float32x4_transpose_test: Skip # Unimplemented instruction.
111 113
112 [ $arch == simmips ] 114 [ $arch == simmips ]
113 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 115 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
114 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 116 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/null_test.dart » ('j') | tests/lib/mirrors/null_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698