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

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

Issue 163733003: Let deferred load work from worker isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status file Created 6 years, 10 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 264 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
265 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 265 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
266 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag 266 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag
267 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag 267 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag
268 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag 268 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
269 269
270 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 270 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
271 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 271 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
272 async/timer_isolate_test: Fail 272 async/timer_isolate_test: Fail
273 273
274 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm ) ]
275 # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
276 async/deferred/deferred_fail_to_load_test: Fail, OK
Florian Schneider 2014/02/14 12:56:22 If it is always failing, the expectation should be
sigurdm 2014/02/14 13:08:17 Done.
277 # Deferred loading is not implemented in the VM so the error-handling will never be triggered.
278 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
279 async/deferred/deferred_in_isolate_test: Fail, OK
Florian Schneider 2014/02/14 12:56:22 If it is always failing, the expectation should be
sigurdm 2014/02/14 13:08:17 Done.
280
274 [ $compiler == dart2js ] 281 [ $compiler == dart2js ]
275 async/schedule_microtask_test: Fail # Issue 9002 282 async/schedule_microtask_test: Fail # Issue 9002
276 283
277 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 284 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
278 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 285 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116
279 286
280 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>' 287 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>'
281 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> 288 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>
282 289
283 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 290 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
284 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 291 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
285 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 292 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
286 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 293 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
287 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 294 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
288 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 295 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
OLDNEW
« no previous file with comments | « tests/lib/async/deferred/deferred_in_isolate_test.dart ('k') | tools/testing/dart/http_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698