Highway 1.0.4 + aarch64 + GCC 13.0.1: test 88 and 89 failures
- Dominant language
- C++
- Stars
- 5.8k
- Forks
- 471
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 81
Description
The following tests are failing on AARCH64 with GCC 13.0.1 on the latest release:
```
The following tests FAILED:
88 - HighwayTestGroup/HighwayTest.TestAllIsInf/NEON # GetParam() = 268435456 (Subprocess aborted)
89 - HighwayTestGroup/HighwayTest.TestAllIsInf/NEON_WITHOUT_AES # GetParam() = 536870912 (Subprocess aborted)
Errors while running CTest
```
Here is the output:
```
Running main() from /builddir/build/BUILD/googletest-1.13.0/googletest/src/gtest_main.cc
Note: Google Test filter = HighwayTestGroup/HighwayTest.TestAllIsInf/NEON
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HighwayTestGroup/HighwayTest
[ RUN ] HighwayTestGroup/HighwayTest.TestAllIsInf/NEON
f64 expect [0+ ->]:
-nan,
f64 actual [0+ ->]:
0,
Abort at /builddir/build/BUILD/highway-1.0.4/hwy/highway_test.cc:380: NEON, f64x1 lane 0 mismatch: expected '-nan', got '0'.
Start 176: HwyCombineTestGroup/HwyCombineTest.TestAllUpperHalf/NEON_WITHOUT_AES # GetParam() = 536870912
145/513 Test #89: HighwayTestGroup/HighwayTest.TestAllIsInf/NEON_WITHOUT_AES # GetParam() = 536870912 ...................................Subprocess aborted***Exception: 0.33 sec
Running main() from /builddir/build/BUILD/googletest-1.13.0/googletest/src/gtest_main.cc
Note: Google Test filter = HighwayTestGroup/HighwayTest.TestAllIsInf/NEON_WITHOUT_AES
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from HighwayTestGroup/HighwayTest
[ RUN ] HighwayTestGroup/HighwayTest.TestAllIsInf/NEON_WITHOUT_AES
f64 expect [0+ ->]:
-nan,
f64 actual [0+ ->]:
0,
```
Contributor guide
Assessment
This issue has not been assessed yet.