Index: dart/tests/language/language_dart2js.status |
diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status |
index 70773a8f2223ca37dda5def60815cfb4f34b4b1b..2fbcdf2e13dc6e6bcfe55f7aeb3196dea21f95e5 100644 |
--- a/dart/tests/language/language_dart2js.status |
+++ b/dart/tests/language/language_dart2js.status |
@@ -42,6 +42,24 @@ arithmetic_test: Fail |
assertion_test: Fail, OK |
[ $compiler == dart2js ] |
+bad_override_test/01: Fail # TODO(ahe): I'm working on these. |
+bad_override_test/02: Fail # TODO(ahe): I'm working on these. |
+bad_override_test/03: Fail # TODO(ahe): I'm working on these. |
+bad_override_test/04: Fail # TODO(ahe): I'm working on these. |
+bad_override_test/05: Fail # TODO(ahe): I'm working on these. |
+bad_override_test/06: Fail # TODO(ahe): I'm working on these. |
+class_override_negative_test: Fail # TODO(ahe): I'm working on these. |
+fauxverride_test/05: Fail # TODO(ahe): I'm working on these. |
+override_field_method1_negative_test: Fail # TODO(ahe): I'm working on these. |
+override_field_method2_negative_test: Fail # TODO(ahe): I'm working on these. |
+override_field_method3_negative_test: Fail # TODO(ahe): I'm working on these. |
+override_field_method4_negative_test: Fail # TODO(ahe): I'm working on these. |
+override_field_method5_negative_test: Fail # TODO(ahe): I'm working on these. |
+override_field_method6_negative_test: Fail # TODO(ahe): I'm working on these. |
+override_field_test/01: Fail # TODO(ahe): I'm working on these. |
+override_method_with_field_test/01: Fail # TODO(ahe): I'm working on these. |
+ |
+ |
compile_time_constant8_test: Fail # We don't take the generic type into account yet. |
# Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked on linux. |