diff --git a/Tools/ChangeLog b/Tools/ChangeLog index b149e884afd9..94ae9c43c0b3 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,12 @@ +2017-09-01 Eric Carlson + + 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 WSL should have more tests of type checking failures diff --git a/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp b/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp index 0a5086f386c5..fb7d1164e052 100644 --- a/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp +++ b/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp @@ -52,7 +52,7 @@ static const size_t logChannelCount = sizeof(testLogChannels) / sizeof(testLogCh // 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 {