Delete analyze_dart_test

- this tested Dart 1 semantics of the dart2js implementation

Change-Id: Ib80b3a056f552e9826b5c97a88dab9df3e15570e
Reviewed-on: https://dart-review.googlesource.com/72821
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
diff --git a/pkg/compiler/analysis_options_dart.yaml b/pkg/compiler/analysis_options_dart.yaml
deleted file mode 100644
index 532b8b5..0000000
--- a/pkg/compiler/analysis_options_dart.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (c) 2017, the Dart project authors.  Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-analyzer:
-  strong-mode: false
-  language:
-    enableSuperMixins: false
-  errors:
-    todo: ignore
-
-    deprecated_member_use: ignore
diff --git a/pkg/compiler/testing_dart.json b/pkg/compiler/testing_dart.json
deleted file mode 100644
index 1b68d8b..0000000
--- a/pkg/compiler/testing_dart.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
-"":"Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file",
-"":"for details. All rights reserved. Use of this source code is governed by a",
-"":"BSD-style license that can be found in the LICENSE.md file.",
-
-  "packages": "../../.packages",
-
-  "analyze": {
-    "options": "analysis_options_dart.yaml",
-
-    "uris": [
-      ".",
-      "../../tests/compiler/dart2js/"
-    ],
-
-    "exclude": [
-      "^tests/compiler/dart2js/codegen_helper\\.dart",
-      "^tests/compiler/dart2js/codegen/type_inference8_test\\.dart",
-      "^tests/compiler/dart2js/deferred/inline_restrictions_test\\.dart",
-      "^tests/compiler/dart2js/deferred/load_graph_segmentation2_test\\.dart",
-      "^tests/compiler/dart2js/deferred/load_graph_segmentation_test\\.dart",
-      "^tests/compiler/dart2js/deferred/not_in_main_test\\.dart",
-      "^tests/compiler/dart2js/in_user_code_test\\.dart",
-      "^tests/compiler/dart2js/inference/data/call_site\\.dart",
-      "^tests/compiler/dart2js/inference/data/general\\.dart",
-      "^tests/compiler/dart2js/inference/data/no_such_method\\.dart",
-      "^tests/compiler/dart2js/inference/data/no_such_method2\\.dart",
-      "^tests/compiler/dart2js/inference/data/postfix_prefix\\.dart",
-      "^tests/compiler/dart2js/inference/data/super_invoke\\.dart",
-      "^tests/compiler/dart2js/inference/simple_inferrer_closure_test\\.dart",
-      "^tests/compiler/dart2js/inference/simple_inferrer_const_closure2_test\\.dart",
-      "^tests/compiler/dart2js/inference/simple_inferrer_const_closure_test\\.dart",
-      "^tests/compiler/dart2js/inference/simple_inferrer_global_field_closure_test\\.dart",
-      "^tests/compiler/dart2js/inference/simple_inferrer_test\\.dart",
-      "^tests/compiler/dart2js/inference/type_mask2_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/memory_compiler\\.dart",
-      "^tests/compiler/dart2js/mixin_typevariable_test\\.dart",
-      "^tests/compiler/dart2js/model/constant_expression_evaluate_test\\.dart",
-      "^tests/compiler/dart2js/model/constant_expression_test\\.dart",
-      "^tests/compiler/dart2js/needs_no_such_method_test\\.dart",
-      "^tests/compiler/dart2js/no_such_method_enabled_test\\.dart",
-      "^tests/compiler/dart2js/output_collector\\.dart",
-      "^tests/compiler/dart2js/rti/data/future_or_future_or_generic_strong\\.dart",
-      "^tests/compiler/dart2js/rti/data/future_or_future_or_strong\\.dart",
-      "^tests/compiler/dart2js/rti/data/future_or_generic2_strong\\.dart",
-      "^tests/compiler/dart2js/rti/data/future_or_generic_strong\\.dart",
-      "^tests/compiler/dart2js/rti/data/future_or_strong\\.dart",
-      "^tests/compiler/dart2js/rti/emission/future_or_future_or_generic_strong\\.dart",
-      "^tests/compiler/dart2js/rti/emission/future_or_future_or_strong\\.dart",
-      "^tests/compiler/dart2js/rti/emission/future_or_generic2_strong\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/helpers/source_map_validator_helper\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/diff_view\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/html_parts\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/lax_json\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/mapping_test\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/nomapping_test\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/output_structure\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/save\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/tools/source_mapping_test_viewer\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/helpers/sourcemap_helper\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/helpers/sourcemap_html_helper\\.dart",
-      "^tests/compiler/dart2js/sourcemaps/stacktrace_test\\.dart",
-      "^tests/compiler/dart2js/token_naming_test\\.dart",
-      "^tests/compiler/dart2js/type_representation_test\\.dart",
-      "^tests/compiler/dart2js/type_variable_occurrence_test\\.dart",
-      "^tests/compiler/dart2js/unused_empty_map_test\\.dart"
-    ]
-  }
-}
diff --git a/tests/compiler/dart2js/analyze_dart_test.dart b/tests/compiler/dart2js/analyze_dart_test.dart
deleted file mode 100644
index 6d3f559..0000000
--- a/tests/compiler/dart2js/analyze_dart_test.dart
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 2017, the Dart project authors.  Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-import "package:testing/src/run_tests.dart" as testing show main;
-
-main() {
-  // This method is async, but keeps a port open to prevent the VM from exiting
-  // prematurely.
-  return testing.main(<String>[
-    "--config=pkg/compiler/testing_dart.json",
-    "--verbose",
-    "analyze"
-  ]);
-}
diff --git a/tests/compiler/dart2js/dart2js.status b/tests/compiler/dart2js/dart2js.status
index 1dc7887..f6d4117 100644
--- a/tests/compiler/dart2js/dart2js.status
+++ b/tests/compiler/dart2js/dart2js.status
@@ -2,7 +2,6 @@
 # for details. All rights reserved. Use of this source code is governed by a
 # BSD-style license that can be found in the LICENSE file.
 
-analyze_dart_test: Slow, Pass
 analyze_test: Slow, Pass
 async_await_syntax_test: Pass # DON'T CHANGE THIS LINE -- Don't mark these tests as failing. Instead, fix the errors/warnings that they report or update the whitelist in the test-files to temporarily allow digression.
 boolified_operator_test: Fail # Issue 8001