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

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

Issue 1035093002: Update test expectations for new dart2dart backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | « tests/language/language_dart2js.status ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 281 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127
282 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 282 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127
283 283
284 [ $compiler == dart2js && $runtime == safarimobilesim ] 284 [ $compiler == dart2js && $runtime == safarimobilesim ]
285 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 285 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
286 286
287 [ $compiler == dart2dart ] 287 [ $compiler == dart2dart ]
288 # Deferred loading is not supported by dart2dart. 288 # Deferred loading is not supported by dart2dart.
289 async/deferred/deferred_in_isolate_test: Skip # Issue 17523 289 async/deferred/deferred_in_isolate_test: Skip # Issue 17523
290 290
291 [ $compiler == dart2dart && $builder_tag == new_backend ]
292 async/future_test: RuntimeError # Issue 23015
293
291 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 294 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
292 # Dart vm does not support spawn from a dom-enabled isolate. 295 # Dart vm does not support spawn from a dom-enabled isolate.
293 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209 296 async/deferred/deferred_in_isolate_test: RuntimeError # Issue 16209
294 297
295 [ $compiler == dart2js && $runtime == jsshell ] 298 [ $compiler == dart2js && $runtime == jsshell ]
296 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. 299 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate.
297 300
298 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 301 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
299 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 302 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
300 303
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 340
338 [ $mode == debug && $arch == ia32 && $system == windows ] 341 [ $mode == debug && $arch == ia32 && $system == windows ]
339 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 342 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
340 343
341 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 344 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
342 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 345 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
343 346
344 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 347 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
345 mirrors/immutable_collections_test: SkipSlow # Timeout. 348 mirrors/immutable_collections_test: SkipSlow # Timeout.
346 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 349 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698