-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
6.10.0 FF
-
None
-
-
558b7bfb4 (dev), fbadb992c (6.9), bb53cfd19 (6.8)
'/Users/qt/work/qt/qttools/tests/auto/helpengineplugin/tst_helpengineplugin.cpp:41:9: error: unknown type name 'DomCreationOptions'; did you mean 'DomCreationOption'?
DomCreationOptions options;
^~~~~~~~~~~~~~~~~~
DomCreationOption
/Users/qt/work/install/include/QtQmlDom/6.10.0/QtQmlDom/private/qqmldomconstants_p.h:414:6: note: 'DomCreationOption' declared here
enum DomCreationOption : char {
^
/Users/qt/work/qt/qttools/tests/auto/helpengineplugin/tst_helpengineplugin.cpp:42:16: error: member reference base type 'DomCreationOption' is not a structure or union
options.setFlag(DomCreationOption::WithScriptExpressions);
~~~~~~~^~~~~~~~
/Users/qt/work/qt/qttools/tests/auto/helpengineplugin/tst_helpengineplugin.cpp:42:44: error: no member named 'WithScriptExpressions' in 'QQmlJS::Dom::DomCreationOption'
options.setFlag(DomCreationOption::WithScriptExpressions);
~~~~~~~~~~~~~~~~~~~^
/Users/qt/work/qt/qttools/tests/auto/helpengineplugin/tst_helpengineplugin.cpp:43:16: error: member reference base type 'DomCreationOption' is not a structure or union
options.setFlag(DomCreationOption::WithSemanticAnalysis);
~~~~~~~^~~~~~~~
/Users/qt/work/qt/qttools/tests/auto/helpengineplugin/tst_helpengineplugin.cpp:43:44: error: no member named 'WithSemanticAnalysis' in 'QQmlJS::Dom::DomCreationOption'
options.setFlag(DomCreationOption::WithSemanticAnalysis);
~~~~~~~~~~~~~~~~~~~^
/Users/qt/work/qt/qttools/tests/auto/helpengineplugin/tst_helpengineplugin.cpp:44:16: error: member reference base type 'DomCreationOption' is not a structure or union
options.setFlag(DomCreationOption::WithRecovery);
~~~~~~~^~~~~~~~
/Users/qt/work/qt/qttools/tests/auto/helpengineplugin/tst_helpengineplugin.cpp:44:44: error: no member named 'WithRecovery' in 'QQmlJS::Dom::DomCreationOption'
options.setFlag(DomCreationOption::WithRecovery);
~~~~~~~~~~~~~~~~~~~^
7 errors generated.
Details: https://testresults.qt.io/coin/integration/qt/qttools/tasks/1737391126
Tested changes (refs/builds/qtci/dev/1737383903):
https://codereview.qt-project.org/c/qt/qttools/+/618335/2 Update dependencies on 'dev' in qt/qttools
| For Gerrit Dashboard: QTBUG-132953 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 618588,4 | Adapt tst_helpengineplugin test to changes in qtdeclarative | dev | qt/qttools | Status: MERGED | +2 | 0 |
| 618972,2 | Adapt tst_helpengineplugin test to changes in qtdeclarative | 6.9 | qt/qttools | Status: MERGED | +2 | 0 |
| 620288,2 | Adapt tst_helpengineplugin test to changes in qtdeclarative | 6.8 | qt/qttools | Status: MERGED | +2 | 0 |