Changeset 252235 in webkit


Ignore:
Timestamp:
Nov 8, 2019 2:53:53 AM (5 years ago)
Author:
achristensen@apple.com
Message:

Build fix for platforms without WebRTC's SSL after r252185
https://bugs.webkit.org/show_bug.cgi?id=203934

  • TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadStatistics.mm:

The new test uses TLS with the HTTPS proxy. Don't compile it if we can't compile it.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r252234 r252235  
     12019-11-08  Alex Christensen  <achristensen@webkit.org>
     2
     3        Build fix for platforms without WebRTC's SSL after r252185
     4        https://bugs.webkit.org/show_bug.cgi?id=203934
     5
     6        * TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadStatistics.mm:
     7        The new test uses TLS with the HTTPS proxy.  Don't compile it if we can't compile it.
     8
    192019-11-08  Carlos Garcia Campos  <cgarcia@igalia.com>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ResourceLoadStatistics.mm

    r252185 r252235  
    505505@end
    506506
     507#if HAVE(SSL)
    507508TEST(ResourceLoadStatistics, DataTaskIdentifierCollision)
    508509{
     
    574575    EXPECT_TRUE(contains(messages, @"2"));
    575576}
     577#endif // HAVE(SSL)
    576578
    577579TEST(ResourceLoadStatistics, NoMessagesWhenNotTesting)
Note: See TracChangeset for help on using the changeset viewer.