Title: [221500] trunk/Tools
Revision
221500
Author
eric.carl...@apple.com
Date
2017-09-01 15:14:55 -0700 (Fri, 01 Sep 2017)

Log Message

Switch HTMLMediaElement to release logging
https://bugs.webkit.org/show_bug.cgi?id=176065

Unreviewed build fix.

* TestWebKitAPI/Tests/WebCore/Logging.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221499 => 221500)


--- trunk/Tools/ChangeLog	2017-09-01 22:09:24 UTC (rev 221499)
+++ trunk/Tools/ChangeLog	2017-09-01 22:14:55 UTC (rev 221500)
@@ -1,3 +1,12 @@
+2017-09-01  Eric Carlson  <eric.carl...@apple.com>
+
+        Switch HTMLMediaElement to release logging
+        https://bugs.webkit.org/show_bug.cgi?id=176065
+
+        Unreviewed build fix.
+
+        * TestWebKitAPI/Tests/WebCore/Logging.cpp:
+
 2017-09-01  Filip Pizlo  <fpi...@apple.com>
 
         WSL should have more tests of type checking failures

Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp (221499 => 221500)


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp	2017-09-01 22:09:24 UTC (rev 221499)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp	2017-09-01 22:14:55 UTC (rev 221500)
@@ -52,7 +52,7 @@
 
 // Define the following to enable all tests. Disabled by default because replacing stderr with a
 // non-blocking pipe fails on some of the bots.
-#define TEST_OUTPUT 1
+#define TEST_OUTPUT 0
 
 namespace TestWebKitAPI {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to