| Index: tests/language/language_dart2js.status
|
| ===================================================================
|
| --- tests/language/language_dart2js.status (revision 12017)
|
| +++ tests/language/language_dart2js.status (working copy)
|
| @@ -34,7 +34,6 @@
|
| function_type_test: Fail # does not detect type error in checked mode.
|
| function_malformed_result_type_test: Fail # does not detect type error in checked mode.
|
| void_type_test: Fail # does not detect type error in checked mode.
|
| -arithmetic_test: Fail
|
|
|
| type_parameter_test/01: Fail # Issue 4932
|
| type_parameter_test/02: Fail # Issue 4932
|
| @@ -45,6 +44,7 @@
|
| assertion_test: Fail
|
|
|
| [ $compiler == dart2js ]
|
| +inifinity_test: Fail # Issue 4984
|
| positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
|
|
|
| class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore.
|
|
|