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

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

Issue 548353002: dart2js: jsshell is not yet implementing scheduleMicrotask correctly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | 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 == jsshell ]
295 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate.
296
294 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 297 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
295 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 298 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
296 299
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>' 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>'
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> 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>
299 302
300 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 303 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
301 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 304 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
302 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 305 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
303 306
(...skipping 18 matching lines...) Expand all
322 325
323 [ $arch == simarm ] 326 [ $arch == simarm ]
324 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 327 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
325 convert/utf85_test: Skip # Pass, Slow Issue 12644. 328 convert/utf85_test: Skip # Pass, Slow Issue 12644.
326 329
327 [ $compiler == dart2js ] 330 [ $compiler == dart2js ]
328 profiler/metrics_num_test: Skip # Because of a int / double type test. 331 profiler/metrics_num_test: Skip # Because of a int / double type test.
329 332
330 [ $arch == simarm64 ] 333 [ $arch == simarm64 ]
331 convert/utf85_test: Skip # Pass, Slow Issue 20111. 334 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698