From f0a31bbc41015b13029f330a0b45ec047f1d0f83 Mon Sep 17 00:00:00 2001 From: Eric Carlson Date: Fri, 1 Sep 2017 22:14:55 +0000 Subject: [PATCH] Switch HTMLMediaElement to release logging https://bugs.webkit.org/show_bug.cgi?id=176065 Unreviewed build fix. * TestWebKitAPI/Tests/WebCore/Logging.cpp: Canonical link: https://commits.webkit.org/192900@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@221500 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/ChangeLog | 9 +++++++++ Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 {