Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index 5b6462c3015759085e187b35058c3f3533d450f8..a2d4d21004d0d531cd79a1f3381476eae459a477 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 |
|
siva
2012/10/17 19:51:40
Please add the bug number in the comment.
justinfagnani
2012/10/17 19:57:24
Done.
|
| [ $compiler == dart2js && $runtime == d8 ] |
| assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |