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

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

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address Anders' comment. Created 7 years, 1 month 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
11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
12 11
13 math/double_pow_test: RuntimeError 12 math/double_pow_test: RuntimeError
14 math/low_test: RuntimeError 13 math/low_test: RuntimeError
15 math/random_test: RuntimeError 14 math/random_test: RuntimeError
16 15
17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
18 mirrors/closures_test/none: RuntimeError # Issue 6490 17 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 18 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 19 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 171 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
173 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 172 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
174 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 173 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
175 174
176 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 175 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
177 mirrors/symbol_validation_test: RuntimeError # Issue 13596 176 mirrors/symbol_validation_test: RuntimeError # Issue 13596
178 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282 177 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282
179 mirrors/type_variable_owner_test: RuntimeError # Issue 14240 178 mirrors/type_variable_owner_test: RuntimeError # Issue 14240
180 mirrors/class_mirror_type_variables_test/01: RuntimeError # Issue 14240 179 mirrors/class_mirror_type_variables_test/01: RuntimeError # Issue 14240
181 180
182 async/timer_isolate_test: Skip # See Issue 4997
183 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 181 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
184 182
185 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 183 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
186 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 184 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
187 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 185 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
188 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 186 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
189 async/schedule_microtask6_test: Fail # Issue 10910 187 async/schedule_microtask6_test: Fail # Issue 10910
190 async/schedule_microtask4_test: Fail # Issue 13921
191 188
192 [ $compiler == none && $runtime == drt && $system == windows ] 189 [ $compiler == none && $runtime == drt && $system == windows ]
193 async/multiple_timer_test: Fail, Pass # See Issue 10982 190 async/multiple_timer_test: Fail, Pass # See Issue 10982
194 async/timer_test: Fail, Pass # See Issue 10982 191 async/timer_test: Fail, Pass # See Issue 10982
195 192
196 [ $arch == simmips || $arch == mips ] 193 [ $arch == simmips || $arch == mips ]
197 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 194 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
198 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 195 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
199 196
200 [ $arch == simarm ] 197 [ $arch == simarm ]
(...skipping 23 matching lines...) Expand all
224 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 221 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 222 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
226 223
227 [ $compiler == none && $runtime == dartium ] 224 [ $compiler == none && $runtime == dartium ]
228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 225 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. 226 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
230 227
231 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 228 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 229 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
233 230
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698