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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 test_constExpr_pushReference_enum_field() async { | 301 test_constExpr_pushReference_enum_field() async { |
302 await super.test_constExpr_pushReference_enum_field(); | 302 await super.test_constExpr_pushReference_enum_field(); |
303 } | 303 } |
304 | 304 |
305 @failingTest | 305 @failingTest |
306 test_constExpr_pushReference_enum_method() async { | 306 test_constExpr_pushReference_enum_method() async { |
307 await super.test_constExpr_pushReference_enum_method(); | 307 await super.test_constExpr_pushReference_enum_method(); |
308 } | 308 } |
309 | 309 |
310 @failingTest | 310 @failingTest |
311 test_constructor_documented() async { | |
312 await super.test_constructor_documented(); | |
313 } | |
314 | |
315 @failingTest | |
316 test_constructor_initializers_assertInvocation() async { | 311 test_constructor_initializers_assertInvocation() async { |
317 await super.test_constructor_initializers_assertInvocation(); | 312 await super.test_constructor_initializers_assertInvocation(); |
318 } | 313 } |
319 | 314 |
320 @failingTest | 315 @failingTest |
321 test_constructor_initializers_assertInvocation_message() async { | 316 test_constructor_initializers_assertInvocation_message() async { |
322 await super.test_constructor_initializers_assertInvocation_message(); | 317 await super.test_constructor_initializers_assertInvocation_message(); |
323 } | 318 } |
324 | 319 |
325 @failingTest | 320 @failingTest |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 test_exportImport_configurations_useFirst() async { | 472 test_exportImport_configurations_useFirst() async { |
478 await super.test_exportImport_configurations_useFirst(); | 473 await super.test_exportImport_configurations_useFirst(); |
479 } | 474 } |
480 | 475 |
481 @failingTest | 476 @failingTest |
482 test_field_covariant() async { | 477 test_field_covariant() async { |
483 await super.test_field_covariant(); | 478 await super.test_field_covariant(); |
484 } | 479 } |
485 | 480 |
486 @failingTest | 481 @failingTest |
487 test_field_documented() async { | |
488 await super.test_field_documented(); | |
489 } | |
490 | |
491 @failingTest | |
492 test_field_propagatedType_final_dep_inLib() async { | 482 test_field_propagatedType_final_dep_inLib() async { |
493 await super.test_field_propagatedType_final_dep_inLib(); | 483 await super.test_field_propagatedType_final_dep_inLib(); |
494 } | 484 } |
495 | 485 |
496 @failingTest | 486 @failingTest |
497 test_field_propagatedType_final_dep_inPart() async { | 487 test_field_propagatedType_final_dep_inPart() async { |
498 await super.test_field_propagatedType_final_dep_inPart(); | 488 await super.test_field_propagatedType_final_dep_inPart(); |
499 } | 489 } |
500 | 490 |
501 @failingTest | 491 @failingTest |
502 test_field_propagatedType_final_noDep_instance() async { | 492 test_field_propagatedType_final_noDep_instance() async { |
503 await super.test_field_propagatedType_final_noDep_instance(); | 493 await super.test_field_propagatedType_final_noDep_instance(); |
504 } | 494 } |
505 | 495 |
506 @failingTest | 496 @failingTest |
507 test_function_documented() async { | |
508 await super.test_function_documented(); | |
509 } | |
510 | |
511 @failingTest | |
512 test_function_entry_point_in_export_hidden() async { | 497 test_function_entry_point_in_export_hidden() async { |
513 await super.test_function_entry_point_in_export_hidden(); | 498 await super.test_function_entry_point_in_export_hidden(); |
514 } | 499 } |
515 | 500 |
516 @failingTest | 501 @failingTest |
517 test_function_entry_point_in_part() async { | 502 test_function_entry_point_in_part() async { |
518 await super.test_function_entry_point_in_part(); | 503 await super.test_function_entry_point_in_part(); |
519 } | 504 } |
520 | 505 |
521 @failingTest | 506 @failingTest |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 test_getElement_setter() async { | 557 test_getElement_setter() async { |
573 await super.test_getElement_setter(); | 558 await super.test_getElement_setter(); |
574 } | 559 } |
575 | 560 |
576 @failingTest | 561 @failingTest |
577 test_getElement_unit() async { | 562 test_getElement_unit() async { |
578 await super.test_getElement_unit(); | 563 await super.test_getElement_unit(); |
579 } | 564 } |
580 | 565 |
581 @failingTest | 566 @failingTest |
582 test_getter_documented() async { | |
583 await super.test_getter_documented(); | |
584 } | |
585 | |
586 @failingTest | |
587 test_import_configurations_useDefault() async { | 567 test_import_configurations_useDefault() async { |
588 await super.test_import_configurations_useDefault(); | 568 await super.test_import_configurations_useDefault(); |
589 } | 569 } |
590 | 570 |
591 @failingTest | 571 @failingTest |
592 test_import_configurations_useFirst() async { | 572 test_import_configurations_useFirst() async { |
593 await super.test_import_configurations_useFirst(); | 573 await super.test_import_configurations_useFirst(); |
594 } | 574 } |
595 | 575 |
596 @failingTest | 576 @failingTest |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 test_metadata_topLevelVariableDeclaration() async { | 864 test_metadata_topLevelVariableDeclaration() async { |
885 await super.test_metadata_topLevelVariableDeclaration(); | 865 await super.test_metadata_topLevelVariableDeclaration(); |
886 } | 866 } |
887 | 867 |
888 @failingTest | 868 @failingTest |
889 test_metadata_typeParameter_ofTypedef() async { | 869 test_metadata_typeParameter_ofTypedef() async { |
890 await super.test_metadata_typeParameter_ofTypedef(); | 870 await super.test_metadata_typeParameter_ofTypedef(); |
891 } | 871 } |
892 | 872 |
893 @failingTest | 873 @failingTest |
894 test_method_documented() async { | |
895 await super.test_method_documented(); | |
896 } | |
897 | |
898 @failingTest | |
899 test_parameter_checked() async { | 874 test_parameter_checked() async { |
900 await super.test_parameter_checked(); | 875 await super.test_parameter_checked(); |
901 } | 876 } |
902 | 877 |
903 @failingTest | 878 @failingTest |
904 test_parameter_checked_inherited() async { | 879 test_parameter_checked_inherited() async { |
905 await super.test_parameter_checked_inherited(); | 880 await super.test_parameter_checked_inherited(); |
906 } | 881 } |
907 | 882 |
908 @failingTest | 883 @failingTest |
(...skipping 20 matching lines...) Expand all Loading... |
929 test_parts_invalidUri_nullStringValue() async { | 904 test_parts_invalidUri_nullStringValue() async { |
930 await super.test_parts_invalidUri_nullStringValue(); | 905 await super.test_parts_invalidUri_nullStringValue(); |
931 } | 906 } |
932 | 907 |
933 @failingTest | 908 @failingTest |
934 test_setter_covariant() async { | 909 test_setter_covariant() async { |
935 await super.test_setter_covariant(); | 910 await super.test_setter_covariant(); |
936 } | 911 } |
937 | 912 |
938 @failingTest | 913 @failingTest |
939 test_setter_documented() async { | |
940 await super.test_setter_documented(); | |
941 } | |
942 | |
943 @failingTest | |
944 test_syntheticFunctionType_inGenericClass() async { | 914 test_syntheticFunctionType_inGenericClass() async { |
945 await super.test_syntheticFunctionType_inGenericClass(); | 915 await super.test_syntheticFunctionType_inGenericClass(); |
946 } | 916 } |
947 | 917 |
948 @failingTest | 918 @failingTest |
949 test_syntheticFunctionType_noArguments() async { | 919 test_syntheticFunctionType_noArguments() async { |
950 await super.test_syntheticFunctionType_noArguments(); | 920 await super.test_syntheticFunctionType_noArguments(); |
951 } | 921 } |
952 | 922 |
953 @failingTest | 923 @failingTest |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1259 test_unresolved_import() async { | 1229 test_unresolved_import() async { |
1260 await super.test_unresolved_import(); | 1230 await super.test_unresolved_import(); |
1261 } | 1231 } |
1262 | 1232 |
1263 @failingTest | 1233 @failingTest |
1264 test_unresolved_part() async { | 1234 test_unresolved_part() async { |
1265 await super.test_unresolved_part(); | 1235 await super.test_unresolved_part(); |
1266 } | 1236 } |
1267 | 1237 |
1268 @failingTest | 1238 @failingTest |
1269 test_variable_documented() async { | |
1270 await super.test_variable_documented(); | |
1271 } | |
1272 | |
1273 @failingTest | |
1274 test_variable_getterInLib_setterInPart() async { | 1239 test_variable_getterInLib_setterInPart() async { |
1275 await super.test_variable_getterInLib_setterInPart(); | 1240 await super.test_variable_getterInLib_setterInPart(); |
1276 } | 1241 } |
1277 | 1242 |
1278 @failingTest | 1243 @failingTest |
1279 test_variable_getterInPart_setterInLib() async { | 1244 test_variable_getterInPart_setterInLib() async { |
1280 await super.test_variable_getterInPart_setterInLib(); | 1245 await super.test_variable_getterInPart_setterInLib(); |
1281 } | 1246 } |
1282 | 1247 |
1283 @failingTest | 1248 @failingTest |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1334 @override | 1299 @override |
1335 Future<List<int>> readAsBytes() async { | 1300 Future<List<int>> readAsBytes() async { |
1336 return file.readAsBytesSync(); | 1301 return file.readAsBytesSync(); |
1337 } | 1302 } |
1338 | 1303 |
1339 @override | 1304 @override |
1340 Future<String> readAsString() async { | 1305 Future<String> readAsString() async { |
1341 return file.readAsStringSync(); | 1306 return file.readAsStringSync(); |
1342 } | 1307 } |
1343 } | 1308 } |
OLD | NEW |