Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
| index a536fb580800ea9fded65306d597a89bd679997c..ebc35cd2234c268e8bae41d3803c7c19ab084450 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, OK # For a typevariable T, T() is a legal expression now. |
|
ngeoffray
2013/03/12 09:18:07
typevariable -> type variable
And as discussed, i
karlklose
2013/03/12 09:35:22
I changed the test.
|
| 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 |