Bug 211060 - REGRESSION(r260672): [GTK] WebInspector tests are timing out
Summary: REGRESSION(r260672): [GTK] WebInspector tests are timing out
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-26 23:06 PDT by Diego Pino
Modified: 2020-06-07 23:29 PDT (History)
5 users (show)

See Also:


Attachments
Patch (19.78 KB, patch)
2020-04-26 23:40 PDT, Diego Pino
no flags Details | Formatted Diff | Diff
Patch (19.85 KB, patch)
2020-04-26 23:44 PDT, Diego Pino
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-04-26 23:06:35 PDT
WebInspector tests are timing out after r260672.

I can confirm this changeset introduced the regression by checking out r260671, clean build and running several of the WebInspector tests that are timing out. The tests pass.

Then I removed WebKitBuild/Release, moved to r260672, applied build fixes r260728 and r260696, then build and run the same tests again. The tests timeout.

Regressions: Unexpected timeouts (46)
  http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html [ Timeout ]
  http/tests/inspector/network/contentextensions/blocked-websocket-crash.html [ Timeout ]
  http/tests/inspector/network/har/har-page-aggressive-gc.html [ Timeout ]
  http/tests/inspector/network/har/har-page.html [ Timeout ]
  http/tests/inspector/network/resource-sizes-memory-cache.html [ Timeout ]
  http/tests/inspector/network/resource-sizes-network.html [ Timeout ]
  inspector/animation/lifecycle-web-animation.html [ Timeout ]
  inspector/audit/run-resources.html [ Timeout ]
  inspector/canvas/memory.html [ Timeout ]
  inspector/canvas/recording-html-2d.html [ Timeout ]
  inspector/console/clearMessages.html [ Timeout ]
  inspector/console/command-line-api.html [ Timeout ]
  inspector/console/console-table.html [ Timeout ]
  inspector/controller/runtime-controller.html [ Timeout ]
  inspector/cpu-profiler/threads.html [ Timeout ]
  inspector/css/createStyleSheet.html [ Timeout ]
  inspector/css/css-property.html [ Timeout ]
  inspector/css/get-system-fonts.html [ Timeout ]
  inspector/css/getAllStyleSheets.html [ Timeout ]
  inspector/debugger/probe-manager-add-remove-actions.html [ Timeout ]
  inspector/debugger/search-scripts.html [ Timeout ]
  inspector/dom/domutilities-xpath.html [ Timeout ]
  inspector/dom/pseudo-element-dynamic.html [ Timeout ]
  inspector/formatting/formatting-html.html [ Timeout ]
  inspector/heap/garbageCollected.html [ Timeout ]
  inspector/heap/gc.html [ Timeout ]
  inspector/model/remote-object/date.html [ Timeout ]
  inspector/model/remote-object/immutable.html [ Timeout ]
  inspector/model/remote-object/map-large.html [ Timeout ]
  inspector/model/scope-chain-node.html [ Timeout ]
  inspector/model/script-resource-relationship.html [ Timeout ]
  inspector/network/client-blocked-load.html [ Timeout ]
  inspector/page/filter-cookies-for-domain.html [ Timeout ]
  inspector/page/main-frame-resource.html [ Timeout ]
  inspector/page/overrideSetting-MockCaptureDevicesEnabled.html [ Timeout ]
  inspector/protocol/inspector-backend-invocation-return-value.html [ Timeout ]
  inspector/runtime/change-execution-context-identifier.html [ Timeout ]
  inspector/runtime/evaluate-emulateUserGesture-userIsInteracting.html [ Timeout ]
  inspector/storage/clearDOMStorageItems.html [ Timeout ]
  inspector/storage/domStorage-events.html [ Timeout ]
  inspector/unit-tests/array-utilities.html [ Timeout ]
  inspector/unit-tests/breakpoint-log-message-lexer.html [ Timeout ]
  inspector/unit-tests/cookie.html [ Timeout ]
  inspector/unit-tests/objectStore/basic.html [ Timeout ]
  inspector/view/basics.html [ Timeout ]
  inspector/worker/console-basic.html [ Timeout ]
Comment 1 Diego Pino 2020-04-26 23:40:24 PDT
Created attachment 397647 [details]
Patch
Comment 2 Diego Pino 2020-04-26 23:44:17 PDT
Created attachment 397648 [details]
Patch