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

Side by Side Diff: tests/language/language_analyzer.status

Issue 274703002: Bit flip- re-enable deferred loading support in the analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 # Runtime negative test. No static errors or warnings. 6 # Runtime negative test. No static errors or warnings.
7 closure_call_wrong_argument_count_negative_test: skip 7 closure_call_wrong_argument_count_negative_test: skip
8 8
9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask) 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us ing it as type is warning; (2) currently analyzer resolves prefix as field (don' t ask)
10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391 449 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
450 list_literal1_test/01: CompileTimeError # Issue 16391 450 list_literal1_test/01: CompileTimeError # Issue 16391
451 map_literal1_test/01: CompileTimeError # Issue 16391 451 map_literal1_test/01: CompileTimeError # Issue 16391
452 452
453 # Issue 18562- Old syntax (@lazy) for deferred libraries 453 # Issue 18562- Old syntax (@lazy) for deferred libraries
454 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail 454 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
455 deferred_constraints_constants_old_syntax_test/*: Pass, Fail 455 deferred_constraints_constants_old_syntax_test/*: Pass, Fail
456 456
457 # Issue 18562- 'is', 'as' and 'catch' aren't type annotations, thus we don't 457 # Issue 18562- 'is', 'as' and 'catch' aren't type annotations, thus we don't
458 # generate the "The deferred types cannot be used in a declaration" warning 458 # generate the "The deferred types cannot be used in a declaration" warning
459 #deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning 459 deferred_constraints_type_annotation_test/as_operation: MissingStaticWarning
460 #deferred_constraints_type_annotation_test/is_check: MissingStaticWarning 460 deferred_constraints_type_annotation_test/is_check: MissingStaticWarning
461 #deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning 461 deferred_constraints_type_annotation_test/catch_check: MissingStaticWarning
462 462
463 # The following lines have been left in to quickly switch back to having deferre d loading
464 # off by default again.
463 # Deferred loading support, tests marked as failing until support is enabled by default. 465 # Deferred loading support, tests marked as failing until support is enabled by default.
464 deferred_closurize_load_library_test: Pass, Fail 466 #deferred_closurize_load_library_test: Pass, Fail
465 deferred_not_loaded_check_test/*: Pass, Fail 467 #deferred_not_loaded_check_test/*: Pass, Fail
466 deferred_shadow_load_library_test: Pass, Fail 468 #deferred_shadow_load_library_test: Pass, Fail
467 deferred_constraints_constants_test/*: Pass, Fail 469 #deferred_constraints_constants_test/*: Pass, Fail
468 deferred_load_library_wrong_args_test/*: Pass, Fail 470 #deferred_load_library_wrong_args_test/*: Pass, Fail
469 deferred_constraints_type_annotation_test/*: Pass, Fail 471 #deferred_constraints_type_annotation_test/*: Pass, Fail
470 deferred_load_inval_code_test: Pass, Fail 472 #deferred_load_inval_code_test: Pass, Fail
471 deferred_not_loaded_check_test: Pass, Fail 473 #deferred_not_loaded_check_test: Pass, Fail
472 474
473 # Issues to be fixed now that type parameters have been fixed 475 # Issues to be fixed now that type parameters have been fixed
474 # (issues 14221, 15553) 476 # (issues 14221, 15553)
475 const_constructor2_test/01: StaticWarning 477 const_constructor2_test/01: StaticWarning
476 const_constructor2_test/02: StaticWarning 478 const_constructor2_test/02: StaticWarning
477 const_constructor2_test/03: StaticWarning 479 const_constructor2_test/03: StaticWarning
478 const_constructor2_test/04: StaticWarning 480 const_constructor2_test/04: StaticWarning
479 const_constructor2_test/05: StaticWarning 481 const_constructor2_test/05: StaticWarning
480 const_constructor2_test/06: StaticWarning 482 const_constructor2_test/06: StaticWarning
481 const_constructor2_test/07: StaticWarning 483 const_constructor2_test/07: StaticWarning
482 const_constructor2_test/08: StaticWarning 484 const_constructor2_test/08: StaticWarning
483 const_constructor2_test/09: StaticWarning 485 const_constructor2_test/09: StaticWarning
484 const_constructor2_test/10: StaticWarning 486 const_constructor2_test/10: StaticWarning
485 const_constructor2_test/11: StaticWarning 487 const_constructor2_test/11: StaticWarning
486 const_constructor2_test/12: StaticWarning 488 const_constructor2_test/12: StaticWarning
487 const_constructor2_test/19: StaticWarning 489 const_constructor2_test/19: StaticWarning
488 const_constructor2_test/20: StaticWarning 490 const_constructor2_test/20: StaticWarning
489 const_constructor2_test/21: StaticWarning 491 const_constructor2_test/21: StaticWarning
490 const_constructor2_test/22: StaticWarning 492 const_constructor2_test/22: StaticWarning
491 const_constructor2_test/23: StaticWarning 493 const_constructor2_test/23: StaticWarning
492 const_constructor2_test/24: StaticWarning 494 const_constructor2_test/24: StaticWarning
493 const_constructor2_test/none: StaticWarning 495 const_constructor2_test/none: StaticWarning
494 factory1_test/00: StaticWarning 496 factory1_test/00: StaticWarning
495 factory1_test/01: StaticWarning 497 factory1_test/01: StaticWarning
496 factory1_test/none: StaticWarning 498 factory1_test/none: StaticWarning
497 generic_closure_test: StaticWarning 499 generic_closure_test: StaticWarning
498 local_function2_test: StaticWarning 500 local_function2_test: StaticWarning
499 redirecting_factory_long_test: StaticWarning 501 redirecting_factory_long_test: StaticWarning
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/local/computer/DartUnitHighlightsComputerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698