Skip to content

Commit

Permalink
Switch HTMLMediaElement to release logging
Browse files Browse the repository at this point in the history
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
  • Loading branch information
eric-carlson committed Sep 1, 2017
1 parent dddfbac commit f0a31bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,12 @@
2017-09-01 Eric Carlson <eric.carlson@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 <fpizlo@apple.com>

WSL should have more tests of type checking failures
Expand Down
2 changes: 1 addition & 1 deletion Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp
Expand Up @@ -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 {

Expand Down

0 comments on commit f0a31bb

Please sign in to comment.