A person I am mentoring faced this, when doing a clean make check on
Windows:
E:/sources/libo-core/sw/qa/extras/uiwriter/uiwriter4.cxx(3453) : error :
Assertion
Test name: SwUiWriterTest4::testTdf133524
equality assertion failed
- Expected: »word« „Sentence and »word«.” →
- Actual : »word« „Sentence and »word«.” -->
The failure does not appear, if he runs make first, so there appears to
be a missing dependency for the test.
The test was added in
https://git.libreoffice.org/core/commit/57f07b1d7378d218648667c5b1315cc8ad905875
Later Xisco split the test suite in
https://git.libreoffice.org/core/commit/a0bbeef0a8d9eeccc9ab9857851e0658139f2e1c
Prior to that, Xisco added a template for makefiles:
https://git.libreoffice.org/core/commit/bb4341d76974887d473fcee1e1b1d5a9ea8f5c26
Any idea about what should be done?
Ilmari