⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 284765 in webkit


Ignore:
Timestamp:
Oct 24, 2021, 11:24:01 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

REGRESSION(r282686) [GTK] Tests are flaky due to spurious "MainFrameView: mouseEnteredContentArea" messages in the log
https://bugs.webkit.org/show_bug.cgi?id=232142

Add MockScrollAnimatorEnabled to the list of preferences to reset
between tests in TestOptions.cpp.

Patch by Arcady Goldmints-Orlov <Arcady Goldmints-Orlov> on 2021-10-24
Reviewed by Carlos Garcia Campos.

  • WebKitTestRunner/TestOptions.cpp:

(WTR::TestOptions::defaults):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r284764 r284765  
     12021-10-24  Arcady Goldmints-Orlov  <agoldmints@igalia.com>
     2
     3        REGRESSION(r282686) [GTK] Tests are flaky due to spurious "MainFrameView: mouseEnteredContentArea" messages in the log
     4        https://bugs.webkit.org/show_bug.cgi?id=232142
     5
     6        Add MockScrollAnimatorEnabled to the list of preferences to reset
     7        between tests in TestOptions.cpp.
     8
     9        Reviewed by Carlos Garcia Campos.
     10
     11        * WebKitTestRunner/TestOptions.cpp:
     12        (WTR::TestOptions::defaults):
     13
    1142021-10-23  Simon Fraser  <simon.fraser@apple.com>
    215
  • trunk/Tools/WebKitTestRunner/TestOptions.cpp

    r284591 r284765  
    9999            { "MediaPreloadingEnabled", true },
    100100            { "MediaSourceEnabled", mediaSourceEnabledValue },
     101            { "MockScrollAnimatorEnabled", false },
    101102            { "MockCaptureDevicesEnabled", true },
    102103            { "MockScrollbarsEnabled", true },
Note: See TracChangeset for help on using the changeset viewer.