Chromium Code Reviews| Index: dart/tests/co19/co19-runtime.status |
| diff --git a/dart/tests/co19/co19-runtime.status b/dart/tests/co19/co19-runtime.status |
| index 218941b1d13c9b4d274a373dcdef24bd8734c831..469a888762645d654c060bb84a86f7cc76b7d44d 100644 |
| --- a/dart/tests/co19/co19-runtime.status |
| +++ b/dart/tests/co19/co19-runtime.status |
| @@ -2,8 +2,9 @@ |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| -[ $compiler == none && $runtime == vm && $mode == debug ] |
| -Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash # http://dartbug.com/9597 |
| + |
| +[ $runtime == vm ] |
| +Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http://dartbug.com/9597 |
|
ahe
2013/04/03 08:24:02
This also crashes in code generated by dart2dart,
|
| [ $compiler == none && $runtime == vm && $unchecked ] |