Changeset 221500 in webkit


Ignore:
Timestamp:
Sep 1, 2017, 3:14:55 PM (8 years ago)
Author:
eric.carlson@apple.com
Message:

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

Unreviewed build fix.

  • TestWebKitAPI/Tests/WebCore/Logging.cpp:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r221497 r221500  
     12017-09-01  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Switch HTMLMediaElement to release logging
     4        https://bugs.webkit.org/show_bug.cgi?id=176065
     5
     6        Unreviewed build fix.
     7
     8        * TestWebKitAPI/Tests/WebCore/Logging.cpp:
     9
    1102017-09-01  Filip Pizlo  <fpizlo@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp

    r221494 r221500  
    5353// Define the following to enable all tests. Disabled by default because replacing stderr with a
    5454// non-blocking pipe fails on some of the bots.
    55 #define TEST_OUTPUT 1
     55#define TEST_OUTPUT 0
    5656
    5757namespace TestWebKitAPI {
Note: See TracChangeset for help on using the changeset viewer.