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

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

Issue 1085363005: Address issue 13719, cleanup the status file to reflect reality. (Closed) Base URL: http://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.status ('k') | tests/standalone/standalone.status » ('j') | 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles. 252 mirrors/immutable_collections_test: SkipSlow # Dartium debug uses -O0, so this w ill just timeout and waste bot cycles.
253 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles. 253 mirrors/mirrors_reader_test: SkipSlow # Dartium debug uses -O0, so this will jus t timeout and waste bot cycles.
254 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io. 254 mirrors/library_uri_io_test: SkipByDesign # Uses dart:io.
255 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction. 255 mirrors/spawn_function_root_library_test: SkipByDesign # Uses spawnFunction.
256 mirrors/local_isolate_test: RuntimeError # Issue 12188 256 mirrors/local_isolate_test: RuntimeError # Issue 12188
257 257
258 [ $compiler == none && $runtime == drt && $system == windows ] 258 [ $compiler == none && $runtime == drt && $system == windows ]
259 async/multiple_timer_test: Fail, Pass # See Issue 10982 259 async/multiple_timer_test: Fail, Pass # See Issue 10982
260 async/timer_test: Fail, Pass # See Issue 10982 260 async/timer_test: Fail, Pass # See Issue 10982
261 261
262 [ $compiler == none && $runtime == dartium ]
263 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
264 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
265
266 [$compiler == none && $runtime == ContentShellOnAndroid ] 262 [$compiler == none && $runtime == ContentShellOnAndroid ]
267 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 263 async/stream_timeout_test: RuntimeError, Pass # Issue 19127
268 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956 264 async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956
269 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956 265 async/slow_consumer2_test: SkipSlow # Times out flakily. Issue 20956
270 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127 266 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out or passes. Is sue 19127
271 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127 267 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out or passes. Is sue 19127
272 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127 268 mirrors/lazy_static_test: SkipSlow # Times out. Issue 19127
273 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127 269 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 19127
274 270
275 [ $compiler == dart2js && $runtime == safarimobilesim ] 271 [ $compiler == dart2js && $runtime == safarimobilesim ]
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 839 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
844 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 840 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
845 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 841 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
846 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 842 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
847 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 843 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
848 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 844 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
849 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 845 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
850 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 846 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
851 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 847 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
852 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 848 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698