Title: [210608] trunk/Tools
- Revision
- 210608
- Author
- [email protected]
- Date
- 2017-01-11 16:44:42 -0800 (Wed, 11 Jan 2017)
Log Message
Unreviewed test fix after r210599.
* TestWebKitAPI/Tests/WebKit2/WKPageIsPlayingAudio.cpp:
(TestWebKitAPI::TEST): Remove debugging code that was causing a timeout.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (210607 => 210608)
--- trunk/Tools/ChangeLog 2017-01-12 00:38:00 UTC (rev 210607)
+++ trunk/Tools/ChangeLog 2017-01-12 00:44:42 UTC (rev 210608)
@@ -1,5 +1,12 @@
2017-01-11 Brent Fulgham <[email protected]>
+ Unreviewed test fix after r210599.
+
+ * TestWebKitAPI/Tests/WebKit2/WKPageIsPlayingAudio.cpp:
+ (TestWebKitAPI::TEST): Remove debugging code that was causing a timeout.
+
+2017-01-11 Brent Fulgham <[email protected]>
+
Unreviewed build fix after r210599.
Add missing files.
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/WKPageIsPlayingAudio.cpp (210607 => 210608)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/WKPageIsPlayingAudio.cpp 2017-01-12 00:38:00 UTC (rev 210607)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/WKPageIsPlayingAudio.cpp 2017-01-12 00:44:42 UTC (rev 210608)
@@ -118,13 +118,6 @@
{
WKRetainPtr<WKContextRef> context = adoptWK(WKContextCreate());
- bool keepOnKeepingOn = true;
- size_t i = 0;
- while (keepOnKeepingOn) {
- ++i;
- sleep(1);
- }
-
WKRetainPtr<WKPageGroupRef> pageGroup(AdoptWK, WKPageGroupCreateWithIdentifier(Util::toWK("MSEIsPlayingAudioPageGroup").get()));
WKPreferencesRef preferences = WKPageGroupGetPreferences(pageGroup.get());
WKPreferencesSetMediaSourceEnabled(preferences, true);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes