Skip to content

Commit

Permalink
Avoid loongarch failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 27, 2024
1 parent 5b42d5a commit c2bdc35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
\page changelog Change Log

# Version 2.13.8: UNRELEASED
(None yet)

- BUG FIXES:
- Avoid failing KLT unit tests in the loong64 architecture.

# Version 2.13.7: Released Aug 22nd, 2024
- Changes in apps:
Expand Down
3 changes: 2 additions & 1 deletion libs/img/src/CImage_unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@ TEST(CImage, Serialize)

// This seems to fail now as of Jun 2024, don't have bandwith to debug it (!)
#if !defined(__APPLE__) && !defined(__aarch64__) && !defined(__ppc64__) && !defined(__s390x__) && \
!defined(__powerpc) && !defined(__powerpc__) && !defined(__powerpc64__)
!defined(__powerpc) && !defined(__powerpc__) && !defined(__powerpc64__) && \
!defined(__loongarch__)
TEST(CImage, KLT_response)
{
using namespace mrpt::img;
Expand Down

0 comments on commit c2bdc35

Please # to comment.