https://bugs.kde.org/show_bug.cgi?id=455951
Bug ID: 455951
Summary: "Qt WebEngine resources not found" causes tests under
Windows CI/CD to fail
Product: buildsystem
Version: unspecified
Platform: Other
OS: Other
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
A test fails for Alkimia CI/CD under Windows with:
QWARN : AlkOnlineQuoteTest::testLaunchWithBrowser() Qt WebEngine resources not
found at C:/Craft/windows-msvc2019_64-cl/resources. Trying parent directory...
QWARN : AlkOnlineQuoteTest::testLaunchWithBrowser() Qt WebEngine resources not
found at C:/Craft/windows-msvc2019_64-cl. Trying application directory...
QWARN : AlkOnlineQuoteTest::testLaunchWithBrowser() Qt WebEngine resources not
found at C:/builds/office/alkimia/_build/bin. Trying fallback directory... The
application MAY NOT work.
[0626/044433.743:ERROR:icu_util.cc(251)] Couldn't mmap icu data file
crash occurred in C:\builds\office\alkimia\_build\bin\alkonlinequotestest.exe.
Appears that because resources/icudtl.dat file cannot be found, icu fails,
causing alkonlinequotestest.exe crash.
See also:
https://forum.qt.io/topic/70457/qt-5-7-qtwebenginewidgets-not-working-on-linux
STEPS TO REPRODUCE
1. https://invent.kde.org/office/alkimia/-/jobs/369766#L732
OBSERVED RESULT
icu fails to map data file
EXPECTED RESULT
icu should be able to find the data file and the test should be able to carry
on.
--
You are receiving this mail because:
You are watching all bug changes.