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

Unified Diff: tests/language/language_dart2js.status

Issue 10448074: Fix check in exception unwrapping and update status files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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/language/language.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
===================================================================
--- tests/language/language_dart2js.status (revision 8096)
+++ tests/language/language_dart2js.status (working copy)
@@ -240,17 +240,6 @@
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
-local_function3_test: Fail # Uncaught error: Instance of 'TypeError'
-savannah_test: Fail # Uncaught error: Instance of 'TypeError'
-implied_interface_test: Fail # Uncaught error: Instance of 'TypeError'
-bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError'
-bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError'
-arithmetic2_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'
-closure3_test: Fail # Uncaught error: Instance of 'TypeError'
-private3_test: Fail # Uncaught error: Instance of 'TypeError'
-method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
label_test: Skip # Timeout
@@ -321,22 +310,15 @@
typed_message_test: Skip # BUG(3304): Times out.
unbound_getter_test: Skip # BUG(3304): Times out.
unhandled_exception_negative_test: Skip # BUG(3304): Times out.
-stack_overflow_test: Fail
double_to_string_as_fixed_test: Fail
[ $compiler == dart2js && $runtime == safari ]
arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError'
-bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError'
-bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError'
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'
-implied_interface_test: Fail # Uncaught error: Instance of 'TypeError'
-local_function3_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'
-private3_test: Fail # Uncaught error: Instance of 'TypeError'
-savannah_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/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698