about summary refs log tree commit diff
path: root/src/test/run-make/issue-85441
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2021-10-02Run the #85441 regression test on MSVC onlySimonas Kazlauskas-1/+1
On MinGW toolchains the various features (such as function sections) necessary to eliminate dead function references are disabled due to various bugs. This means that the windows sockets library will most likely remain linked to any mingw toolchain built program that also utilizes libstd. That said, I made an attempt to also enable `function-sections` and `--gc-sections` during my experiments, but the symbol references remained, sadly.
2021-10-02Add test for checking if WS2_32.dll is linkedChristiaan Dirkx-0/+10