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

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

Issue 608873002: Multitest has a 'checked mode compile-time error' marker now. Use it to clean up the mirrors status… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: also mark analyzer as failing Created 6 years, 2 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 | tests/lib/mirrors/regress_16321_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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10
11 [ $unchecked ] 5 [ $unchecked ]
12 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
13 7
14 [ $csp ] 8 [ $csp ]
15 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
16 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
17 11
18 [ $compiler == dart2js ] 12 [ $compiler == dart2js ]
19 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
20 14
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 287 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
294 288
295 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.
296 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 290 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
297 291
298 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 292 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
299 293
300 profiler/metrics_test: Fail # Issue 20309 294 profiler/metrics_test: Fail # Issue 20309
301 profiler/metrics_num_test: Fail # Issue 20309 295 profiler/metrics_num_test: Fail # Issue 20309
302 296
297 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
298 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
299
303 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 300 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
304 async/*deferred*: Skip # Issue 17458 301 async/*deferred*: Skip # Issue 17458
305 mirrors/*deferred*: Skip # Issue 17458 302 mirrors/*deferred*: Skip # Issue 17458
306 303
307 [ $compiler == dart2js && $mode == debug ] 304 [ $compiler == dart2js && $mode == debug ]
308 mirrors/native_class_test: Pass, Slow 305 mirrors/native_class_test: Pass, Slow
309 306
310 [ $arch == simmips || $arch == mips ] 307 [ $arch == simmips || $arch == mips ]
311 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. 308 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025.
312 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow 309 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow
313 310
314 [ $arch == simarm ] 311 [ $arch == simarm ]
315 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 312 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
316 convert/utf85_test: Skip # Pass, Slow Issue 12644. 313 convert/utf85_test: Skip # Pass, Slow Issue 12644.
317 314
318 [ $compiler == dart2js ] 315 [ $compiler == dart2js ]
319 profiler/metrics_num_test: Skip # Because of a int / double type test. 316 profiler/metrics_num_test: Skip # Because of a int / double type test.
320 317
321 [ $arch == simarm64 ] 318 [ $arch == simarm64 ]
322 convert/utf85_test: Skip # Pass, Slow Issue 20111. 319 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/regress_16321_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698