| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index d9f4cae367842f00b5c8d14e2e0a1822fda391ac..9aa992ea3b5cd84619320bf93c3f03616271e508 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -235,3 +235,71 @@ assign_top_method_negative_test: Crash
|
|
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
| +
|
| +[ $compiler == dart2js && $runtime == ie ]
|
| +arithmetic2_test: Skip # BUG(3304): Times out.
|
| +assert_keyword_negative_test: Skip # BUG(3304): Times out.
|
| +assign_instance_method_negative_test: Skip # BUG(3304): Times out.
|
| +bad_named_parameters2_test: Skip # BUG(3304): Times out.
|
| +bad_named_parameters_test: Skip # BUG(3304): Times out.
|
| +call_through_getter_test: Skip # BUG(3304): Times out.
|
| +call_through_null_getter_test: Skip # BUG(3304): Times out.
|
| +class_override_negative_test: Skip # BUG(3304): Times out.
|
| +closure3_test: Skip # BUG(3304): Times out.
|
| +closure_call_wrong_argument_count_negative_test: Skip # BUG(3304): Times out.
|
| +div_by_zero_test: Skip # BUG(3304): Times out.
|
| +double_to_string_as_exponential_test: Skip # BUG(3304): Times out.
|
| +dynamic_field_test: Skip # BUG(3304): Times out.
|
| +exception_test: Skip # BUG(3304): Times out.
|
| +execute_finally7_test: Skip # BUG(3304): Times out.
|
| +expect_test: Skip # BUG(3304): Times out.
|
| +factory3_test: Skip # BUG(3304): Times out.
|
| +fannkuch_test: Skip # BUG(3304): Times out.
|
| +field_method4_negative_test: Skip # BUG(3304): Times out.
|
| +generics2_test: Skip # BUG(3304): Times out.
|
| +hello_dart_test: Skip # BUG(3304): Times out.
|
| +hello_script_test: Skip # BUG(3304): Times out.
|
| +implicit_closure1_test: Skip # BUG(3304): Times out.
|
| +implied_interface_test: Skip # BUG(3304): Times out.
|
| +import_core_impl_no_prefix_test: Skip # BUG(3304): Times out.
|
| +import_core_no_prefix_test: Skip # BUG(3304): Times out.
|
| +instance_call_wrong_argument_count_negative_test: Skip # BUG(3304): Times out.
|
| +interface_inherit_field_test: Skip # BUG(3304): Times out.
|
| +label_test: Skip # BUG(3304): Times out.
|
| +library_private_in_constructor_test: Skip # BUG(3304): Times out.
|
| +list_test: Skip # BUG(3304): Times out.
|
| +local_function3_test: Skip # BUG(3304): Times out.
|
| +local_function_test: Skip # BUG(3304): Times out.
|
| +method_invocation_test: Skip # BUG(3304): Times out.
|
| +naming_test: Skip # BUG(3304): Times out.
|
| +native_test: Skip # BUG(3304): Times out.
|
| +no_such_method_negative_test: Skip # BUG(3304): Times out.
|
| +null_pointer_exception_test: Skip # BUG(3304): Times out.
|
| +override_field_method4_negative_test: Skip # BUG(3304): Times out.
|
| +override_field_method5_negative_test: Skip # BUG(3304): Times out.
|
| +prefix6_negative_test: Skip # BUG(3304): Times out.
|
| +private2_test: Skip # BUG(3304): Times out.
|
| +private3_test: Skip # BUG(3304): Times out.
|
| +private_member1_negative_test: Skip # BUG(3304): Times out.
|
| +private_member2_negative_test: Skip # BUG(3304): Times out.
|
| +private_member3_negative_test: Skip # BUG(3304): Times out.
|
| +reg_ex2_test: Skip # BUG(3304): Times out.
|
| +reg_exp2_test: Skip # BUG(3304): Times out.
|
| +savannah_test: Skip # BUG(3304): Times out.
|
| +stack_overflow_test: Skip # BUG(3304): Times out.
|
| +stack_trace_test: Skip # BUG(3304): Times out.
|
| +static_field1a_run_negative_test: Skip # BUG(3304): Times out.
|
| +static_field2a_run_negative_test: Skip # BUG(3304): Times out.
|
| +string_interpolate_npe_test: Skip # BUG(3304): Times out.
|
| +string_interpolate_test: Skip # BUG(3304): Times out.
|
| +throw1_test: Skip # BUG(3304): Times out.
|
| +throw2_test: Skip # BUG(3304): Times out.
|
| +throw3_test: Skip # BUG(3304): Times out.
|
| +throw4_test: Skip # BUG(3304): Times out.
|
| +throw5_test: Skip # BUG(3304): Times out.
|
| +throw6_test: Skip # BUG(3304): Times out.
|
| +throw_test: Skip # BUG(3304): Times out.
|
| +type_checks_in_factory_method_test: Skip # BUG(3304): Times out.
|
| +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.
|
|
|