-
Bug
-
Resolution: Done
-
P0: Blocker
-
6.0.0 Beta3
-
None
-
e2b87dda1fe4e8e22ea4231971085f4cd4852843 f84282dad7b28048c42f142132983ab2d6413783
See test failure of
https://codereview.qt-project.org/c/qt/qtquickcontrols2/+/321144
very probably triggered by change cbe1869fbe7048f34513b201a1d9111a0a64257a in qtdeclarative, as test logger is implemented as:
function log_init_results()
{
if (!Qt.testResults) {
Qt.testResults = {
reportedStart: false,
nextId: 0,
testCases: []
}
}
}
| For Gerrit Dashboard: QTBUG-88372 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 321264,3 | QQuickStackView: Allow URLs in createElement() | dev | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
| 321265,2 | testlib: Don't misuse the Qt object for storing test results | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |