Chromium Code Reviews| Index: runtime/tests/vm/vm.status |
| diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
| index d324552eb9e757668b331951d3d2eea0b4488ef9..d3a7928a13aaa6591d8b800ddec687b382b3085a 100644 |
| --- a/runtime/tests/vm/vm.status |
| +++ b/runtime/tests/vm/vm.status |
| @@ -331,6 +331,7 @@ cc/Debug_ScriptGetTokenInfo_Basic : Fail |
| cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation : Fail |
| cc/Debugger_PrintBreakpointsToJSONArray : Fail |
| cc/Debugger_Rewind_Optimized : Timeout |
| +cc/Debugger_SetBreakpointInFunctionLiteralFieldInitializers : Fail |
|
aam
2017/05/27 04:40:08
I think this should be marked as Crash
|
| cc/ErrorHandleBasics : Fail |
| cc/EvalExpression : Crash |
| cc/ExternalByteDataAccess : Fail |
| @@ -509,6 +510,9 @@ dart/data_uri_spawn_test : RuntimeError |
| dart/redirection_type_shuffling_test/00 : Crash |
| dart/redirection_type_shuffling_test/none : Crash |
| dart/spawn_shutdown_test : Timeout |
| +service/code_test : Fail |
| +service/step_through_property_get_test : Fail |
| +service/step_through_property_set_test : Fail |
|
aam
2017/05/27 04:40:09
I think these are RuntimeErrors, not Fails.
And th
|
| [ ($compiler == dartk) && ($runtime == vm) && ($mode == release) ] |
| cc/Debug_BreakpointStubPatching : Fail |