| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index db87cc36c1acd136e8edf9641eb6099566a96b4c..7ded775168918d951730a1a6c528b0efef7f4489 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -52,7 +52,6 @@ metadata_test: Fail # Metadata on type parameters not supported.
|
| metadata_test: Crash # Metadata on type parameters not supported.
|
|
|
| [ $compiler == dart2js ]
|
| -raw_string_test: Fail
|
| prefix_new_test: Fail # New library syntax not supported
|
| infinity_test: Fail # Issue 4984
|
| positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
|
| @@ -304,7 +303,6 @@ assign_top_method_negative_test: Crash
|
| 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
|
| -raw_string_test: Fail
|
|
|
|
|
| [ $compiler == dart2js && $runtime == ie ]
|
|
|