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

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

Issue 3011633002: Added back helper file accidentally deleted during test block 219 migration. (Closed)
Patch Set: Created 3 years, 3 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
« no previous file with comments | « no previous file | tests/lib/mirrors/constructor_private_name_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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
11 [ $compiler == dart2js ] 11 [ $compiler == dart2js ]
12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
13 13
14 14
15 math/double_pow_test: RuntimeError 15 math/double_pow_test: RuntimeError
16 math/low_test: RuntimeError 16 math/low_test: RuntimeError
17 math/random_big_test: RuntimeError # Using bigint seeds for random. 17 math/random_big_test: RuntimeError # Using bigint seeds for random.
18 18
19 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 19 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086
20 mirrors/abstract_class_test: RuntimeError # Issue 12826 20 mirrors/abstract_class_test: RuntimeError # Issue 12826
21 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 21 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
22 mirrors/delegate_class_test: RuntimeError 22 mirrors/class_mirror_location_test: RuntimeError # Issue 6490
23 mirrors/delegate_library_test: RuntimeError 23 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490
24 mirrors/deferred_type_test: RuntimeError # Issue 6335
25 mirrors/empty_test: RuntimeError # Issue 6490
26 mirrors/enum_test: RuntimeError # Issue 6490
27 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 24 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
28 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 25 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
29 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 26 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 27 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
31 mirrors/generic_interface_test: RuntimeError # Issue 12087 28 mirrors/generic_interface_test: RuntimeError # Issue 12087
32 mirrors/generic_local_function_test: RuntimeError # Issue 12333 29 mirrors/generic_local_function_test: RuntimeError # Issue 12333
33 mirrors/generic_mixin_test: RuntimeError # Issue 12333 30 mirrors/generic_mixin_test: RuntimeError # Issue 12333
34 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
35 mirrors/get_field_static_test/00: RuntimeError # Issue 21323 32 mirrors/get_field_static_test/00: RuntimeError # Issue 21323
36 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 320 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
324 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 321 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
325 322
326 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 323 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
327 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 324 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
328 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 325 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
329 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM ethod. 326 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM ethod.
330 327
331 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 328 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
332 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 329 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
333 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration.
334 330
335 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
336 331
337 developer/metrics_test: Fail # Issue 20309 332 developer/metrics_test: Fail # Issue 20309
338 developer/metrics_num_test: Fail # Issue 20309 333 developer/metrics_num_test: Fail # Issue 20309
339 profiler/metrics_test: Fail # Issue 20309 334 profiler/metrics_test: Fail # Issue 20309
340 profiler/metrics_num_test: Fail # Issue 20309 335 profiler/metrics_num_test: Fail # Issue 20309
341 336
342 337
343 [ $compiler == dart2analyzer && $checked ] 338 [ $compiler == dart2analyzer && $checked ]
344 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 339 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
345 340
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 convert/utf85_test: Pass, Timeout 402 convert/utf85_test: Pass, Timeout
408 403
409 [ $hot_reload || $hot_reload_rollback ] 404 [ $hot_reload || $hot_reload_rollback ]
410 async/stream_transformer_test: Pass, Fail # Closure identity 405 async/stream_transformer_test: Pass, Fail # Closure identity
411 mirrors/fake_function_with_call_test: SkipByDesign # Method equality 406 mirrors/fake_function_with_call_test: SkipByDesign # Method equality
412 407
413 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading 408 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading
414 mirrors/library_imports_deferred_test: Crash # Deferred loading 409 mirrors/library_imports_deferred_test: Crash # Deferred loading
415 mirrors/library_import_deferred_loading_test: Crash # Deferred loading 410 mirrors/library_import_deferred_loading_test: Crash # Deferred loading
416 mirrors/typedef_deferred_library_test: Crash # Deferred loading 411 mirrors/typedef_deferred_library_test: Crash # Deferred loading
417 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
418 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
419 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
420 mirrors/load_library_test: Crash # Deferred loading 412 mirrors/load_library_test: Crash # Deferred loading
421 413
422 [ $hot_reload ] 414 [ $hot_reload ]
423 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 415 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
424 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 416 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
425 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 417 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
426 418
427 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 419 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
428 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position. 420 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position.
429 421
430 [ $compiler == dartk || $compiler == dartkp ] 422 [ $compiler == dartk || $compiler == dartkp ]
431 async/future_or_strong_test: RuntimeError 423 async/future_or_strong_test: RuntimeError
432 async/future_test/01: RuntimeError 424 async/future_test/01: RuntimeError
433 async/future_test/none: RuntimeError 425 async/future_test/none: RuntimeError
434 mirrors/abstract_class_test/00: RuntimeError 426 mirrors/abstract_class_test/00: RuntimeError
435 mirrors/abstract_class_test/none: RuntimeError 427 mirrors/abstract_class_test/none: RuntimeError
436 mirrors/constructor_private_name_test: RuntimeError 428 mirrors/class_declarations_test/01: RuntimeError
437 mirrors/dart2js_mirrors_test: Crash 429 mirrors/class_declarations_test/none: RuntimeError
438 mirrors/deferred_type_test: RuntimeError 430 mirrors/class_mirror_location_test: RuntimeError
439 mirrors/empty_test: Crash 431 mirrors/constructor_kinds_test/01: RuntimeError
440 mirrors/enum_test: RuntimeError 432 mirrors/constructor_kinds_test/none: RuntimeError
441 mirrors/equality_test: RuntimeError
442 mirrors/function_type_mirror_test: RuntimeError 433 mirrors/function_type_mirror_test: RuntimeError
443 mirrors/generic_f_bounded_mixin_application_test: RuntimeError 434 mirrors/generic_f_bounded_mixin_application_test: RuntimeError
444 mirrors/generic_function_typedef_test: RuntimeError 435 mirrors/generic_function_typedef_test: RuntimeError
445 mirrors/generic_interface_test/01: RuntimeError 436 mirrors/generic_interface_test/01: RuntimeError
446 mirrors/generic_interface_test/none: RuntimeError 437 mirrors/generic_interface_test/none: RuntimeError
447 mirrors/generic_mixin_applications_test: RuntimeError 438 mirrors/generic_mixin_applications_test: RuntimeError
448 mirrors/generic_mixin_test: RuntimeError 439 mirrors/generic_mixin_test: RuntimeError
449 mirrors/hot_get_field_test: RuntimeError 440 mirrors/hot_get_field_test: RuntimeError
450 mirrors/hot_set_field_test: RuntimeError 441 mirrors/hot_set_field_test: RuntimeError
451 mirrors/intercepted_object_test: RuntimeError 442 mirrors/intercepted_object_test: RuntimeError
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 534
544 # dartk: checked mode failures 535 # dartk: checked mode failures
545 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 536 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
546 mirrors/invocation_fuzz_test/smi: Crash 537 mirrors/invocation_fuzz_test/smi: Crash
547 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424 538 mirrors/redirecting_factory_different_type_test/01: Crash # Issue 28424
548 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424 539 mirrors/redirecting_factory_different_type_test/none: Crash # Issue 28424
549 mirrors/reflected_type_generics_test/02: Pass 540 mirrors/reflected_type_generics_test/02: Pass
550 541
551 # Deferred loading kernel issue 28335. 542 # Deferred loading kernel issue 28335.
552 [ $compiler == dartk || $compiler == dartkp ] 543 [ $compiler == dartk || $compiler == dartkp ]
553 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
554 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
555 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
556 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 544 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
557 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 545 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
558 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 546 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
559 547
560 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 548 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
561 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 549 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
562 550
563 [ $compiler == dartkp && $mode == debug ] 551 [ $compiler == dartkp && $mode == debug ]
564 mirrors/variable_is_const_test/01: Crash 552 mirrors/variable_is_const_test/01: Crash
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/constructor_private_name_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698