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

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

Issue 550843003: Add support for setImmediate on IE. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update test. Created 6 years, 3 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 | « sdk/lib/_internal/compiler/js_lib/async_patch.dart ('k') | no next file » | no next file with comments »
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 [ $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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. 284 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806.
285 285
286 [ $compiler == dart2dart ] 286 [ $compiler == dart2dart ]
287 # Deferred loading is not supported by dart2dart. 287 # Deferred loading is not supported by dart2dart.
288 async/deferred/deferred_in_isolate_test: Skip # Issue 17523 288 async/deferred/deferred_in_isolate_test: Skip # Issue 17523
289 289
290 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 290 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
291 # Dart vm does not support spawn from a dom-enabled isolate. 291 # Dart vm does not support spawn from a dom-enabled isolate.
292 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 292 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209
293 293
294 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == js shell) ]
295 async/schedule_microtask_test: Fail # Issue 9002
296
297 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 294 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
298 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 295 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
299 296
300 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>' 297 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>'
301 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> 298 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>
302 299
303 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 300 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
304 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 301 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
305 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 302 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
306 303
(...skipping 18 matching lines...) Expand all
325 322
326 [ $arch == simarm ] 323 [ $arch == simarm ]
327 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 324 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
328 convert/utf85_test: Skip # Pass, Slow Issue 12644. 325 convert/utf85_test: Skip # Pass, Slow Issue 12644.
329 326
330 [ $compiler == dart2js ] 327 [ $compiler == dart2js ]
331 profiler/metrics_num_test: Skip # Because of a int / double type test. 328 profiler/metrics_num_test: Skip # Because of a int / double type test.
332 329
333 [ $arch == simarm64 ] 330 [ $arch == simarm64 ]
334 convert/utf85_test: Skip # Pass, Slow Issue 20111. 331 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/js_lib/async_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698