Changeset 228344 in webkit


Ignore:
Timestamp:
Feb 9, 2018 4:26:50 PM (6 years ago)
Author:
Ryan Haddad
Message:

Work towards rdar://problem/36837397.

Tools:

Unreviewed test gardening..

  • TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm:

(TestWebKitAPI::TEST):

LayoutTests:

Unreviewed test gardening.

  • platform/ios/TestExpectations:
Location:
branches/safari-605-branch
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-605-branch/LayoutTests/ChangeLog

    r228280 r228344  
     12018-02-09  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Work towards rdar://problem/36837397.
     4
     5        Unreviewed test gardening.
     6
     7        * platform/ios/TestExpectations:
     8
    192018-02-08  Ryan Haddad  <ryanhaddad@apple.com>
    210
  • branches/safari-605-branch/LayoutTests/platform/ios/TestExpectations

    r227815 r228344  
    32693269webkit.org/b/180062 fast/text/user-installed-fonts/shadow.html [ ImageOnlyFailure ]
    32703270webkit.org/b/180062 fast/text/user-installed-fonts/shadow-postscript-family.html [ ImageOnlyFailure ]
     3271
     3272# https://bugs.webkit.org/show_bug.cgi?id=182527
     3273media/media-fullscreen-loop-inline.html
     3274media/media-higher-prio-audio-stream.html
     3275media/modern-media-controls/playback-support/playback-support-autoplay.html
     3276media/video-background-playback.html
  • branches/safari-605-branch/Tools/ChangeLog

    r228210 r228344  
     12018-02-09  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Work towards rdar://problem/36837397.
     4
     5        Unreviewed test gardening..
     6
     7        * TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm:
     8        (TestWebKitAPI::TEST):
     9
    1102018-02-06  Jason Marcell  <jmarcell@apple.com>
    211
  • branches/safari-605-branch/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm

    r223720 r228344  
    6060namespace TestWebKitAPI {
    6161
    62 TEST(WebKitLegacy, AudioSessionCategoryIOS)
     62TEST(WebKitLegacy, DISABLED_AudioSessionCategoryIOS)
    6363{
    6464    WebCore::DeprecatedGlobalSettings::setShouldManageAudioSessionCategory(true);
Note: See TracChangeset for help on using the changeset viewer.