Changeset 102917 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
- Timestamp:
- Jan 17, 2024 10:52:44 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
r102830 r102917 415 415 if (RT_SUCCESS(rc)) 416 416 { 417 /* 418 * Set it to not use any proxies for our testcase as it is not necessary and 419 * it will cause memory leaks on Linux where libproxy is used making the testcase fail 420 * for ASAN enabled builds. 421 */ 422 RTTEST_CHECK_RC_OK(hTest, RTHttpSetProxy(hClient, NULL /*pszProxyUrl*/, 0 /*uPort*/, 423 NULL /*pszProxyUser*/, NULL /*pszProxyPwd*/)); 424 417 425 char szURL[RTPATH_MAX]; 418 426 for (size_t i = 0; i < RT_ELEMENTS(g_aTests); i++)
Note:
See TracChangeset
for help on using the changeset viewer.