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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 test_export_configurations_useFirst() async { | 442 test_export_configurations_useFirst() async { |
443 await super.test_export_configurations_useFirst(); | 443 await super.test_export_configurations_useFirst(); |
444 } | 444 } |
445 | 445 |
446 @failingTest | 446 @failingTest |
447 test_export_configurations_useSecond() async { | 447 test_export_configurations_useSecond() async { |
448 await super.test_export_configurations_useSecond(); | 448 await super.test_export_configurations_useSecond(); |
449 } | 449 } |
450 | 450 |
451 @failingTest | 451 @failingTest |
452 test_export_hide() async { | |
453 await super.test_export_hide(); | |
454 } | |
455 | |
456 @failingTest | |
457 test_export_multiple_combinators() async { | |
458 await super.test_export_multiple_combinators(); | |
459 } | |
460 | |
461 @failingTest | |
462 test_export_show() async { | |
463 await super.test_export_show(); | |
464 } | |
465 | |
466 @failingTest | |
467 test_exportImport_configurations_useDefault() async { | 452 test_exportImport_configurations_useDefault() async { |
468 await super.test_exportImport_configurations_useDefault(); | 453 await super.test_exportImport_configurations_useDefault(); |
469 } | 454 } |
470 | 455 |
471 @failingTest | 456 @failingTest |
472 test_exportImport_configurations_useFirst() async { | 457 test_exportImport_configurations_useFirst() async { |
473 await super.test_exportImport_configurations_useFirst(); | 458 await super.test_exportImport_configurations_useFirst(); |
474 } | 459 } |
475 | 460 |
476 @failingTest | 461 @failingTest |
(...skipping 10 matching lines...) Expand all Loading... |
487 test_field_propagatedType_final_dep_inPart() async { | 472 test_field_propagatedType_final_dep_inPart() async { |
488 await super.test_field_propagatedType_final_dep_inPart(); | 473 await super.test_field_propagatedType_final_dep_inPart(); |
489 } | 474 } |
490 | 475 |
491 @failingTest | 476 @failingTest |
492 test_field_propagatedType_final_noDep_instance() async { | 477 test_field_propagatedType_final_noDep_instance() async { |
493 await super.test_field_propagatedType_final_noDep_instance(); | 478 await super.test_field_propagatedType_final_noDep_instance(); |
494 } | 479 } |
495 | 480 |
496 @failingTest | 481 @failingTest |
497 test_function_entry_point_in_export_hidden() async { | |
498 await super.test_function_entry_point_in_export_hidden(); | |
499 } | |
500 | |
501 @failingTest | |
502 test_function_entry_point_in_part() async { | 482 test_function_entry_point_in_part() async { |
503 await super.test_function_entry_point_in_part(); | 483 await super.test_function_entry_point_in_part(); |
504 } | 484 } |
505 | 485 |
506 @failingTest | 486 @failingTest |
507 test_function_parameter_parameters() async { | 487 test_function_parameter_parameters() async { |
508 await super.test_function_parameter_parameters(); | 488 await super.test_function_parameter_parameters(); |
509 } | 489 } |
510 | 490 |
511 @failingTest | 491 @failingTest |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 test_import_configurations_useFirst() async { | 567 test_import_configurations_useFirst() async { |
588 await super.test_import_configurations_useFirst(); | 568 await super.test_import_configurations_useFirst(); |
589 } | 569 } |
590 | 570 |
591 @failingTest | 571 @failingTest |
592 test_import_deferred() async { | 572 test_import_deferred() async { |
593 await super.test_import_deferred(); | 573 await super.test_import_deferred(); |
594 } | 574 } |
595 | 575 |
596 @failingTest | 576 @failingTest |
597 test_import_hide() async { | |
598 await super.test_import_hide(); | |
599 } | |
600 | |
601 @failingTest | |
602 test_import_invalidUri_metadata() async { | 577 test_import_invalidUri_metadata() async { |
603 await super.test_import_invalidUri_metadata(); | 578 await super.test_import_invalidUri_metadata(); |
604 } | 579 } |
605 | 580 |
606 @failingTest | 581 @failingTest |
607 test_import_multiple_combinators() async { | |
608 await super.test_import_multiple_combinators(); | |
609 } | |
610 | |
611 @failingTest | |
612 test_import_self() async { | 582 test_import_self() async { |
613 await super.test_import_self(); | 583 await super.test_import_self(); |
614 } | 584 } |
615 | 585 |
616 @failingTest | 586 @failingTest |
617 test_import_show() async { | |
618 await super.test_import_show(); | |
619 } | |
620 | |
621 @failingTest | |
622 test_inferred_type_is_typedef() async { | 587 test_inferred_type_is_typedef() async { |
623 await super.test_inferred_type_is_typedef(); | 588 await super.test_inferred_type_is_typedef(); |
624 } | 589 } |
625 | 590 |
626 @failingTest | 591 @failingTest |
627 test_inferred_type_refers_to_function_typed_param_of_typedef() async { | 592 test_inferred_type_refers_to_function_typed_param_of_typedef() async { |
628 await super.test_inferred_type_refers_to_function_typed_param_of_typedef(); | 593 await super.test_inferred_type_refers_to_function_typed_param_of_typedef(); |
629 } | 594 } |
630 | 595 |
631 @failingTest | 596 @failingTest |
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1279 @override | 1244 @override |
1280 Future<List<int>> readAsBytes() async { | 1245 Future<List<int>> readAsBytes() async { |
1281 return file.readAsBytesSync(); | 1246 return file.readAsBytesSync(); |
1282 } | 1247 } |
1283 | 1248 |
1284 @override | 1249 @override |
1285 Future<String> readAsString() async { | 1250 Future<String> readAsString() async { |
1286 return file.readAsStringSync(); | 1251 return file.readAsStringSync(); |
1287 } | 1252 } |
1288 } | 1253 } |
OLD | NEW |