Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index e72369a4bdca62fc839f686409479a1c189a3de8..46810cd965e533b7eae0552fba2f2ca1ed0f4c6e 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -58,6 +58,7 @@ deoptimization_test: Fail, OK # Requires bigint. |
| out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| io/http_parser_test: Fail, OK # ByteArray |
| io/options_test: Fail, OK # Cannot pass options to d8. |
| +io/process_exit_negative_test: Fail # Exit handler is not called. |
|
ngeoffray
2012/09/05 11:46:45
Is that a Fail, OK?
karlklose
2012/09/05 14:53:42
This change was reverted.
|
| [ $compiler == dart2js && $runtime == none ] |
| io/options_test: Fail |