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

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

Issue 1139503002: Move 'dart:profiler' contents into 'dart:developer' and remove 'dart:profiler' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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/lib/developer/user_tags_test.dart ('k') | tests/lib/profiler/metrics_num_test.dart » ('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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 285 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. 286 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
287 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 287 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
288 288
289 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 289 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
290 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 290 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
291 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration. 291 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration.
292 292
293 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 293 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
294 294
295 profiler/metrics_test: Fail # Issue 20309 295 developer/metrics_test: Fail # Issue 20309
296 profiler/metrics_num_test: Fail # Issue 20309 296 developer/metrics_num_test: Fail # Issue 20309
297 297
298 async/future_test: StaticWarning, OK # Deliberately broken implementation. 298 async/future_test: StaticWarning, OK # Deliberately broken implementation.
299 299
300 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 300 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
301 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 301 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
302 302
303 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 303 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
304 async/*deferred*: Skip # Issue 17458 304 async/*deferred*: Skip # Issue 17458
305 mirrors/*deferred*: Skip # Issue 17458 305 mirrors/*deferred*: Skip # Issue 17458
306 306
307 [ $compiler == dart2js && $mode == debug ] 307 [ $compiler == dart2js && $mode == debug ]
308 mirrors/native_class_test: Pass, Slow 308 mirrors/native_class_test: Pass, Slow
309 309
310 [ $arch == simarm || $arch == simarmv5te ] 310 [ $arch == simarm || $arch == simarmv5te ]
311 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 311 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
312 convert/utf85_test: Skip # Pass, Slow Issue 12644. 312 convert/utf85_test: Skip # Pass, Slow Issue 12644.
313 313
314 [ $arch == simarmv5te ] 314 [ $arch == simarmv5te ]
315 mirrors/mirrors_reader_test: Pass, Slow 315 mirrors/mirrors_reader_test: Pass, Slow
316 316
317 [ $compiler == dart2js ] 317 [ $compiler == dart2js ]
318 profiler/metrics_num_test: Skip # Because of a int / double type test. 318 developer/metrics_num_test: Skip # Because of a int / double type test.
319 319
320 [ $arch == simarm64 ] 320 [ $arch == simarm64 ]
321 convert/utf85_test: Skip # Pass, Slow Issue 20111. 321 convert/utf85_test: Skip # Pass, Slow Issue 20111.
322 322
323 [ $mode == debug && $arch == ia32 && $system == windows ] 323 [ $mode == debug && $arch == ia32 && $system == windows ]
324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
325 325
326 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te ] 326 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te ]
327 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 327 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
328 328
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 835 typed_data/setRange_3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
836 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 836 typed_data/setRange_4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
837 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 837 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
838 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 838 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
839 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 839 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
840 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator 840 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl emented in CodeGenerator
841 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 841 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
842 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 842 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
843 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator 843 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni mplemented in CodeGenerator
844 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 844 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
OLDNEW
« no previous file with comments | « tests/lib/developer/user_tags_test.dart ('k') | tests/lib/profiler/metrics_num_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698