Bug 211404
Summary: | REGRESSION (r261108): [ Mac ] inspector/timeline/timeline-recording.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | hi, inspector-bugzilla-changes, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Truitt Savell
inspector/timeline/timeline-recording.html
This test began failing with the changes in r261108. Looks like some lines changed, is this just a rebase?
history:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Ftimeline%2Ftimeline-recording.html
Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/inspector/timeline/timeline-recording-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/inspector/timeline/timeline-recording-actual.txt
@@ -38,8 +38,8 @@
"timeline-record-type-network",
"timeline-record-type-layout",
"timeline-record-type-script",
- "timeline-record-type-cpu",
- "timeline-record-type-rendering-frame"
+ "timeline-record-type-rendering-frame",
+ "timeline-record-type-cpu"
],
"records": [
"<filtered>"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/62863766>
Devin Rousso
Committed r261121: <https://trac.webkit.org/changeset/261121>