From 6b514b1a0c9d80e65e477d63e87bf9dfb47d71a5 Mon Sep 17 00:00:00 2001 From: "sgjesse@google.com" Date: Tue, 20 Aug 2013 06:17:03 +0000 Subject: [PATCH] Remove all remaining references to dartc R=ricow@google.com BUG= Review URL: https://codereview.chromium.org//23301004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26338 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/corelib/corelib.status | 1 - tests/language/language.status | 14 -------------- tests/language/language_dart2js.status | 1 - tools/test.dart | 3 +-- 4 files changed, 1 insertion(+), 18 deletions(-) diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status index 9d97d1119e8..38bfac108d0 100644 --- a/tests/corelib/corelib.status +++ b/tests/corelib/corelib.status @@ -11,7 +11,6 @@ list_test: Pass, Fail # v8 bug: Issue 12293 [ $compiler == none ] unicode_test: Fail # Bug 6706 -*dartc_test: Skip compare_to2_test: Fail # Bug 4018 symbol_test/01: Fail, Pass # bug 11669 diff --git a/tests/language/language.status b/tests/language/language.status index bca27174762..45e93d163e3 100644 --- a/tests/language/language.status +++ b/tests/language/language.status @@ -5,16 +5,6 @@ # This directory contains tests that are intended to show the # current state of the language. -# In order to maintain maximum test coverage for all builds, -# please use the following procedure to mark a test -# failed on architectures other than the one you are working on. -# -# 1) Copy the old version of the test to -# tests/language/src/test_name_[dartc|vm]_test.dart. -# to maintain coverage. -# 2) File a bug on each architecture for the failure due to the language change. -# 3) Update the language/src directory with the updated test. - [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] licm2_test: Skip # Issue: 12298 @@ -51,10 +41,6 @@ named_parameters_aggregated_test/05: Fail # Compile-time error reported instead lazy_static3_test: Fail # Issue 3558 -# DartC specific tests that should not be run by the VM -*dartc_test: Skip -*dartc_negative_test: Skip - compile_time_constant10_test/none: Fail # issue 5214 export_cyclic_test: Fail, Crash # issue 6060 diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status index 85e15011fcb..e28d17d39e1 100644 --- a/tests/language/language_dart2js.status +++ b/tests/language/language_dart2js.status @@ -207,7 +207,6 @@ instanceof4_test: Fail # Expect.isTrue(false) fails. list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test. named_parameters_type_test: Fail # Expect.equals(expected: <111>, actual: <0>) fails. -- checked mode test. -type_dartc_test: Fail # Expect.equals(expected: <1>, actual: <0>) -- checked mode test. class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. external_test/16: Fail, OK # Bad test: assumes eager loading. diff --git a/tools/test.dart b/tools/test.dart index e0a161703fa..154d0ee5e41 100755 --- a/tools/test.dart +++ b/tools/test.dart @@ -9,7 +9,7 @@ * * 1. the dart vm * 2. the dart2js compiler - * 3. the dartc static analyzer + * 3. the static analyzer * 4. the dart core library * 5. other standard dart libraries (DOM bindings, ui libraries, * io libraries etc.) @@ -37,7 +37,6 @@ import "testing/dart/test_suite.dart"; import "testing/dart/utils.dart"; import "../runtime/tests/vm/test_config.dart"; -import "../samples/tests/dartc/test_config.dart"; import "../tests/co19/test_config.dart"; import "../tests/lib/analyzer/test_config.dart";