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
This commit is contained in:
sgjesse@google.com
2013-08-20 06:17:03 +00:00
parent 56d26d4ae6
commit 6b514b1a0c
4 changed files with 1 additions and 18 deletions
-1
View File
@@ -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
-14
View File
@@ -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
-1
View File
@@ -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.
+1 -2
View File
@@ -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";