Changeset 221500 in webkit
- Timestamp:
- Sep 1, 2017, 3:14:55 PM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebCore/Logging.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r221497 r221500 1 2017-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 1 10 2017-09-01 Filip Pizlo <fpizlo@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp
r221494 r221500 53 53 // Define the following to enable all tests. Disabled by default because replacing stderr with a 54 54 // non-blocking pipe fails on some of the bots. 55 #define TEST_OUTPUT 155 #define TEST_OUTPUT 0 56 56 57 57 namespace TestWebKitAPI {
Note:
See TracChangeset
for help on using the changeset viewer.