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

Changeset 259634 in webkit


Ignore:
Timestamp:
Apr 7, 2020, 7:16:53 AM (6 years ago)
Author:
youenn@apple.com
Message:

Reset mock capture devices between layout tests
https://bugs.webkit.org/show_bug.cgi?id=210098

Reviewed by Eric Carlson.

This fixes fast/mediastream/anonymize-device-name.html
failure since https://trac.webkit.org/changeset/259477/webkit.

  • WebKitTestRunner/TestController.cpp:

(WTR::TestController::resetStateToConsistentValues):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r259622 r259634  
     12020-04-07  Youenn Fablet  <youenn@apple.com>
     2
     3        Reset mock capture devices between layout tests
     4        https://bugs.webkit.org/show_bug.cgi?id=210098
     5
     6        Reviewed by Eric Carlson.
     7
     8        This fixes fast/mediastream/anonymize-device-name.html
     9        failure since https://trac.webkit.org/changeset/259477/webkit.
     10
     11        * WebKitTestRunner/TestController.cpp:
     12        (WTR::TestController::resetStateToConsistentValues):
     13
    1142020-04-06  Peng Liu  <peng.liu6@apple.com>
    215
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r259516 r259634  
    10431043
    10441044    WKPageSetMockCameraOrientation(m_mainWebView->page(), 0);
     1045    resetMockMediaDevices();
    10451046
    10461047    // FIXME: This function should also ensure that there is only one page open.
Note: See TracChangeset for help on using the changeset viewer.