Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.0
-
None
Description
Several markdown tests in tst_qtextmarkdownwriter and tst_qtextmarkdownimporter fail when running on QEMU ARMv7, but not on ARM64 or target HW (rpi).
FAIL! : tst_QTextMarkdownWriter::testWriteParagraph(spaces) Compared values are not the same Actual (documentToUnixMarkdown()): "`foobar word`\n\n" Expected (output) : "foobar word\n\n" Loc: [/home/qt/work/qt/qtbase/tests/auto/gui/text/qtextmarkdownwriter/tst_qtextmarkdownwriter.cpp(111)]
Attachments
Issue Links
- relates to
-
QTBUG-99676 markdown (and html) import/export should not rely on use of a fixed-pitched font to remember a `monospace` span
- Closed
-
QTBUG-100515 tst_qtextmarkdownwriter fails on QNX
- Closed
- resulted from
-
QTBUG-103484 rich text gets converted to monospace in CI because QFontDatabase::GeneralFont is "Sans Serif" and is monospace
- Reported