Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail early if Feature Policy is not supported #11270

Merged
merged 2 commits into from
Jun 14, 2018

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented May 31, 2018

Part of #11269.

Copy link
Member

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nit

@@ -1,3 +1,7 @@
// Feature test to avoid timeouts
function assert_feature_policy_supported() {
assert_not_equals(document.policy, undefined, 'document.policy');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "Feature Policy is supported" as the description, since this isn't really about testing document.policy, and making it trivial to understand the failure reason?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@zcorpan
Copy link
Member Author

zcorpan commented Jun 11, 2018

This seems to be timing out in Travis because too many tests, and too verbose output. May need to admin-merge.

@foolip
Copy link
Member

foolip commented Jun 14, 2018

@zcorpan I'll try rebasing first since @gsnedders fixed the verbosity.

@foolip
Copy link
Member

foolip commented Jun 14, 2018

Actually, no, there was a timeout, which is #7660, still unresolved.

@foolip foolip merged commit 73f8f23 into master Jun 14, 2018
@foolip foolip deleted the zcorpan/feature-policy-timeout branch June 14, 2018 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants