Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index 5b6462c3015759085e187b35058c3f3533d450f8..c600fda85016e81d5d1e3fa58c7a97b7b5f7ca28 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -50,9 +50,10 @@ package/*: Skip # Do not run those in Dartium. |
| [ $compiler == dart2js ] |
| float_array_test: Skip # This is a VM test |
| -int_array_test: Skip # his is a VM test |
| +int_array_test: Skip # This is a VM test |
| medium_integer_test: Fail, OK # cannot resolve type Mint |
| io/process_exit_negative_test: Fail, OK # relies on a static error that is a warning now. |
| +package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issue 3051 |
|
kasperl
2012/10/19 11:55:19
We should be careful with the skipping, so if it c
|
| [ $compiler == dart2js && $runtime == d8 ] |
| assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |