| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 13504)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -333,12 +333,6 @@
|
| call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
|
| double_to_string_as_fixed_test: Fail
|
|
|
| -[ $compiler == dart2js && $runtime == ff && $system == windows ]
|
| -export_test: Fail # Issue 5785
|
| -export_cyclic_test: Fail # Issue 5785
|
| -generic_creation_test: Fail # Issue 5785l
|
| -
|
| -
|
| [ $compiler == dart2js && $runtime == ie ]
|
| call_through_getter_test: Fail
|
| call_through_null_getter_test: Fail
|
| @@ -362,7 +356,9 @@
|
|
|
| [ $compiler == dart2js && $runtime == ff && $system == windows ]
|
| prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows.
|
| -typed_message_test: Fail # http://dartbug.com/5383
|
| first_class_types_test: Fail # http://dartbug.com/5523
|
| part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows.
|
| part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows.
|
| +export_test: Fail # Issue 5785
|
| +export_cyclic_test: Fail # Issue 5785
|
| +generic_creation_test: Fail # Issue 5785l
|
|
|