Chromium Code Reviews| Index: tests/corelib/corelib.status |
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
| index 441a40041d95b8ee1ac29f7895068c64325476d3..4b2c4faf3de8516fe436d316c0f45ad3a09a982c 100644 |
| --- a/tests/corelib/corelib.status |
| +++ b/tests/corelib/corelib.status |
| @@ -126,6 +126,8 @@ string_case_test/01: Fail, OK # Bug in Firefox. |
| string_case_test/02: Fail, OK # Bug in dartium version of V8. |
| string_case_test/03: Fail, OK # Bug in dartium version of V8. |
| +[ $compiler == dart2js && $runtime == chrome ] |
| +string_case_test/02: Fail, OK # Bug in Chrome. Please file issue. |
|
ricow1
2014/04/09 08:10:56
did we? Who is that comment for?
Lasse Reichstein Nielsen
2014/04/09 08:54:45
This is a bug in v8, and I thought it already had
Lasse Reichstein Nielsen
2014/04/09 08:57:04
This could probably be combined with the ($runtime
|
| [ $compiler == dart2js && $checked ] |
| map_test: Crash # Issue 17829 |