You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
When I used VS2022 to build Irrlicht(commit 85081d6) on arm64 and arm64ec mode, I found that all tests failed. The error message is as follows:
0% tests passed, 13 tests failed out of 13
Hi all,
When I used VS2022 to build Irrlicht(commit 85081d6) on arm64 and arm64ec mode, I found that all tests failed. The error message is as follows:
0% tests passed, 13 tests failed out of 13
Total Test time (real) = 0.05 sec
The following tests FAILED:
1 - ImageLoaderBMP-4bpp_v3 (Not Run)
2 - ImageLoaderBMP-8bpp_v3 (Not Run)
3 - ImageLoaderBMP-8bpp_v3_rle (Not Run)
4 - ImageLoaderBMP-24bpp_v3 (Not Run)
5 - ImageLoaderBMP-24bpp_v7 (Not Run)
6 - ImageLoaderPNG-8bpp (Not Run)
7 - ImageLoaderPNG-24bpp (Not Run)
8 - ImageLoaderTGA-8bpp_up (Not Run)
9 - ImageLoaderTGA-8bpp_down (Not Run)
10 - ImageLoaderTGA-24bpp_up (Not Run)
11 - ImageLoaderTGA-24bpp_down (Not Run)
12 - ImageLoaderTGA-24bpp_rle_up (Not Run)
13 - ImageLoaderTGA-24bpp_rle_down (Not Run)
Errors while running CTest
And I tried building and running test in debug mode, but it still failed. Can you guys take a look? Thanks in advance.
Reproduction steps:
Open a X64 Native Tools Command Prompt for VS 2022.
VsDevCmd.bat -host_arch=amd64 -arch=arm64
cd F:\gitP\Microsoft\vcpkg
bootstrap-vcpkg.bat 2>&1
vcpkg install --recurse zlib libjpeg-turbo libpng opengl-registry --triplet arm64-windows --clean-after-build 2>&1
cd F:\gitP\minetest\irrlicht\build_arm64
cmake -G "Visual Studio 17 2022" -A arm64 -DCMAKE_SYSTEM_VERSION=10.0.22621.0 -DCMAKE_TOOLCHAIN_FILE=F:\gitP\Microsoft\vcpkg\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=arm64-windows -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_EXAMPLES=ON -S .. 2>&1
msbuild /m /p:Platform=arm64 /p:Configuration=Release Irrlicht.sln /t:Rebuild 2>&1
ctest --build-config Release --output-on-failure --verbose 2>&1
Expected Results:
Test pass
Actual Results:
test.log
The text was updated successfully, but these errors were encountered: