]> git.ipfire.org Git - thirdparty/libtool.git/commit
tests: Skip failing tests on MSVC
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 7 May 2025 14:39:36 +0000 (17:39 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 7 Aug 2025 17:20:04 +0000 (20:20 +0300)
commitd78a0a0d6b0c25e371c44c8563e51ffb9e80f59d
treedd2bf7947a0023b9a5efba085cac3a4f36cfce8e
parent06e491d0fe0be046f13f8237df3b4733f5a8b9bf
tests: Skip failing tests on MSVC

Test 'deplibs without file command' fails on MSVC with a 'hard failure'.
Since this test was created for MinGW, skipping for now.

Test 'Libtool stress test.' fails on MSVC when the cl compiler cannot
open an expsym file, which appears to exist but is empty.

* tests/deplibs-mingw.at: Add check for MSVC build to skip test.
* tests/stresstest.at: Add check for MSVC build to skip test.
tests/deplibs-mingw.at
tests/stresstest.at