Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Side by Side Diff: pkg/dev_compiler/test/compile_error_tests.dart

Issue 2991633004: fix test status for DDC's travis bot (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 import 'dart:collection'; 1 import 'dart:collection';
2 import 'package:path/path.dart' as path; 2 import 'package:path/path.dart' as path;
3 3
4 /// The set of tests that are known to fail with compile errors. 4 /// The set of tests that are known to fail with compile errors.
5 /// 5 ///
6 /// This may be because the test hasn't been made strong mode clean yet, or 6 /// This may be because the test hasn't been made strong mode clean yet, or
7 /// because of bugs or missing features in strong mode or analyzer itself. 7 /// because of bugs or missing features in strong mode or analyzer itself.
8 final compileErrorTests = new HashSet<String>.from([ 8 final compileErrorTests = new HashSet<String>.from([
9 'language/abstract_exact_selector_test_01_multi', 9 'language/abstract_exact_selector_test_01_multi',
10 'language/abstract_factory_constructor_test_00_multi', 10 'language/abstract_factory_constructor_test_00_multi',
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'language/is_malformed_type_test_94_multi', 937 'language/is_malformed_type_test_94_multi',
938 'language/is_malformed_type_test_95_multi', 938 'language/is_malformed_type_test_95_multi',
939 'language/is_malformed_type_test_96_multi', 939 'language/is_malformed_type_test_96_multi',
940 'language/is_malformed_type_test_97_multi', 940 'language/is_malformed_type_test_97_multi',
941 'language/is_malformed_type_test_98_multi', 941 'language/is_malformed_type_test_98_multi',
942 'language/is_malformed_type_test_99_multi', 942 'language/is_malformed_type_test_99_multi',
943 'language/is_not_class2_test', 943 'language/is_not_class2_test',
944 'language/is_object_test', 944 'language/is_object_test',
945 'language/isnot_malformed_type_test', 945 'language/isnot_malformed_type_test',
946 'language/issue11724_test', 946 'language/issue11724_test',
947 'language/issue11793_test',
947 'language/issue13474_test', 948 'language/issue13474_test',
948 'language/issue1363_test', 949 'language/issue1363_test',
949 'language/issue15606_test_01_multi', 950 'language/issue15606_test_01_multi',
950 'language/issue18628_1_test_01_multi', 951 'language/issue18628_1_test_01_multi',
951 'language/issue18628_2_test_01_multi', 952 'language/issue18628_2_test_01_multi',
952 'language/issue21159_test', 953 'language/issue21159_test',
953 'language/issue3806_test', 954 'language/issue3806_test',
954 'language/keyword_type_expression_test_01_multi', 955 'language/keyword_type_expression_test_01_multi',
955 'language/keyword_type_expression_test_02_multi', 956 'language/keyword_type_expression_test_02_multi',
956 'language/keyword_type_expression_test_03_multi', 957 'language/keyword_type_expression_test_03_multi',
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 'corelib/from_environment_const_type_undefined_test_04_multi', 2017 'corelib/from_environment_const_type_undefined_test_04_multi',
2017 'corelib/from_environment_const_type_undefined_test_06_multi', 2018 'corelib/from_environment_const_type_undefined_test_06_multi',
2018 'corelib/from_environment_const_type_undefined_test_07_multi', 2019 'corelib/from_environment_const_type_undefined_test_07_multi',
2019 'corelib/from_environment_const_type_undefined_test_08_multi', 2020 'corelib/from_environment_const_type_undefined_test_08_multi',
2020 'corelib/from_environment_const_type_undefined_test_09_multi', 2021 'corelib/from_environment_const_type_undefined_test_09_multi',
2021 'corelib/from_environment_const_type_undefined_test_11_multi', 2022 'corelib/from_environment_const_type_undefined_test_11_multi',
2022 'corelib/from_environment_const_type_undefined_test_12_multi', 2023 'corelib/from_environment_const_type_undefined_test_12_multi',
2023 'corelib/from_environment_const_type_undefined_test_13_multi', 2024 'corelib/from_environment_const_type_undefined_test_13_multi',
2024 'corelib/from_environment_const_type_undefined_test_14_multi', 2025 'corelib/from_environment_const_type_undefined_test_14_multi',
2025 'corelib/from_environment_const_type_undefined_test_16_multi', 2026 'corelib/from_environment_const_type_undefined_test_16_multi',
2026 'corelib/hash_set_type_check_test',
2027 'corelib/http_resource_test', 2027 'corelib/http_resource_test',
2028 'corelib/int_from_environment3_test_01_multi', 2028 'corelib/int_from_environment3_test_01_multi',
2029 'corelib/int_from_environment3_test_02_multi', 2029 'corelib/int_from_environment3_test_02_multi',
2030 'corelib/int_from_environment3_test_03_multi', 2030 'corelib/int_from_environment3_test_03_multi',
2031 'corelib/int_from_environment3_test_04_multi', 2031 'corelib/int_from_environment3_test_04_multi',
2032 'corelib/int_from_environment3_test_05_multi', 2032 'corelib/int_from_environment3_test_05_multi',
2033 'corelib/iterable_element_at_test', 2033 'corelib/iterable_element_at_test',
2034 'corelib/iterable_fold_test', 2034 'corelib/iterable_fold_test',
2035 'corelib/iterable_mapping_test', 2035 'corelib/iterable_mapping_test',
2036 'corelib/iterable_reduce_test', 2036 'corelib/iterable_reduce_test',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
2367 'language/test_negative_test', 2367 'language/test_negative_test',
2368 'language/type_variable_static_context_negative_test', 2368 'language/type_variable_static_context_negative_test',
2369 'language/unary_plus_negative_test', 2369 'language/unary_plus_negative_test',
2370 'language/unhandled_exception_negative_test', 2370 'language/unhandled_exception_negative_test',
2371 'language/unresolved_in_factory_negative_test', 2371 'language/unresolved_in_factory_negative_test',
2372 'language/unresolved_top_level_method_negative_test', 2372 'language/unresolved_top_level_method_negative_test',
2373 'language/unresolved_top_level_var_negative_test', 2373 'language/unresolved_top_level_var_negative_test',
2374 'corelib/file_resource_test', 2374 'corelib/file_resource_test',
2375 'corelib/regexp/global_test', 2375 'corelib/regexp/global_test',
2376 'corelib/regexp/regexp_test', 2376 'corelib/regexp/regexp_test',
2377 'corelib/regexp/regress-regexp-codeflush_test',
2378 'corelib/regexp/standalones_test',
2379 'lib/convert/chunked_conversion_json_encode1_test', 2377 'lib/convert/chunked_conversion_json_encode1_test',
2380 'lib/convert/chunked_conversion_utf84_test', 2378 'lib/convert/chunked_conversion_utf84_test',
2381 'lib/convert/chunked_conversion_utf88_test', 2379 'lib/convert/chunked_conversion_utf88_test',
2382 'lib/convert/chunked_conversion_utf8_test', 2380 'lib/convert/chunked_conversion_utf8_test',
2383 'lib/convert/line_splitter_test', 2381 'lib/convert/line_splitter_test',
2384 'lib/html/cross_frame_test', 2382 'lib/html/cross_frame_test',
2385 'lib/html/custom/constructor_calls_created_synchronously_test', 2383 'lib/html/custom/constructor_calls_created_synchronously_test',
2386 'lib/html/custom/created_callback_test', 2384 'lib/html/custom/created_callback_test',
2387 'lib/html/custom/document_register_basic_test', 2385 'lib/html/custom/document_register_basic_test',
2388 'lib/html/custom/document_register_type_extensions_test', 2386 'lib/html/custom/document_register_type_extensions_test',
(...skipping 10 matching lines...) Expand all
2399 'lib/html/mutationobserver_test', 2397 'lib/html/mutationobserver_test',
2400 'lib/html/postmessage_structured_test', 2398 'lib/html/postmessage_structured_test',
2401 'lib/html/resource_http_test', 2399 'lib/html/resource_http_test',
2402 'lib/html/transferables_test', 2400 'lib/html/transferables_test',
2403 'lib/html/webgl_1_test', 2401 'lib/html/webgl_1_test',
2404 'lib/html/wrapping_collections_test', 2402 'lib/html/wrapping_collections_test',
2405 // TODO(jmesserly): these are both under "dart:html" as well. 2403 // TODO(jmesserly): these are both under "dart:html" as well.
2406 'js_test', 2404 'js_test',
2407 'js_util_test' 2405 'js_util_test'
2408 ].map((p) => p.replaceAll('/', path.separator))); 2406 ].map((p) => p.replaceAll('/', path.separator)));
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698