| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   799   test_metadata_simpleFormalParameter_withDefault() async { |   779   test_metadata_simpleFormalParameter_withDefault() async { | 
|   800     await super.test_metadata_simpleFormalParameter_withDefault(); |   780     await super.test_metadata_simpleFormalParameter_withDefault(); | 
|   801   } |   781   } | 
|   802  |   782  | 
|   803   @failingTest |   783   @failingTest | 
|   804   test_metadata_typeParameter_ofTypedef() async { |   784   test_metadata_typeParameter_ofTypedef() async { | 
|   805     await super.test_metadata_typeParameter_ofTypedef(); |   785     await super.test_metadata_typeParameter_ofTypedef(); | 
|   806   } |   786   } | 
|   807  |   787  | 
|   808   @failingTest |   788   @failingTest | 
|   809   test_method_documented() async { |  | 
|   810     await super.test_method_documented(); |  | 
|   811   } |  | 
|   812  |  | 
|   813   @failingTest |  | 
|   814   test_parameter_checked() async { |   789   test_parameter_checked() async { | 
|   815     await super.test_parameter_checked(); |   790     await super.test_parameter_checked(); | 
|   816   } |   791   } | 
|   817  |   792  | 
|   818   @failingTest |   793   @failingTest | 
|   819   test_parameter_checked_inherited() async { |   794   test_parameter_checked_inherited() async { | 
|   820     await super.test_parameter_checked_inherited(); |   795     await super.test_parameter_checked_inherited(); | 
|   821   } |   796   } | 
|   822  |   797  | 
|   823   @failingTest |   798   @failingTest | 
| (...skipping 20 matching lines...) Expand all  Loading... | 
|   844   test_parts_invalidUri_nullStringValue() async { |   819   test_parts_invalidUri_nullStringValue() async { | 
|   845     await super.test_parts_invalidUri_nullStringValue(); |   820     await super.test_parts_invalidUri_nullStringValue(); | 
|   846   } |   821   } | 
|   847  |   822  | 
|   848   @failingTest |   823   @failingTest | 
|   849   test_setter_covariant() async { |   824   test_setter_covariant() async { | 
|   850     await super.test_setter_covariant(); |   825     await super.test_setter_covariant(); | 
|   851   } |   826   } | 
|   852  |   827  | 
|   853   @failingTest |   828   @failingTest | 
|   854   test_setter_documented() async { |  | 
|   855     await super.test_setter_documented(); |  | 
|   856   } |  | 
|   857  |  | 
|   858   @failingTest |  | 
|   859   test_syntheticFunctionType_inGenericClass() async { |   829   test_syntheticFunctionType_inGenericClass() async { | 
|   860     await super.test_syntheticFunctionType_inGenericClass(); |   830     await super.test_syntheticFunctionType_inGenericClass(); | 
|   861   } |   831   } | 
|   862  |   832  | 
|   863   @failingTest |   833   @failingTest | 
|   864   test_syntheticFunctionType_noArguments() async { |   834   test_syntheticFunctionType_noArguments() async { | 
|   865     await super.test_syntheticFunctionType_noArguments(); |   835     await super.test_syntheticFunctionType_noArguments(); | 
|   866   } |   836   } | 
|   867  |   837  | 
|   868   @failingTest |   838   @failingTest | 
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1174   test_unresolved_import() async { |  1144   test_unresolved_import() async { | 
|  1175     await super.test_unresolved_import(); |  1145     await super.test_unresolved_import(); | 
|  1176   } |  1146   } | 
|  1177  |  1147  | 
|  1178   @failingTest |  1148   @failingTest | 
|  1179   test_unresolved_part() async { |  1149   test_unresolved_part() async { | 
|  1180     await super.test_unresolved_part(); |  1150     await super.test_unresolved_part(); | 
|  1181   } |  1151   } | 
|  1182  |  1152  | 
|  1183   @failingTest |  1153   @failingTest | 
|  1184   test_variable_documented() async { |  | 
|  1185     await super.test_variable_documented(); |  | 
|  1186   } |  | 
|  1187  |  | 
|  1188   @failingTest |  | 
|  1189   test_variable_getterInLib_setterInPart() async { |  1154   test_variable_getterInLib_setterInPart() async { | 
|  1190     await super.test_variable_getterInLib_setterInPart(); |  1155     await super.test_variable_getterInLib_setterInPart(); | 
|  1191   } |  1156   } | 
|  1192  |  1157  | 
|  1193   @failingTest |  1158   @failingTest | 
|  1194   test_variable_getterInPart_setterInLib() async { |  1159   test_variable_getterInPart_setterInLib() async { | 
|  1195     await super.test_variable_getterInPart_setterInLib(); |  1160     await super.test_variable_getterInPart_setterInLib(); | 
|  1196   } |  1161   } | 
|  1197  |  1162  | 
|  1198   @failingTest |  1163   @failingTest | 
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1249   @override |  1214   @override | 
|  1250   Future<List<int>> readAsBytes() async { |  1215   Future<List<int>> readAsBytes() async { | 
|  1251     return file.readAsBytesSync(); |  1216     return file.readAsBytesSync(); | 
|  1252   } |  1217   } | 
|  1253  |  1218  | 
|  1254   @override |  1219   @override | 
|  1255   Future<String> readAsString() async { |  1220   Future<String> readAsString() async { | 
|  1256     return file.readAsStringSync(); |  1221     return file.readAsStringSync(); | 
|  1257   } |  1222   } | 
|  1258 } |  1223 } | 
| OLD | NEW |