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

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

Issue 125033003: Version 1.1.0-dev.5.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 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 && $checked && $runtime == ie9 ] 5 [ $compiler == dart2js && $checked && $runtime == ie9 ]
6 convert/ascii_test: Skip # http://dartbug.com/15498 6 convert/ascii_test: Skip # http://dartbug.com/15498
7 convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/154 98 7 convert/streamed_conversion_json_utf8_encode_test: Skip # http://dartbug.com/154 98
8 convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498 8 convert/streamed_conversion_utf8_encode_test: Skip # http://dartbug.com/15498
9 9
10 [ $csp ] 10 [ $csp ]
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
85 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 85 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
86 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 86 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519
87 mirrors/list_constructor_test/01: RuntimeError # Issue 13523 87 mirrors/list_constructor_test/01: RuntimeError # Issue 13523
88 88
89 [ $runtime == safari ] 89 [ $runtime == safari ]
90 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set 90 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for Typed Array.set
91 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set 91 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for Typed Array.set
92 mirrors/to_string_test.dart: Fail # Safari bug TODO(ahe): Add bug number if able to submit bug.
92 93
93 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 94 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
94 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 95 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
95 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure. 96 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi s failure.
96 mirrors/invoke_subscript_test: RuntimeError, Timeout # Issue 15610 97 mirrors/invoke_subscript_test: RuntimeError, Timeout # Issue 15610
97 98
98 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 99 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
99 math/math_test: RuntimeError 100 math/math_test: RuntimeError
100 math/math2_test: RuntimeError 101 math/math2_test: RuntimeError
101 102
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 async/catch_errors20_test: Fail # Timer interface not supported: dartbug.com/772 8. 135 async/catch_errors20_test: Fail # Timer interface not supported: dartbug.com/772 8.
135 async/catch_errors28_test: Fail # Timer interface not supported: dartbug.com/772 8. 136 async/catch_errors28_test: Fail # Timer interface not supported: dartbug.com/772 8.
136 async/catch_errors8_test: Fail # Timer interface not supported: dartbug.com/7728 . 137 async/catch_errors8_test: Fail # Timer interface not supported: dartbug.com/7728 .
137 async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728. 138 async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728.
138 async/zone_bind_test: Fail # Timer interface not supported: dartbug.com/7728. 139 async/zone_bind_test: Fail # Timer interface not supported: dartbug.com/7728.
139 async/future_timeout_test: Fail # Timer interface not supported: dartbug.com/772 8. 140 async/future_timeout_test: Fail # Timer interface not supported: dartbug.com/772 8.
140 async/stream_timeout_test: Fail # Timer interface not supported: dartbug.com/772 8. 141 async/stream_timeout_test: Fail # Timer interface not supported: dartbug.com/772 8.
141 142
142 [ $compiler == dart2js && $checked ] 143 [ $compiler == dart2js && $checked ]
143 convert/utf85_test: Pass, Slow # Issue 12029. 144 convert/utf85_test: Pass, Slow # Issue 12029.
145 async/stream_transform_test: Fail # https://code.google.com/p/v8/issues/detail?i d=3084
144 146
145 [ $compiler == dart2js ] 147 [ $compiler == dart2js ]
146 convert/chunked_conversion_utf88_test: Slow, Pass 148 convert/chunked_conversion_utf88_test: Slow, Pass
147 convert/utf85_test: Slow, Pass 149 convert/utf85_test: Slow, Pass
148 150
149 151
150 [ $compiler == dart2js && $browser ] 152 [ $compiler == dart2js && $browser ]
151 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 153 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
152 # implement timer (currently only in d8 ) 154 # implement timer (currently only in d8 )
153 155
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 [ $runtime == opera && $system == windows] 194 [ $runtime == opera && $system == windows]
193 # TODO(efortuna): Investigate. 195 # TODO(efortuna): Investigate.
194 async/timer_test: Fail, Pass 196 async/timer_test: Fail, Pass
195 197
196 [ $runtime == vm ] 198 [ $runtime == vm ]
197 async/timer_not_available_test: Fail, OK 199 async/timer_not_available_test: Fail, OK
198 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 200 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
199 typed_data/setRange_1_test: Fail # Issue 15413 201 typed_data/setRange_1_test: Fail # Issue 15413
200 typed_data/setRange_2_test: Fail # Issue 15413 202 typed_data/setRange_2_test: Fail # Issue 15413
201 typed_data/setRange_3_test: Fail # Issue 15413 203 typed_data/setRange_3_test: Fail # Issue 15413
204 mirrors/syntax_error_test/01: Fail # Issue 15886
202 205
203 [ $compiler == none ] 206 [ $compiler == none ]
204 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 207 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
205 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 208 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
206 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 209 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
207 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 210 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
208 211
209 mirrors/generic_local_function_test: RuntimeError # Issue 14913 212 mirrors/generic_local_function_test: RuntimeError # Issue 14913
210 mirrors/symbol_validation_test: RuntimeError # Issue 13596 213 mirrors/symbol_validation_test: RuntimeError # Issue 13596
211 mirrors/synthetic_accessor_properties_test/none: RuntimeError # Issue 14632 214 mirrors/synthetic_accessor_properties_test/none: RuntimeError # Issue 14632
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 262
260 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 263 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
261 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 264 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
262 265
263 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 266 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
264 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 267 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
265 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 268 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
266 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 269 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
267 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 270 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
268 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 271 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « dart/tests/compiler/dart2js_native/dart2js_native.status ('k') | dart/tests/lib/mirrors/syntax_error_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698