Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 27672) |
| +++ pkg/pkg.status (working copy) |
| @@ -232,5 +232,6 @@ |
| [ $runtime == vm ] |
| intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 |
| -[ $compiler == none && $runtime == drt && $arch == ia32 ] |
| -custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
| +# Commenting out status line to see if the bug is still reproducible. |
| +#[ $compiler == none && $runtime == drt && $arch == ia32 ] |
| +#custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 |
|
vsm
2013/09/19 20:54:16
lgtm, but maybe just delete and restore if necessa
siva
2013/09/19 20:57:10
Removed.
On 2013/09/19 20:54:16, vsm wrote:
|