| Summary: | REGRESSION(263917@main?): [ macOS wk1 ] 3 tests under inspector/timeline/ are consistent text failures. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, nmouchtaris, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=260360 https://bugs.webkit.org/show_bug.cgi?id=196915 https://bugs.webkit.org/show_bug.cgi?id=158948 https://bugs.webkit.org/show_bug.cgi?id=249796 |
||
|
Description
Ben Schwartz
2023-09-07 21:14:51 PDT
TEXT DIFF 1 (inspector/timeline/timeline-event-CancelAnimationFrame.html):
-- Running test case: TimelineEvent.CancelAnimationFrame.requestAnimationFrame
Starting Capture...
Evaluating...
-Stopping Capture...
-PASS: Should be 1 AnimationFrameCanceled record.
-DETAILS: number
-PASS: ScriptTimelineRecord details should be the requestAnimationFrame identifier.
+!! TIMEOUT: took longer than 10000ms
TEXT DIFF 2 (inspector/timeline/timeline-event-RequestAnimationFrame.html):
Starting Capture...
Evaluating...
PASS: requestAnimationFrame fired
-Stopping Capture...
-PASS: Should be 1 AnimationFrameRequested record.
-DETAILS: number
-PASS: ScriptTimelineRecord details should be the requestAnimationFrame identifier.
+!! TIMEOUT: took longer than 10000ms
TEXT DIFF 3 (inspector/timeline/timeline-event-performance-mark.html):
-- Running test case: TimelineEvent.PerformanceMark.performanceMark
Starting Capture...
Evaluating...
-Stopping Capture...
-PASS: expectEqual(2, 2)
-PASS: expectEqual("timestamp", "timestamp")
-PASS: expectEqual("foo", "foo")
-PASS: expectEqual("timestamp", "timestamp")
-PASS: expectEqual("bar", "bar")
+!! TIMEOUT: took longer than 10000ms
Test gardening commit 267766@main (64806bbca121): <https://commits.webkit.org/267766@main> Reviewed commits have been landed. Closing PR #17572 and removing active labels. |