| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 test_const_invalid_intLiteral() async { | 162 test_const_invalid_intLiteral() async { |
| 163 await super.test_const_invalid_intLiteral(); | 163 await super.test_const_invalid_intLiteral(); |
| 164 } | 164 } |
| 165 | 165 |
| 166 @failingTest | 166 @failingTest |
| 167 test_const_invalid_topLevel() async { | 167 test_const_invalid_topLevel() async { |
| 168 await super.test_const_invalid_topLevel(); | 168 await super.test_const_invalid_topLevel(); |
| 169 } | 169 } |
| 170 | 170 |
| 171 @failingTest | 171 @failingTest |
| 172 test_const_invokeConstructor_generic_named_imported_withPrefix() async { | |
| 173 await super | |
| 174 .test_const_invokeConstructor_generic_named_imported_withPrefix(); | |
| 175 } | |
| 176 | |
| 177 @failingTest | |
| 178 test_const_invokeConstructor_generic_unnamed_imported_withPrefix() async { | |
| 179 await super | |
| 180 .test_const_invokeConstructor_generic_unnamed_imported_withPrefix(); | |
| 181 } | |
| 182 | |
| 183 @failingTest | |
| 184 test_const_invokeConstructor_named_imported_withPrefix() async { | |
| 185 await super.test_const_invokeConstructor_named_imported_withPrefix(); | |
| 186 } | |
| 187 | |
| 188 @failingTest | |
| 189 test_const_invokeConstructor_named_unresolved() async { | 172 test_const_invokeConstructor_named_unresolved() async { |
| 190 await super.test_const_invokeConstructor_named_unresolved(); | 173 await super.test_const_invokeConstructor_named_unresolved(); |
| 191 } | 174 } |
| 192 | 175 |
| 193 @failingTest | 176 @failingTest |
| 194 test_const_invokeConstructor_named_unresolved2() async { | 177 test_const_invokeConstructor_named_unresolved2() async { |
| 195 await super.test_const_invokeConstructor_named_unresolved2(); | 178 await super.test_const_invokeConstructor_named_unresolved2(); |
| 196 } | 179 } |
| 197 | 180 |
| 198 @failingTest | 181 @failingTest |
| (...skipping 10 matching lines...) Expand all Loading... |
| 209 test_const_invokeConstructor_named_unresolved5() async { | 192 test_const_invokeConstructor_named_unresolved5() async { |
| 210 await super.test_const_invokeConstructor_named_unresolved5(); | 193 await super.test_const_invokeConstructor_named_unresolved5(); |
| 211 } | 194 } |
| 212 | 195 |
| 213 @failingTest | 196 @failingTest |
| 214 test_const_invokeConstructor_named_unresolved6() async { | 197 test_const_invokeConstructor_named_unresolved6() async { |
| 215 await super.test_const_invokeConstructor_named_unresolved6(); | 198 await super.test_const_invokeConstructor_named_unresolved6(); |
| 216 } | 199 } |
| 217 | 200 |
| 218 @failingTest | 201 @failingTest |
| 219 test_const_invokeConstructor_unnamed_imported_withPrefix() async { | |
| 220 await super.test_const_invokeConstructor_unnamed_imported_withPrefix(); | |
| 221 } | |
| 222 | |
| 223 @failingTest | |
| 224 test_const_invokeConstructor_unnamed_unresolved() async { | 202 test_const_invokeConstructor_unnamed_unresolved() async { |
| 225 await super.test_const_invokeConstructor_unnamed_unresolved(); | 203 await super.test_const_invokeConstructor_unnamed_unresolved(); |
| 226 } | 204 } |
| 227 | 205 |
| 228 @failingTest | 206 @failingTest |
| 229 test_const_invokeConstructor_unnamed_unresolved2() async { | 207 test_const_invokeConstructor_unnamed_unresolved2() async { |
| 230 await super.test_const_invokeConstructor_unnamed_unresolved2(); | 208 await super.test_const_invokeConstructor_unnamed_unresolved2(); |
| 231 } | 209 } |
| 232 | 210 |
| 233 @failingTest | 211 @failingTest |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 test_const_topLevel_super() async { | 322 test_const_topLevel_super() async { |
| 345 await super.test_const_topLevel_super(); | 323 await super.test_const_topLevel_super(); |
| 346 } | 324 } |
| 347 | 325 |
| 348 @failingTest | 326 @failingTest |
| 349 test_const_topLevel_this() async { | 327 test_const_topLevel_this() async { |
| 350 await super.test_const_topLevel_this(); | 328 await super.test_const_topLevel_this(); |
| 351 } | 329 } |
| 352 | 330 |
| 353 @failingTest | 331 @failingTest |
| 354 test_const_topLevel_typedList_importedWithPrefix() async { | |
| 355 await super.test_const_topLevel_typedList_importedWithPrefix(); | |
| 356 } | |
| 357 | |
| 358 @failingTest | |
| 359 test_constExpr_pushReference_enum_field() async { | 332 test_constExpr_pushReference_enum_field() async { |
| 360 await super.test_constExpr_pushReference_enum_field(); | 333 await super.test_constExpr_pushReference_enum_field(); |
| 361 } | 334 } |
| 362 | 335 |
| 363 @failingTest | 336 @failingTest |
| 364 test_constExpr_pushReference_enum_method() async { | 337 test_constExpr_pushReference_enum_method() async { |
| 365 await super.test_constExpr_pushReference_enum_method(); | 338 await super.test_constExpr_pushReference_enum_method(); |
| 366 } | 339 } |
| 367 | 340 |
| 368 @failingTest | 341 @failingTest |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 test_import_invalidUri_metadata() async { | 832 test_import_invalidUri_metadata() async { |
| 860 await super.test_import_invalidUri_metadata(); | 833 await super.test_import_invalidUri_metadata(); |
| 861 } | 834 } |
| 862 | 835 |
| 863 @failingTest | 836 @failingTest |
| 864 test_import_multiple_combinators() async { | 837 test_import_multiple_combinators() async { |
| 865 await super.test_import_multiple_combinators(); | 838 await super.test_import_multiple_combinators(); |
| 866 } | 839 } |
| 867 | 840 |
| 868 @failingTest | 841 @failingTest |
| 869 test_import_prefixed() async { | |
| 870 await super.test_import_prefixed(); | |
| 871 } | |
| 872 | |
| 873 @failingTest | |
| 874 test_import_self() async { | 842 test_import_self() async { |
| 875 await super.test_import_self(); | 843 await super.test_import_self(); |
| 876 } | 844 } |
| 877 | 845 |
| 878 @failingTest | 846 @failingTest |
| 879 test_import_show() async { | 847 test_import_show() async { |
| 880 await super.test_import_show(); | 848 await super.test_import_show(); |
| 881 } | 849 } |
| 882 | 850 |
| 883 @failingTest | 851 @failingTest |
| (...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1776 @override | 1744 @override |
| 1777 Future<List<int>> readAsBytes() async { | 1745 Future<List<int>> readAsBytes() async { |
| 1778 return file.readAsBytesSync(); | 1746 return file.readAsBytesSync(); |
| 1779 } | 1747 } |
| 1780 | 1748 |
| 1781 @override | 1749 @override |
| 1782 Future<String> readAsString() async { | 1750 Future<String> readAsString() async { |
| 1783 return file.readAsStringSync(); | 1751 return file.readAsStringSync(); |
| 1784 } | 1752 } |
| 1785 } | 1753 } |
| OLD | NEW |