| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index f004446c4840e70950399d6078034214e8fcfcbf..770ca9fc3661b4d0422eb450ee8d6feebe55dfab 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -64,9 +64,9 @@ stack_trace/test/trace_test: Fail # http://dartbug.com/12380
|
| crypto/test/sha256_test: Pass, Fail # Issue 12502
|
| crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
|
|
|
| -[ $runtime == ff ]
|
| -polymer/test/events_test: Fail # Issue 13197
|
| -polymer/test/event_path_test: Fail # Issue 13197
|
| +[ $runtime == ff || $runtime == safari || $runtime == ie9 || $runtime == ie10 ]
|
| +polymer/test/events_test: Fail # Issue 12865, 13197
|
| +polymer/test/event_path_test: Fail # Issue 12865, 13197
|
|
|
| # Skip browser-specific tests on VM
|
| [ $runtime == vm ]
|
|
|