Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
| index 3930aecea703efb588e0eb0596cfa2e40cccfe62..169bb10249d94a8df4b1b834147fcc2748fdd30f 100644 |
| --- a/tests/language/language_dart2js.status |
| +++ b/tests/language/language_dart2js.status |
| @@ -3,6 +3,7 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| [ $compiler == dart2js || $compiler == dart2dart ] |
| +illegal_invocation_test/05: Fail # For a typevariable T, T() is a legal expression now. |
|
ngeoffray
2013/03/11 10:24:06
Fail, OK? Or update the test?
karlklose
2013/03/12 09:05:02
Changed to 'Fail, OK'.
|
| class_literal_test/01: Fail # Class literals are expression now; delete this test. |
| class_literal_test/02: Fail # Class literals are expression now; delete this test. |
| class_literal_test/05: Fail # Class literals are expression now; delete this test. |
| @@ -141,7 +142,6 @@ positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js |
| compile_time_constant8_test: Fail # We don't take the generic type into account yet. |
| canonical_const_test: Fail # We don't take the generic type into account yet. |
| -type_parameter_literal_test: Fail # Type parameters aren't supported as literals yet. |
| # Support for optional parameters not conform to latest spec. |
| function_type_alias_test: Fail |