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

Side by Side Diff: pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart

Issue 2991753002: Add export dependencies to Kernel libraries and use them to resynthesize ExportElement(s) in Analyz… (Closed)
Patch Set: Extract exportedLibrary. Created 3 years, 4 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
OLDNEW
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2017, 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 library analyzer.test.src.summary.resynthesize_kernel_test; 5 library analyzer.test.src.summary.resynthesize_kernel_test;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 8
9 import 'package:analyzer/file_system/file_system.dart'; 9 import 'package:analyzer/file_system/file_system.dart';
10 import 'package:analyzer/file_system/memory_file_system.dart'; 10 import 'package:analyzer/file_system/memory_file_system.dart';
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 test_error_extendsEnum() async { 462 test_error_extendsEnum() async {
463 await super.test_error_extendsEnum(); 463 await super.test_error_extendsEnum();
464 } 464 }
465 465
466 @failingTest 466 @failingTest
467 test_executable_parameter_type_typedef() async { 467 test_executable_parameter_type_typedef() async {
468 await super.test_executable_parameter_type_typedef(); 468 await super.test_executable_parameter_type_typedef();
469 } 469 }
470 470
471 @failingTest 471 @failingTest
472 test_export_class() async {
473 await super.test_export_class();
474 }
475
476 @failingTest
477 test_export_class_type_alias() async {
478 await super.test_export_class_type_alias();
479 }
480
481 @failingTest
482 test_export_configurations_useDefault() async { 472 test_export_configurations_useDefault() async {
483 await super.test_export_configurations_useDefault(); 473 await super.test_export_configurations_useDefault();
484 } 474 }
485 475
486 @failingTest 476 @failingTest
487 test_export_configurations_useFirst() async { 477 test_export_configurations_useFirst() async {
488 await super.test_export_configurations_useFirst(); 478 await super.test_export_configurations_useFirst();
489 } 479 }
490 480
491 @failingTest 481 @failingTest
492 test_export_configurations_useSecond() async { 482 test_export_configurations_useSecond() async {
493 await super.test_export_configurations_useSecond(); 483 await super.test_export_configurations_useSecond();
494 } 484 }
495 485
496 @failingTest 486 @failingTest
497 test_export_function() async {
498 await super.test_export_function();
499 }
500
501 @failingTest
502 test_export_getter() async {
503 await super.test_export_getter();
504 }
505
506 @failingTest
507 test_export_hide() async { 487 test_export_hide() async {
508 await super.test_export_hide(); 488 await super.test_export_hide();
509 } 489 }
510 490
511 @failingTest 491 @failingTest
512 test_export_multiple_combinators() async { 492 test_export_multiple_combinators() async {
513 await super.test_export_multiple_combinators(); 493 await super.test_export_multiple_combinators();
514 } 494 }
515 495
516 @failingTest 496 @failingTest
517 test_export_setter() async {
518 await super.test_export_setter();
519 }
520
521 @failingTest
522 test_export_show() async { 497 test_export_show() async {
523 await super.test_export_show(); 498 await super.test_export_show();
524 } 499 }
525 500
526 @failingTest 501 @failingTest
527 test_export_typedef() async {
528 await super.test_export_typedef();
529 }
530
531 @failingTest
532 test_export_variable() async {
533 await super.test_export_variable();
534 }
535
536 @failingTest
537 test_export_variable_const() async {
538 await super.test_export_variable_const();
539 }
540
541 @failingTest
542 test_export_variable_final() async {
543 await super.test_export_variable_final();
544 }
545
546 @failingTest
547 test_exportImport_configurations_useDefault() async { 502 test_exportImport_configurations_useDefault() async {
548 await super.test_exportImport_configurations_useDefault(); 503 await super.test_exportImport_configurations_useDefault();
549 } 504 }
550 505
551 @failingTest 506 @failingTest
552 test_exportImport_configurations_useFirst() async { 507 test_exportImport_configurations_useFirst() async {
553 await super.test_exportImport_configurations_useFirst(); 508 await super.test_exportImport_configurations_useFirst();
554 } 509 }
555 510
556 @failingTest 511 @failingTest
557 test_exports() async {
558 await super.test_exports();
559 }
560
561 @failingTest
562 test_field_covariant() async { 512 test_field_covariant() async {
563 await super.test_field_covariant(); 513 await super.test_field_covariant();
564 } 514 }
565 515
566 @failingTest 516 @failingTest
567 test_field_documented() async { 517 test_field_documented() async {
568 await super.test_field_documented(); 518 await super.test_field_documented();
569 } 519 }
570 520
571 @failingTest 521 @failingTest
(...skipping 10 matching lines...) Expand all
582 test_field_propagatedType_final_noDep_instance() async { 532 test_field_propagatedType_final_noDep_instance() async {
583 await super.test_field_propagatedType_final_noDep_instance(); 533 await super.test_field_propagatedType_final_noDep_instance();
584 } 534 }
585 535
586 @failingTest 536 @failingTest
587 test_function_documented() async { 537 test_function_documented() async {
588 await super.test_function_documented(); 538 await super.test_function_documented();
589 } 539 }
590 540
591 @failingTest 541 @failingTest
592 test_function_entry_point_in_export() async {
593 await super.test_function_entry_point_in_export();
594 }
595
596 @failingTest
597 test_function_entry_point_in_export_hidden() async { 542 test_function_entry_point_in_export_hidden() async {
598 await super.test_function_entry_point_in_export_hidden(); 543 await super.test_function_entry_point_in_export_hidden();
599 } 544 }
600 545
601 @failingTest 546 @failingTest
602 test_function_entry_point_in_part() async { 547 test_function_entry_point_in_part() async {
603 await super.test_function_entry_point_in_part(); 548 await super.test_function_entry_point_in_part();
604 } 549 }
605 550
606 @failingTest 551 @failingTest
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 test_library_documented_lines() async { 747 test_library_documented_lines() async {
803 await super.test_library_documented_lines(); 748 await super.test_library_documented_lines();
804 } 749 }
805 750
806 @failingTest 751 @failingTest
807 test_library_documented_stars() async { 752 test_library_documented_stars() async {
808 await super.test_library_documented_stars(); 753 await super.test_library_documented_stars();
809 } 754 }
810 755
811 @failingTest 756 @failingTest
812 test_main_class_alias_via_export() async {
813 await super.test_main_class_alias_via_export();
814 }
815
816 @failingTest
817 test_main_class_via_export() async {
818 await super.test_main_class_via_export();
819 }
820
821 @failingTest
822 test_main_getter_via_export() async {
823 await super.test_main_getter_via_export();
824 }
825
826 @failingTest
827 test_main_typedef() async { 757 test_main_typedef() async {
828 await super.test_main_typedef(); 758 await super.test_main_typedef();
829 } 759 }
830 760
831 @failingTest 761 @failingTest
832 test_main_typedef_via_export() async {
833 await super.test_main_typedef_via_export();
834 }
835
836 @failingTest
837 test_main_variable_via_export() async {
838 await super.test_main_variable_via_export();
839 }
840
841 @failingTest
842 test_metadata_classDeclaration() async { 762 test_metadata_classDeclaration() async {
843 await super.test_metadata_classDeclaration(); 763 await super.test_metadata_classDeclaration();
844 } 764 }
845 765
846 @failingTest 766 @failingTest
847 test_metadata_classTypeAlias() async { 767 test_metadata_classTypeAlias() async {
848 await super.test_metadata_classTypeAlias(); 768 await super.test_metadata_classTypeAlias();
849 } 769 }
850 770
851 @failingTest 771 @failingTest
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 } 1279 }
1360 1280
1361 @failingTest 1281 @failingTest
1362 @fastaProblem 1282 @fastaProblem
1363 test_unresolved_annotation_unnamedConstructorCall_noClass() async { 1283 test_unresolved_annotation_unnamedConstructorCall_noClass() async {
1364 // https://github.com/dart-lang/sdk/issues/30267 1284 // https://github.com/dart-lang/sdk/issues/30267
1365 await super.test_unresolved_annotation_unnamedConstructorCall_noClass(); 1285 await super.test_unresolved_annotation_unnamedConstructorCall_noClass();
1366 } 1286 }
1367 1287
1368 @failingTest 1288 @failingTest
1369 test_unresolved_export() async {
1370 await super.test_unresolved_export();
1371 }
1372
1373 @failingTest
1374 test_unresolved_import() async { 1289 test_unresolved_import() async {
1375 await super.test_unresolved_import(); 1290 await super.test_unresolved_import();
1376 } 1291 }
1377 1292
1378 @failingTest 1293 @failingTest
1379 test_unresolved_part() async { 1294 test_unresolved_part() async {
1380 await super.test_unresolved_part(); 1295 await super.test_unresolved_part();
1381 } 1296 }
1382 1297
1383 @failingTest 1298 @failingTest
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 @override 1364 @override
1450 Future<List<int>> readAsBytes() async { 1365 Future<List<int>> readAsBytes() async {
1451 return file.readAsBytesSync(); 1366 return file.readAsBytesSync();
1452 } 1367 }
1453 1368
1454 @override 1369 @override
1455 Future<String> readAsString() async { 1370 Future<String> readAsString() async {
1456 return file.readAsStringSync(); 1371 return file.readAsStringSync();
1457 } 1372 }
1458 } 1373 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698