| Index: dart/pkg/pkg.status
|
| diff --git a/dart/pkg/pkg.status b/dart/pkg/pkg.status
|
| index f5da20b32e56504d427f84b78ea13f1153f3d2b7..af249900daf25c79724424eee554be9d99510038 100644
|
| --- a/dart/pkg/pkg.status
|
| +++ b/dart/pkg/pkg.status
|
| @@ -215,5 +215,5 @@ unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out.
|
| [ $runtime == vm ]
|
| intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
|
|
|
| -[ $compiler == none && $runtime == drt && $checked && $arch == ia32 ]
|
| -custom_element/test/custom_element_test: Fail # http://dartbug.com/12964
|
| +[ $compiler == none && $runtime == drt && $arch == ia32 ]
|
| +custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964
|
|
|