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

tests(smoke): remove console.timeline() call #5560

Merged
merged 4 commits into from
Jun 26, 2018

Conversation

patrickhulce
Copy link
Collaborator

@paulirish bisected the regression to a V8 roll that removed console.timeline, we call this method in our smoke tests so the test script was erroring and not actually executing our intentional failures :)

@@ -17,7 +17,7 @@ module.exports = [
score: 0,
details: {
items: {
length: '>3',
length: 5,
Copy link
Member

Choose a reason for hiding this comment

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

6️⃣

@@ -306,8 +306,6 @@ <h2>Do better web tester page</h2>
MediaStreamTrack.getSources(); // Should eventually FAIL
} catch(e) {}

console.timeline(); // Should eventually FAIL
Copy link
Collaborator Author

@patrickhulce patrickhulce Jun 26, 2018

Choose a reason for hiding this comment

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

the Should eventually FAIL seems to be a signal that at some point in the future we expected that this would trigger a deprecation?

we assert that 3 deprecations are found in our expectations, the 3 real ones + 2 fake ones (no more fake ones after this PR)

@patrickhulce patrickhulce merged commit cf2e13a into master Jun 26, 2018
@patrickhulce patrickhulce deleted the remove_console_timeline branch June 26, 2018 17:54
Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

nice sleuthing! 🔍 🕵️‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants