Changeset 284463 in webkit


Ignore:
Timestamp:
Oct 19, 2021 9:44:19 AM (3 years ago)
Author:
achristensen@apple.com
Message:

Re-disable WebKit.HTTPSProxy API test on iOS
https://bugs.webkit.org/show_bug.cgi?id=231396

Yesterday's attempt at making it not time out does not appear to have worked.

  • TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r284462 r284463  
     12021-10-19  Alex Christensen  <achristensen@webkit.org>
     2
     3        Re-disable WebKit.HTTPSProxy API test on iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=231396
     5
     6        Yesterday's attempt at making it not time out does not appear to have worked.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:
     9
    1102021-10-19  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm

    r284409 r284463  
    7474namespace TestWebKitAPI {
    7575
     76// FIXME: https://bugs.webkit.org/show_bug.cgi?id=231396 Make this not time out on iOS bots.
     77#if PLATFORM(MAC)
    7678TEST(WebKit, HTTPSProxy)
    7779{
     
    9193    EXPECT_WK_STREQ([delegate waitForAlert], "success!");
    9294}
     95#endif
    9396
    9497TEST(WebKit, SOCKS5)
Note: See TracChangeset for help on using the changeset viewer.