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/language/language_analyzer.status

Issue 253493010: Change the error for importing a deferred library with a top-level 'loadLibrary' to being a hint. A… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code Review 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391 451 compile_time_constant_checked3_test/01: CompileTimeError # Issue 16391
452 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391 452 compile_time_constant_checked3_test/05: CompileTimeError # Issue 16391
453 list_literal1_test/01: CompileTimeError # Issue 16391 453 list_literal1_test/01: CompileTimeError # Issue 16391
454 map_literal1_test/01: CompileTimeError # Issue 16391 454 map_literal1_test/01: CompileTimeError # Issue 16391
455 455
456 # Issue 17522 456 # Issue 17522
457 deferred_constraints_type_annotation_test/*: Pass, Fail 457 deferred_constraints_type_annotation_test/*: Pass, Fail
458 deferred_constraints_constants_test/*: Pass, Fail 458 deferred_constraints_constants_test/*: Pass, Fail
459 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail 459 deferred_constraints_type_annotation_old_syntax_test/*: Pass, Fail
460 deferred_constraints_constants_old_syntax_test/*: Pass, Fail 460 deferred_constraints_constants_old_syntax_test/*: Pass, Fail
461 deferred_shadow_load_library_test: Fail
462 deferred_closurize_load_library_test: Fail 461 deferred_closurize_load_library_test: Fail
463 462
464 # Issues to be fixed now that type parameters have been fixed 463 # Issues to be fixed now that type parameters have been fixed
465 # (issues 14221, 15553) 464 # (issues 14221, 15553)
466 const_constructor2_test/01: StaticWarning 465 const_constructor2_test/01: StaticWarning
467 const_constructor2_test/02: StaticWarning 466 const_constructor2_test/02: StaticWarning
468 const_constructor2_test/03: StaticWarning 467 const_constructor2_test/03: StaticWarning
469 const_constructor2_test/04: StaticWarning 468 const_constructor2_test/04: StaticWarning
470 const_constructor2_test/05: StaticWarning 469 const_constructor2_test/05: StaticWarning
471 const_constructor2_test/06: StaticWarning 470 const_constructor2_test/06: StaticWarning
(...skipping 12 matching lines...) Expand all
484 const_constructor2_test/none: StaticWarning 483 const_constructor2_test/none: StaticWarning
485 factory1_test/00: StaticWarning 484 factory1_test/00: StaticWarning
486 factory1_test/01: StaticWarning 485 factory1_test/01: StaticWarning
487 factory1_test/none: StaticWarning 486 factory1_test/none: StaticWarning
488 generic_closure_test: StaticWarning 487 generic_closure_test: StaticWarning
489 local_function2_test: StaticWarning 488 local_function2_test: StaticWarning
490 null_test/none: StaticWarning 489 null_test/none: StaticWarning
491 redirecting_factory_long_test: StaticWarning 490 redirecting_factory_long_test: StaticWarning
492 type_parameter_literal_test: StaticWarning 491 type_parameter_literal_test: StaticWarning
493 mirrors/new_instance_with_type_arguments_test: StaticWarning 492 mirrors/new_instance_with_type_arguments_test: StaticWarning
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonHintCodeTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698