Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
| index 8211239ceb73efd529b267b12f0e91d0aadb5736..b413d82257b399e70922666cc2310cd31c8940cf 100644 |
| --- a/tests/co19/co19-runtime.status |
| +++ b/tests/co19/co19-runtime.status |
| @@ -9,6 +9,7 @@ LibTest/core/BadNumberFormatException/*: Fail |
| LibTest/core/double/toInt_A01_t03: Fail |
| LibTest/core/double/toInt_A01_t04: Fail |
| LibTest/core/Math/parseInt_A02_t01: Fail |
| +LibTest/core/Math/parseDouble_A02_t01: Fail |
| [ $runtime == vm ] |
|
Emily Fortuna
2012/08/07 22:17:17
probably want to move this line up to line 4... ot
Bob Nystrom
2012/08/07 22:23:40
Good call. Now that I've got these in the other st
|
| Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in compile-time constant expression) |