Title: [234573] branches/safari-606-branch/Tools
- Revision
- 234573
- Author
- [email protected]
- Date
- 2018-08-03 19:01:07 -0700 (Fri, 03 Aug 2018)
Log Message
Cherry-pick r234547. rdar://problem/42902608
Unreviewed gardening; r234534 changed the policy for what audio session is set when a
media element is paused. Updating the test to reflect the new policy.
* TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm:
(TestWebKitAPI::TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234547 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-606-branch/Tools/ChangeLog (234572 => 234573)
--- branches/safari-606-branch/Tools/ChangeLog 2018-08-04 02:01:04 UTC (rev 234572)
+++ branches/safari-606-branch/Tools/ChangeLog 2018-08-04 02:01:07 UTC (rev 234573)
@@ -1,5 +1,25 @@
2018-08-03 Babak Shafiei <[email protected]>
+ Cherry-pick r234547. rdar://problem/42902608
+
+ Unreviewed gardening; r234534 changed the policy for what audio session is set when a
+ media element is paused. Updating the test to reflect the new policy.
+
+ * TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm:
+ (TestWebKitAPI::TEST):
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@234547 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2018-08-03 Jer Noble <[email protected]>
+
+ Unreviewed gardening; r234534 changed the policy for what audio session is set when a
+ media element is paused. Updating the test to reflect the new policy.
+
+ * TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm:
+ (TestWebKitAPI::TEST):
+
+2018-08-03 Babak Shafiei <[email protected]>
+
Revert r234547. rdar://problem/42902608
2018-08-03 Kocsen Chung <[email protected]>
Modified: branches/safari-606-branch/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm (234572 => 234573)
--- branches/safari-606-branch/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm 2018-08-04 02:01:04 UTC (rev 234572)
+++ branches/safari-606-branch/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm 2018-08-04 02:01:07 UTC (rev 234573)
@@ -122,8 +122,8 @@
Util::run(&didBeginPlaying);
- waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategoryAmbient());
- EXPECT_WK_STREQ(getAVAudioSessionCategoryAmbient(), [[getAVAudioSessionClass() sharedInstance] category]);
+ waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategoryPlayback());
+ EXPECT_WK_STREQ(getAVAudioSessionCategoryPlayback(), [[getAVAudioSessionClass() sharedInstance] category]);
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes