Skip to content

MSYS2 MINGW32 det.cpp tests fail in GHA #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jeking3 opened this issue Nov 30, 2024 · 0 comments
Open

MSYS2 MINGW32 det.cpp tests fail in GHA #41

jeking3 opened this issue Nov 30, 2024 · 0 comments

Comments

@jeking3
Copy link
Collaborator

jeking3 commented Nov 30, 2024

testing.capture-output bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.run
====== BEGIN OUTPUT ======
libs/numeric/interval/test/det.cpp(96): test 'test<float>()' failed in function 'int main()'
libs/numeric/interval/test/det.cpp(97): test 'test<double>()' failed in function 'int main()'
libs/numeric/interval/test/det.cpp(98): test 'test<long double>()' failed in function 'int main()'
3 errors detected.
 
EXIT STATUS: 3 
====== END OUTPUT ======

    set PATH=D:\a\_temp\msys64\mingw32\bin;D:\a\_temp\msys64\mingw32\lib;D:\a\_temp\msys64\mingw32\lib32;D:\a\_temp\msys64\mingw32\lib64;%PATH%

     "bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.exe"   > "bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.output" 2>&1 
    set status=%ERRORLEVEL%
    echo. >> "bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.output"
    echo EXIT STATUS: %status% >> "bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.output"
    if %status% EQU 0 (
        copy "bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.output" "bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.run" >NUL
    )
    set verbose=0
    if %status% NEQ 0 (
        set verbose=1
    )
    if %verbose% EQU 1 (
        echo ====== BEGIN OUTPUT ======
        type "bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.output"
        echo ====== END OUTPUT ======
    )
    exit %status%

...failed testing.capture-output bin.v2\libs\numeric\interval\test\det.test\gcc-14\release\x86_32\cxxstd-03-iso\link-static\threadapi-win32\threading-multi\visibility-hidden\det.run...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant