Bug 314348
| Summary: | REGRESSION(312649@main): [macOS] inspector/timeline/line-column.html is a constant text failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | hi, vitaly, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
inspector/timeline/line-column.html is a constant text failure on macOS caused by 312649@main.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Ftimeline%2Fline-column.html
DIFF:
--- /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/timeline/line-column-expected.txt
+++ /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/timeline/line-column-actual.txt
@@ -8,61 +8,17 @@
PASS: Capturing started.
{
"startTime": "<filtered>",
- "data": {},
+ "data": {
+ "type": "click",
+ "defaultPrevented": false
+ },
"children": [
- {
- "startTime": "<filtered>",
- "data": {
- "type": "click",
- "defaultPrevented": false
- },
- "children": [
- {
- "startTime": "<filtered>",
- "stackTrace": {
- "callFrames": [
- {
- "functionName": "click",
- "url": "[native code]",
- "scriptId": "<filtered>",
- "lineNumber": 0,
- "columnNumber": 0
- },
- {
- "functionName": "willCallFunctionTest",
- "url": "timeline/line-column.html",
- "scriptId": "<filtered>",
- "lineNumber": 26,
- "columnNumber": 44
- },
- {
- "functionName": "global code",
- "url": "",
- "scriptId": "<filtered>",
- "lineNumber": 1,
- "columnNumber": 21
- }
- ]
- },
- "data": {
- "scriptName": "timeline/line-column.html",
- "scriptLine": 17,
- "scriptColumn": 65
- },
- "children": [],
- "endTime": "<filtered>",
- "type": "FunctionCall"
- }
- ],
- "endTime": "<filtered>",
- "type": "EventDispatch"
- },
{
"startTime": "<filtered>",
"stackTrace": {
"callFrames": [
{
- "functionName": "profile",
+ "functionName": "click",
"url": "[native code]",
"scriptId": "<filtered>",
"lineNumber": 0,
@@ -72,8 +28,8 @@
"functionName": "willCallFunctionTest",
"url": "timeline/line-column.html",
"scriptId": "<filtered>",
- "lineNumber": 25,
- "columnNumber": 20
+ "lineNumber": 26,
+ "columnNumber": 44
},
{
"functionName": "global code",
@@ -85,15 +41,51 @@
]
},
"data": {
- "title": ""
+ "scriptName": "timeline/line-column.html",
+ "scriptLine": 17,
+ "scriptColumn": 65
},
"children": [],
"endTime": "<filtered>",
- "type": "ConsoleProfile"
+ "type": "FunctionCall"
}
],
"endTime": "<filtered>",
- "type": "RenderingFrame"
+ "type": "EventDispatch"
+}
+{
+ "startTime": "<filtered>",
+ "stackTrace": {
+ "callFrames": [
+ {
+ "functionName": "profile",
+ "url": "[native code]",
+ "scriptId": "<filtered>",
+ "lineNumber": 0,
+ "columnNumber": 0
+ },
+ {
+ "functionName": "willCallFunctionTest",
+ "url": "timeline/line-column.html",
+ "scriptId": "<filtered>",
+ "lineNumber": 25,
+ "columnNumber": 20
+ },
+ {
+ "functionName": "global code",
+ "url": "",
+ "scriptId": "<filtered>",
+ "lineNumber": 1,
+ "columnNumber": 21
+ }
+ ]
+ },
+ "data": {
+ "title": ""
+ },
+ "children": [],
+ "endTime": "<filtered>",
+ "type": "ConsoleProfile"
}
PASS: Capturing stopped.
@@ -102,45 +94,37 @@
PASS: Capturing started.
{
"startTime": "<filtered>",
- "data": {},
- "children": [
- {
- "startTime": "<filtered>",
- "stackTrace": {
- "callFrames": [
- {
- "functionName": "profile",
- "url": "[native code]",
- "scriptId": "<filtered>",
- "lineNumber": 0,
- "columnNumber": 0
- },
- {
- "functionName": "willEvaluateScriptTest",
- "url": "timeline/line-column.html",
- "scriptId": "<filtered>",
- "lineNumber": 31,
- "columnNumber": 20
- },
- {
- "functionName": "global code",
- "url": "",
- "scriptId": "<filtered>",
- "lineNumber": 1,
- "columnNumber": 23
- }
- ]
+ "stackTrace": {
+ "callFrames": [
+ {
+ "functionName": "profile",
+ "url": "[native code]",
+ "scriptId": "<filtered>",
+ "lineNumber": 0,
+ "columnNumber": 0
},
- "data": {
- "title": ""
+ {
+ "functionName": "willEvaluateScriptTest",
+ "url": "timeline/line-column.html",
+ "scriptId": "<filtered>",
+ "lineNumber": 31,
+ "columnNumber": 20
},
- "children": [],
- "endTime": "<filtered>",
- "type": "ConsoleProfile"
- }
- ],
+ {
+ "functionName": "global code",
+ "url": "",
+ "scriptId": "<filtered>",
+ "lineNumber": 1,
+ "columnNumber": 23
+ }
+ ]
+ },
+ "data": {
+ "title": ""
+ },
+ "children": [],
"endTime": "<filtered>",
- "type": "RenderingFrame"
+ "type": "ConsoleProfile"
}
PASS: Capturing stopped.
DIFF URL:
https://build.webkit.org/results/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/312818@main%20(3722)/inspector/timeline/line-column-diff.txt
REPRODUCTION:
I was able to reproduce this on macOS 26.4 release ToT with the following:
run-webkit-tests --no-build --no-retry --no-show-results --exit-after-n-failures=1 --expect-pass --iterations=5 --force --release inspector/timeline/line-column.html
I am going to mark expectations as failure while this pends investigation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176499241>
Diego De La Toba
This could be a rebaseline.
Diego De La Toba
Test gardening pull request: https://github.com/WebKit/WebKit/pull/64498
EWS
Test gardening commit 312833@main (cc22a476748a): <https://commits.webkit.org/312833@main>
Reviewed commits have been landed. Closing PR #64498 and removing active labels.