asmaloney/libE57Format

Tests failing on CLion using MinGW GCC

クローズ

#245 opened on 2023/04/20

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (82 件のフォーク)auto 404
buggood first issuehelp wanted

Repository metrics

Stars
 (187 個のスター)
PR merge metrics
 (PR metrics pending)

説明

I am experiencing issues with the tests failing on CLion using the MingW GCC compiler. Specifically, the issue seems to be caused by the readPhysicalPage method in CheckedFile.cpp throwing an exception due to the result not being equal to the physical page size. When I comment out this exception, the tests run fine, but then I encounter issues with checksum calculation.

Operating system: Windows 11 (64-bit) Compiler version: GCC IDE: CLion Please let me know if there is any additional information that you need.

コントリビューターガイド