StringZilla icon indicating copy to clipboard operation
StringZilla copied to clipboard

Bug: Test fails

Open Spixmaster opened this issue 1 year ago • 0 comments

Describe the bug

==> Starting check()...
-- C Compiler ID: GNU
-- C Compiler Version: 14.2.1
-- C Compiler: /usr/bin/cc
-- C++ Compiler ID: GNU
-- C++ Compiler Version: 14.2.1
-- C++ Compiler: /usr/bin/c++
-- Build type: None
-- Pointer size: 64-bit
-- Platform: x86
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/matheus/aur/stringzilla/src/StringZilla-3.10.7/build
[ 11%] Built target stringzilla_test_cpp11
[ 22%] Built target stringzilla_test_cpp14
[ 33%] Built target stringzilla_test_cpp17
[ 44%] Built target stringzilla_test_cpp20
[ 55%] Built target stringzilla_test_cpp20_x86_serial
[ 66%] Built target stringzilla_test_cpp20_x86_avx2
[ 77%] Built target stringzilla_test_cpp20_x86_avx512
[ 88%] Built target stringzilla_shared
[100%] Built target stringzillite
Internal ctest changing into directory: /home/matheus/aur/stringzilla/src/StringZilla-3.10.7/build
Test project /home/matheus/aur/stringzilla/src/StringZilla-3.10.7/build
    Start 1: stringzilla_test_cpp11
1/7 Test #1: stringzilla_test_cpp11 ..............   Passed   22.58 sec
    Start 2: stringzilla_test_cpp14
2/7 Test #2: stringzilla_test_cpp14 ..............   Passed   18.04 sec
    Start 3: stringzilla_test_cpp17
3/7 Test #3: stringzilla_test_cpp17 ..............   Passed   20.25 sec
    Start 4: stringzilla_test_cpp20
4/7 Test #4: stringzilla_test_cpp20 ..............   Passed   28.49 sec
    Start 5: stringzilla_test_cpp20_x86_serial
5/7 Test #5: stringzilla_test_cpp20_x86_serial ...   Passed   27.56 sec
    Start 6: stringzilla_test_cpp20_x86_avx2
6/7 Test #6: stringzilla_test_cpp20_x86_avx2 .....   Passed   20.08 sec
    Start 7: stringzilla_test_cpp20_x86_avx512
7/7 Test #7: stringzilla_test_cpp20_x86_avx512 ...***Exception: Illegal  0.10 sec


86% tests passed, 1 tests failed out of 7

Total Test time (real) = 137.12 sec

The following tests FAILED:
	  7 - stringzilla_test_cpp20_x86_avx512 (ILLEGAL)
Errors while running CTest
==> ERROR: A failure occurred in check().
    Aborting...

Steps to reproduce

Run all tests.

Expected behavior

All passes.

StringZilla version

v3.10.7

Operating System

Arch Linux

Hardware architecture

x86

Which interface are you using?

C++ bindings

Contact Details

No response

Are you open to being tagged as a contributor?

  • [ ] I am open to being mentioned in the project .git history as a contributor

Is there an existing issue for this?

  • [X] I have searched the existing issues

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

Spixmaster avatar Nov 02 '24 08:11 Spixmaster