Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10, 5.11
-
None
-
50d1d95af5cb271285abb4375e63ca28cbadd77a 8b3a4d6f305955171a595ad93460346c58df51d7 6d429be4d77841218d89f5e563593fb39812395d
Description
Steps to reproduce:
- Setup development environment to Ubuntu 16.04
- Install hunspell (especially en-gb)
- apt-get install libhunspell libhunspell-dev libhunspell-en-gb
- Force qtvirtualkeyboard to detect hunspell support
- find /usr -name pkgconfig
- export PKG_CONFIG_LIBDIR= all paths found above
- Why hunspell support is not detected on Ubuntu by default?
- On b2qt sysroot cross compilation, hunspell support is detected automatically
- Compile
- PATH/TO/QMAKE/qmake
- make
- make install
- Run test
- cd tests/auto/input
- PATH/TO/QMAKE/qmake
- make
- ./tst_inputpanel tst_plugin::test_wclAutoCommitWordSetting
Expected outcome:
- Test passes
Actual outcome:
- FAIL! : inputpanel::tst_plugin::test_wclAutoCommitWordSetting(row 0) 'function returned false' returned FALSE. ()
- Loc: [/home/sami/Work/qt5_pc/qtvirtualkeyboard/tests/auto/inputpanel/data/tst_inputpanel.qml(1639)]
Attachments
Issue Links
- relates to
-
QTQAINFRA-2226 CI consistently fails to merge patch in qtvirtualkeyboard for (mostly) inconsistent reasons
- Closed
-
QTBUG-62518 Qt Virtual Keyboard tests are flaky
- Closed