Issue type
Choose option...
Description with steps to reproduce
Hi All,
MuseScore failed to run 3 tests on release and debug configuration with MSVC on windows. It can be reproduced on e8df477 commit on main branch. Could you please help look at this issue?
Failed tests:
1 - muse_global_tests (Failed)
22 - engraving_tests (Failed)
31 - iex_musicxml_tests (Failed)
Repro steps:
- git clone https://github.com/musescore/MuseScore.git C:\gitP\musescore\MuseScore
- cd C:\gitP\musescore\MuseScore
- mkdir build && cd build_amd64
- download "https://s3.amazonaws.com/utils.musescore.org/dependencies.7z to C:\gitP\musescore\MuseScore\dependencies
- pip install aqtinstall
- python -m aqt install-qt windows desktop 6.10.2 win64_msvc2022_64 --modules qtshadertools qt5compat qtnetworkauth qtscxml --outputdir C:\Qt
- cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.26100.0 -DBUILD_UNIT_TESTS=ON -DMUE_COMPILE_QT5_COMPAT=ON -DCMAKE_PREFIX_PATH="C:\Qt\6.10.2\msvc2022_64" ..
- msbuild /m /p:Platform=x64 /p:Configuration=Release MuseScore.sln /t:Rebuild
- set PATH=C:\Program Files\Git\usr\bin;%PATH%
- set PATH=C:\Qt\6.10.2\msvc2022_64\bin;%PATH%
- set PATH=C:\gitP\musescore\MuseScore\dependencies\libx64;%PATH%
- set QT_PLUGIN_PATH=C:\Qt\6.10.2\msvc2022_64\plugins
- ctest --build-config Release --output-on-failure -R "muse_global_tests|engraving_tests|iex_musicxml_tests"
Supporting files, videos and screenshots
Test log: Test (2).log
Some error infos:
In which versions of MuseScore Studio is this issue present?
Main branch latest version
Regression
No.
Operating system
Windows 11
Additional context
No response
Checklist
Issue type
Choose option...
Description with steps to reproduce
Hi All,
MuseScore failed to run 3 tests on release and debug configuration with MSVC on windows. It can be reproduced on e8df477 commit on main branch. Could you please help look at this issue?
Failed tests:
Repro steps:
Supporting files, videos and screenshots
Test log: Test (2).log
Some error infos:
In which versions of MuseScore Studio is this issue present?
Main branch latest version
Regression
No.
Operating system
Windows 11
Additional context
No response
Checklist