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

Unified Diff: dart/tests/language/language_dart2js.status

Issue 10855125: Ensure supertypes are loaded safely. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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
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.

Powered by Google App Engine
This is Rietveld 408576698