| OLD | NEW |
| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 test_error_extendsEnum() async { | 446 test_error_extendsEnum() async { |
| 447 await super.test_error_extendsEnum(); | 447 await super.test_error_extendsEnum(); |
| 448 } | 448 } |
| 449 | 449 |
| 450 @failingTest | 450 @failingTest |
| 451 test_executable_parameter_type_typedef() async { | 451 test_executable_parameter_type_typedef() async { |
| 452 await super.test_executable_parameter_type_typedef(); | 452 await super.test_executable_parameter_type_typedef(); |
| 453 } | 453 } |
| 454 | 454 |
| 455 @failingTest | 455 @failingTest |
| 456 test_export_class() async { | |
| 457 await super.test_export_class(); | |
| 458 } | |
| 459 | |
| 460 @failingTest | |
| 461 test_export_class_type_alias() async { | |
| 462 await super.test_export_class_type_alias(); | |
| 463 } | |
| 464 | |
| 465 @failingTest | |
| 466 test_export_configurations_useDefault() async { | 456 test_export_configurations_useDefault() async { |
| 467 await super.test_export_configurations_useDefault(); | 457 await super.test_export_configurations_useDefault(); |
| 468 } | 458 } |
| 469 | 459 |
| 470 @failingTest | 460 @failingTest |
| 471 test_export_configurations_useFirst() async { | 461 test_export_configurations_useFirst() async { |
| 472 await super.test_export_configurations_useFirst(); | 462 await super.test_export_configurations_useFirst(); |
| 473 } | 463 } |
| 474 | 464 |
| 475 @failingTest | 465 @failingTest |
| 476 test_export_configurations_useSecond() async { | 466 test_export_configurations_useSecond() async { |
| 477 await super.test_export_configurations_useSecond(); | 467 await super.test_export_configurations_useSecond(); |
| 478 } | 468 } |
| 479 | 469 |
| 480 @failingTest | 470 @failingTest |
| 481 test_export_function() async { | |
| 482 await super.test_export_function(); | |
| 483 } | |
| 484 | |
| 485 @failingTest | |
| 486 test_export_getter() async { | |
| 487 await super.test_export_getter(); | |
| 488 } | |
| 489 | |
| 490 @failingTest | |
| 491 test_export_hide() async { | 471 test_export_hide() async { |
| 492 await super.test_export_hide(); | 472 await super.test_export_hide(); |
| 493 } | 473 } |
| 494 | 474 |
| 495 @failingTest | 475 @failingTest |
| 496 test_export_multiple_combinators() async { | 476 test_export_multiple_combinators() async { |
| 497 await super.test_export_multiple_combinators(); | 477 await super.test_export_multiple_combinators(); |
| 498 } | 478 } |
| 499 | 479 |
| 500 @failingTest | 480 @failingTest |
| 501 test_export_setter() async { | |
| 502 await super.test_export_setter(); | |
| 503 } | |
| 504 | |
| 505 @failingTest | |
| 506 test_export_show() async { | 481 test_export_show() async { |
| 507 await super.test_export_show(); | 482 await super.test_export_show(); |
| 508 } | 483 } |
| 509 | 484 |
| 510 @failingTest | 485 @failingTest |
| 511 test_export_typedef() async { | |
| 512 await super.test_export_typedef(); | |
| 513 } | |
| 514 | |
| 515 @failingTest | |
| 516 test_export_variable() async { | |
| 517 await super.test_export_variable(); | |
| 518 } | |
| 519 | |
| 520 @failingTest | |
| 521 test_export_variable_const() async { | |
| 522 await super.test_export_variable_const(); | |
| 523 } | |
| 524 | |
| 525 @failingTest | |
| 526 test_export_variable_final() async { | |
| 527 await super.test_export_variable_final(); | |
| 528 } | |
| 529 | |
| 530 @failingTest | |
| 531 test_exportImport_configurations_useDefault() async { | 486 test_exportImport_configurations_useDefault() async { |
| 532 await super.test_exportImport_configurations_useDefault(); | 487 await super.test_exportImport_configurations_useDefault(); |
| 533 } | 488 } |
| 534 | 489 |
| 535 @failingTest | 490 @failingTest |
| 536 test_exportImport_configurations_useFirst() async { | 491 test_exportImport_configurations_useFirst() async { |
| 537 await super.test_exportImport_configurations_useFirst(); | 492 await super.test_exportImport_configurations_useFirst(); |
| 538 } | 493 } |
| 539 | 494 |
| 540 @failingTest | 495 @failingTest |
| 541 test_exports() async { | |
| 542 await super.test_exports(); | |
| 543 } | |
| 544 | |
| 545 @failingTest | |
| 546 test_expr_invalid_typeParameter_asPrefix() async { | 496 test_expr_invalid_typeParameter_asPrefix() async { |
| 547 await super.test_expr_invalid_typeParameter_asPrefix(); | 497 await super.test_expr_invalid_typeParameter_asPrefix(); |
| 548 } | 498 } |
| 549 | 499 |
| 550 @failingTest | 500 @failingTest |
| 551 test_field_covariant() async { | 501 test_field_covariant() async { |
| 552 await super.test_field_covariant(); | 502 await super.test_field_covariant(); |
| 553 } | 503 } |
| 554 | 504 |
| 555 @failingTest | 505 @failingTest |
| (...skipping 15 matching lines...) Expand all Loading... |
| 571 test_field_propagatedType_final_noDep_instance() async { | 521 test_field_propagatedType_final_noDep_instance() async { |
| 572 await super.test_field_propagatedType_final_noDep_instance(); | 522 await super.test_field_propagatedType_final_noDep_instance(); |
| 573 } | 523 } |
| 574 | 524 |
| 575 @failingTest | 525 @failingTest |
| 576 test_function_documented() async { | 526 test_function_documented() async { |
| 577 await super.test_function_documented(); | 527 await super.test_function_documented(); |
| 578 } | 528 } |
| 579 | 529 |
| 580 @failingTest | 530 @failingTest |
| 581 test_function_entry_point_in_export() async { | |
| 582 await super.test_function_entry_point_in_export(); | |
| 583 } | |
| 584 | |
| 585 @failingTest | |
| 586 test_function_entry_point_in_export_hidden() async { | 531 test_function_entry_point_in_export_hidden() async { |
| 587 await super.test_function_entry_point_in_export_hidden(); | 532 await super.test_function_entry_point_in_export_hidden(); |
| 588 } | 533 } |
| 589 | 534 |
| 590 @failingTest | 535 @failingTest |
| 591 test_function_entry_point_in_part() async { | 536 test_function_entry_point_in_part() async { |
| 592 await super.test_function_entry_point_in_part(); | 537 await super.test_function_entry_point_in_part(); |
| 593 } | 538 } |
| 594 | 539 |
| 595 @failingTest | 540 @failingTest |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 test_library_documented_stars() async { | 761 test_library_documented_stars() async { |
| 817 await super.test_library_documented_stars(); | 762 await super.test_library_documented_stars(); |
| 818 } | 763 } |
| 819 | 764 |
| 820 @failingTest | 765 @failingTest |
| 821 test_localFunctions_inTopLevelGetter() async { | 766 test_localFunctions_inTopLevelGetter() async { |
| 822 await super.test_localFunctions_inTopLevelGetter(); | 767 await super.test_localFunctions_inTopLevelGetter(); |
| 823 } | 768 } |
| 824 | 769 |
| 825 @failingTest | 770 @failingTest |
| 826 test_main_class_alias_via_export() async { | |
| 827 await super.test_main_class_alias_via_export(); | |
| 828 } | |
| 829 | |
| 830 @failingTest | |
| 831 test_main_class_via_export() async { | |
| 832 await super.test_main_class_via_export(); | |
| 833 } | |
| 834 | |
| 835 @failingTest | |
| 836 test_main_getter() async { | 771 test_main_getter() async { |
| 837 await super.test_main_getter(); | 772 await super.test_main_getter(); |
| 838 } | 773 } |
| 839 | 774 |
| 840 @failingTest | 775 @failingTest |
| 841 test_main_getter_via_export() async { | |
| 842 await super.test_main_getter_via_export(); | |
| 843 } | |
| 844 | |
| 845 @failingTest | |
| 846 test_main_typedef() async { | 776 test_main_typedef() async { |
| 847 await super.test_main_typedef(); | 777 await super.test_main_typedef(); |
| 848 } | 778 } |
| 849 | 779 |
| 850 @failingTest | 780 @failingTest |
| 851 test_main_typedef_via_export() async { | |
| 852 await super.test_main_typedef_via_export(); | |
| 853 } | |
| 854 | |
| 855 @failingTest | |
| 856 test_main_variable_via_export() async { | |
| 857 await super.test_main_variable_via_export(); | |
| 858 } | |
| 859 | |
| 860 @failingTest | |
| 861 test_metadata_classDeclaration() async { | 781 test_metadata_classDeclaration() async { |
| 862 await super.test_metadata_classDeclaration(); | 782 await super.test_metadata_classDeclaration(); |
| 863 } | 783 } |
| 864 | 784 |
| 865 @failingTest | 785 @failingTest |
| 866 test_metadata_classTypeAlias() async { | 786 test_metadata_classTypeAlias() async { |
| 867 await super.test_metadata_classTypeAlias(); | 787 await super.test_metadata_classTypeAlias(); |
| 868 } | 788 } |
| 869 | 789 |
| 870 @failingTest | 790 @failingTest |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1366 test_unresolved_annotation_simpleIdentifier() async { | 1286 test_unresolved_annotation_simpleIdentifier() async { |
| 1367 await super.test_unresolved_annotation_simpleIdentifier(); | 1287 await super.test_unresolved_annotation_simpleIdentifier(); |
| 1368 } | 1288 } |
| 1369 | 1289 |
| 1370 @failingTest | 1290 @failingTest |
| 1371 test_unresolved_annotation_unnamedConstructorCall_noClass() async { | 1291 test_unresolved_annotation_unnamedConstructorCall_noClass() async { |
| 1372 await super.test_unresolved_annotation_unnamedConstructorCall_noClass(); | 1292 await super.test_unresolved_annotation_unnamedConstructorCall_noClass(); |
| 1373 } | 1293 } |
| 1374 | 1294 |
| 1375 @failingTest | 1295 @failingTest |
| 1376 test_unresolved_export() async { | |
| 1377 await super.test_unresolved_export(); | |
| 1378 } | |
| 1379 | |
| 1380 @failingTest | |
| 1381 test_unresolved_import() async { | 1296 test_unresolved_import() async { |
| 1382 await super.test_unresolved_import(); | 1297 await super.test_unresolved_import(); |
| 1383 } | 1298 } |
| 1384 | 1299 |
| 1385 @failingTest | 1300 @failingTest |
| 1386 test_unresolved_part() async { | 1301 test_unresolved_part() async { |
| 1387 await super.test_unresolved_part(); | 1302 await super.test_unresolved_part(); |
| 1388 } | 1303 } |
| 1389 | 1304 |
| 1390 @failingTest | 1305 @failingTest |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 @override | 1371 @override |
| 1457 Future<List<int>> readAsBytes() async { | 1372 Future<List<int>> readAsBytes() async { |
| 1458 return file.readAsBytesSync(); | 1373 return file.readAsBytesSync(); |
| 1459 } | 1374 } |
| 1460 | 1375 |
| 1461 @override | 1376 @override |
| 1462 Future<String> readAsString() async { | 1377 Future<String> readAsString() async { |
| 1463 return file.readAsStringSync(); | 1378 return file.readAsStringSync(); |
| 1464 } | 1379 } |
| 1465 } | 1380 } |
| OLD | NEW |