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

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

Issue 1029003003: Mark test as having static warnings for bad future implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 [ $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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 305 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
306 306
307 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 307 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
308 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 308 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
309 309
310 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 310 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
311 311
312 profiler/metrics_test: Fail # Issue 20309 312 profiler/metrics_test: Fail # Issue 20309
313 profiler/metrics_num_test: Fail # Issue 20309 313 profiler/metrics_num_test: Fail # Issue 20309
314 314
315 async/future_test: StaticWarning, OK # Deliberately broken implementation.
sigurdm 2015/03/24 07:13:05 DBC: Marking a test as having a static warning sho
316
315 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 317 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
316 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 318 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
317 319
318 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 320 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
319 async/*deferred*: Skip # Issue 17458 321 async/*deferred*: Skip # Issue 17458
320 mirrors/*deferred*: Skip # Issue 17458 322 mirrors/*deferred*: Skip # Issue 17458
321 323
322 [ $compiler == dart2js && $mode == debug ] 324 [ $compiler == dart2js && $mode == debug ]
323 mirrors/native_class_test: Pass, Slow 325 mirrors/native_class_test: Pass, Slow
324 326
325 [ $arch == simarm ] 327 [ $arch == simarm ]
326 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 328 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
327 convert/utf85_test: Skip # Pass, Slow Issue 12644. 329 convert/utf85_test: Skip # Pass, Slow Issue 12644.
328 330
329 [ $compiler == dart2js ] 331 [ $compiler == dart2js ]
330 profiler/metrics_num_test: Skip # Because of a int / double type test. 332 profiler/metrics_num_test: Skip # Because of a int / double type test.
331 333
332 [ $arch == simarm64 ] 334 [ $arch == simarm64 ]
333 convert/utf85_test: Skip # Pass, Slow Issue 20111. 335 convert/utf85_test: Skip # Pass, Slow Issue 20111.
334 336
335 [ $mode == debug && $arch == ia32 && $system == windows ] 337 [ $mode == debug && $arch == ia32 && $system == windows ]
336 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 338 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
337 339
338 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 340 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
339 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 341 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
340 342
341 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 343 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
342 mirrors/immutable_collections_test: SkipSlow # Timeout. 344 mirrors/immutable_collections_test: SkipSlow # Timeout.
343 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 345 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
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