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

Unified Diff: pkg/compiler/testing.json

Issue 2938943003: Switch the defaults: strong mode is now default, but we stil check tests in Dart mode. (Closed)
Patch Set: Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/analysis_options_strong.yaml ('k') | pkg/compiler/testing_dart.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/testing.json
diff --git a/pkg/compiler/testing.json b/pkg/compiler/testing.json
index ba002e581688af3e8b7ed8aa78f4d29ca473abb9..dabb8727382c1bbebe28e246c95ded2f4a1bfcd8 100644
--- a/pkg/compiler/testing.json
+++ b/pkg/compiler/testing.json
@@ -50,9 +50,7 @@
"^tests/compiler/dart2js/js_parser_statements_test\\.dart",
"^tests/compiler/dart2js/js_spec_optimization_test\\.dart",
"^tests/compiler/dart2js/jsinterop/world_test\\.dart",
- "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart",
"^tests/compiler/dart2js/kernel/closed_world_test\\.dart",
- "^tests/compiler/dart2js/kernel/visitor_test\\.dart",
"^tests/compiler/dart2js/least_upper_bound_test\\.dart",
"^tests/compiler/dart2js/library_resolution_test\\.dart",
"^tests/compiler/dart2js/list_tracer2_test\\.dart",
@@ -91,7 +89,6 @@
"^tests/compiler/dart2js/simple_inferrer_global_field_closure_test\\.dart",
"^tests/compiler/dart2js/simple_inferrer_test\\.dart",
"^tests/compiler/dart2js/size_test\\.dart",
- "^tests/compiler/dart2js/source_map_validator_helper\\.dart",
"^tests/compiler/dart2js/sourcemaps/data/invokes_test_file\\.dart",
"^tests/compiler/dart2js/sourcemaps/diff_view\\.dart",
"^tests/compiler/dart2js/sourcemaps/html_parts\\.dart",
@@ -101,7 +98,6 @@
"^tests/compiler/dart2js/sourcemaps/output_structure\\.dart",
"^tests/compiler/dart2js/sourcemaps/save\\.dart",
"^tests/compiler/dart2js/sourcemaps/source_mapping_test_viewer\\.dart",
- "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart",
"^tests/compiler/dart2js/sourcemaps/sourcemap_html_helper\\.dart",
"^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart",
"^tests/compiler/dart2js/subtype_test\\.dart",
@@ -120,6 +116,41 @@
"^tests/compiler/dart2js/type_variable_occurrence_test\\.dart",
"^tests/compiler/dart2js/unused_empty_map_test\\.dart",
"^tests/compiler/dart2js/world_test\\.dart",
+ "^tests/compiler/dart2js/analyze_dart2js_helpers_test\\.dart",
Johnni Winther 2017/06/15 12:12:27 Sort the lines ?
ahe 2017/06/15 12:15:32 Done.
+ "^tests/compiler/dart2js/analyze_dart2js_test\\.dart",
+ "^tests/compiler/dart2js/analyze_helper\\.dart",
+ "^tests/compiler/dart2js/analyze_unused_dart2js_test\\.dart",
+ "^tests/compiler/dart2js/call_site_simple_type_inferer_test\\.dart",
+ "^tests/compiler/dart2js/class_set_test\\.dart",
+ "^tests/compiler/dart2js/const_exp_test\\.dart",
+ "^tests/compiler/dart2js/equivalence/check_functions\\.dart",
+ "^tests/compiler/dart2js/equivalence/check_helpers\\.dart",
+ "^tests/compiler/dart2js/field_type_simple_inferer_test\\.dart",
+ "^tests/compiler/dart2js/inference/data/super_set\\.dart",
+ "^tests/compiler/dart2js/inference/inference_test_helper\\.dart",
+ "^tests/compiler/dart2js/instantiated_classes_test\\.dart",
+ "^tests/compiler/dart2js/issue13354_test\\.dart",
+ "^tests/compiler/dart2js/kernel/closed_world2_test\\.dart",
+ "^tests/compiler/dart2js/kernel/closed_world_from_dill_test\\.dart",
+ "^tests/compiler/dart2js/kernel/compile_from_dill_test\\.dart",
+ "^tests/compiler/dart2js/kernel/test_helpers\\.dart",
+ "^tests/compiler/dart2js/mirror_private_name_inheritance_test\\.dart",
+ "^tests/compiler/dart2js/related_types\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_callers_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_const_closure3_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_const_closure4_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_const_closure5_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_final_field2_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_final_field3_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_final_field_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_global_field_closure2_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_postfix_prefix_test\\.dart",
+ "^tests/compiler/dart2js/simple_inferrer_unregister_call_test\\.dart",
+ "^tests/compiler/dart2js/source_map_name_test\\.dart",
+ "^tests/compiler/dart2js/source_mapping_test\\.dart",
+ "^tests/compiler/dart2js/type_combination_test\\.dart",
+ "^tests/compiler/dart2js/type_inference7_test\\.dart",
+ "^tests/compiler/dart2js/type_test_helper\\.dart",
"^tests/compiler/dart2js/path with spaces/.*"
]
« no previous file with comments | « pkg/compiler/analysis_options_strong.yaml ('k') | pkg/compiler/testing_dart.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698