Commit Graph

5 Commits

Author SHA1 Message Date
pentarctagon
453dbc685f Enable stricter checks for debug builds.
Use _GLIBCXX_DEBUG, _GLIBCXX_DEBUG_PEDANTIC, and _GLIBCXX_ASSERTIONS for the debug Ubuntu build.
2024-01-17 00:38:11 -06:00
Gunter Labes
b4cba2a43e
Clarify path argument description 2023-12-04 16:31:45 +01:00
Pentarctagon
e18d2ff314 Add retries for boost unit test timeouts. 2023-03-10 19:03:18 -06:00
Pentarctagon
56ada809c0 Refactor test_gui2 into individual tests
Otherwise testing 55 things in a single test takes a lot longer than any other test when using the debug build, which messes with the execution script's process timeout setting.
2022-08-06 03:03:17 -05:00
Pentarctagon
43a1ea2132 Re-implement the boost tests execution.
All tests are now executed one at a time in order to avoid cross-test pollution.

Fixes #6937
2022-08-06 03:03:17 -05:00