Bug 72651
Summary: | Inspector tests flakily crashing on Linux dbg canary | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Kasting <pkasting> |
Component: | Tools / Tests | Assignee: | Alexander Pavlov (apavlov) <apavlov> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | burg, steveblock |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Linux |
Peter Kasting
The Chromium Linux dbg canary ( http://build.chromium.org/p/chromium.webkit/waterfall?show=Webkit%20Linux%20(dbg) ) has had major problems with crashing tests in inspector/elements and inspector/styles ever since some time shortly before r100584. The nearest inspector-specific CL before that was http://trac.webkit.org/changeset/100572 for bug 72393, but the problem could also be something else.
Specifically, the tests seg fault with no useful back trace. The following tests have failed this way so far:
inspector/elements/dom-agent-query-selector.html
inspector/elements/edit-dom-actions.html
inspector/elements/modify-chardata.html
inspector/styles/media-queries.html
inspector/styles/metrics-box-sizing.html
inspector/styles/styles-add-blank-property.html
inspector/styles/styles-add-invalid-property.html
inspector/styles/styles-add-new-rule.html
inspector/styles/styles-change-node-while-editing.html
inspector/styles/styles-commit-editing.html
inspector/styles/styles-computed-trace.html
inspector/styles/styles-disable-inherited.html
inspector/styles/styles-disable-then-delete.html
inspector/styles/styles-iframe.html
inspector/styles/styles-new-API.html
inspector/styles/styles-redirected-css.html
inspector/styles/styles-update-from-js.html
inspector/styles/styles-url-linkify.html
I think I'm going to attempt to roll out r100572 to see if the bot stabilizes.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Peter Kasting
Looks like r100572 was not the culprit.
Peter Kasting
r100584 was not the culprit either. I'm giving up on trying to track this down via reverts, I'm just going to suppress these at the moment.
Steve Block
Some of these tests are also timing out - http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux%20%28dbg%29/builds/440
Steve Block
Committed r100776: <http://trac.webkit.org/changeset/100776>
Steve Block
inspector/styles/styles-cancel-editing.html is also timing out - http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Linux%20(dbg)/builds/503
Steve Block
Committed r100901: <http://trac.webkit.org/changeset/100901>
Steve Block
Committed r100907: <http://trac.webkit.org/changeset/100907>
Steve Block
Committed r100924: <http://trac.webkit.org/changeset/100924>
Steve Block
Committed r100937: <http://trac.webkit.org/changeset/100937>
Alexander Pavlov (apavlov)
The inspector/styles tests have behaved well lately, should I close the bug?
Peter Kasting
Is there any particular thing we think might have fixed this? I get a little uneasy when bugs magically disappear but no one knows why...