-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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): reenable oopif smokes with ToT #14153
Changes from 7 commits
18baff6
d74b655
26165ab
46483dd
b1d1858
cb867df
969eadb
175cdd7
7194e6d
eb566ce
ce9ec3f
a0550bb
9e7f64c
6be5fc4
9d1c9f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ class Driver { | |
* @private | ||
* Used to save network and lifecycle protocol traffic. Just Page and Network are needed. | ||
*/ | ||
_devtoolsLog = new DevtoolsMessageLog(/^(Page|Network)\./); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @paulirish was this intentionally left out of #14080? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was just for debugging. Can you open a new PR? I'm thinking it was a merge mistake that dropped this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah im pretty sure i messed up a conflict resolution merge. thx for the driveby |
||
_devtoolsLog = new DevtoolsMessageLog(/^(Page|Network|Target|Runtime)\./); | ||
|
||
/** | ||
* @private | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this (and the other cases) include a TODO to eventually move back to stable?
Also, what's left testing stable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH I'm fine shifting everything (except our explicitly Chrome stable smokes) to use ToT