Chromium Code Reviews| Index: dart/tests/language/language_dart2js.status |
| diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status |
| index 982dcefca6ad1048e3165d38f2231fbf7d622667..0555ef7b8820e504e2ebcfb0e25203d3fedaf407 100644 |
| --- a/dart/tests/language/language_dart2js.status |
| +++ b/dart/tests/language/language_dart2js.status |
| @@ -43,8 +43,13 @@ type_parameter_test/04: Fail # Issue 4932 |
| [ $compiler == dart2js && $unchecked ] |
| assertion_test: Fail |
| -[ $compiler == dart2js ] |
| +[ $compiler == dart2js && $host_unchecked ] |
| metadata_test: Fail # Metadata on type parameters not supported. |
|
ahe
2012/09/08 08:37:22
$host_unchecked is when dart2js is running on the
|
| + |
| +[ $compiler == dart2js && $host_checked ] |
| +metadata_test: Crash # Metadata on type parameters not supported. |
|
ahe
2012/09/08 08:37:22
$host_checked is when dart2js is running on the VM
ricow1
2012/09/08 19:26:08
I think that makes perfekt sense (since this is a
|
| + |
| +[ $compiler == dart2js ] |
| infinity_test: Fail # Issue 4984 |
| positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. |