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

Unified Diff: tests/language/language_dart2js.status

Issue 10536089: Stop skipping for Safari and Firefox and allow even more stuff pass on IE. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 11ab8eae75512de25ca2d429ac035bf990c35c01..d6188fa5b0777fc976f4a9296c7483d4d2a572dc 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -32,7 +32,7 @@ arithmetic_test: Fail
[ $compiler == dart2js && $unchecked ]
assertion_test: Fail, OK
-[ $compiler == dart2js]
+[ $compiler == dart2js ]
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
static_initializer_type_error_test: Fail # Checked mode not supported.
exception_test: Fail # "throw null" throws NullPointerException.
@@ -110,7 +110,6 @@ abstract_syntax_test/01: Fail, OK # Negative language test.
abstract_syntax_test/02: Fail, OK # Negative language test.
assign_top_method_negative_test: Fail, OK # Negative language test.
class_extends_negative_test: Fail, OK # Negative language test.
-class_override_negative_test: Fail, OK # Negative language test.
const_constructor_syntax_test/01: Fail, OK # Negative language test.
const_constructor_syntax_test/02: Fail, OK # Negative language test.
const_constructor_syntax_test/03: Fail, OK # Negative language test.
@@ -165,8 +164,6 @@ operator1_negative_test: Fail, OK # Negative language test.
override_field_method1_negative_test: Fail, OK # Negative language test.
override_field_method2_negative_test: Fail, OK # Negative language test.
override_field_method3_negative_test: Fail, OK # Negative language test.
-override_field_method4_negative_test: Fail, OK # Negative language test.
-override_field_method5_negative_test: Fail, OK # Negative language test.
override_field_method6_negative_test: Fail, OK # Negative language test.
override_field_test/01: Fail, OK # Negative language test.
override_field_test/04: Fail, OK # Negative language test.
@@ -232,12 +229,17 @@ assign_top_method_negative_test: Crash
*: Fail, Pass # TODO(ahe): Triage these tests.
+[ $compiler == dart2js && $runtime != ie ]
+class_override_negative_test: Fail, OK # Negative language test.
+override_field_method4_negative_test: Fail, OK # Negative language test.
+override_field_method5_negative_test: Fail, OK # Negative language test.
+
+
[ $compiler == dart2js && $runtime == ff ]
call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
double_to_string_as_fixed_test: Fail
double_to_string_as_exponential_test: Fail
-label_test: Skip # Timeout
ngeoffray 2012/06/11 08:28:25 Note that the timeout here AFAIR is due to invalid
[ $compiler == dart2js && $runtime == ie ]
@@ -293,8 +295,6 @@ unbound_getter_test: Fail # BUG(3304)
call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
closure3_test: Fail # Uncaught error: Instance of 'TypeError'
-arithmetic_test: Skip # Timeout
method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
-label_test: Skip # Timeout
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698