Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
5.15, 6.0
-
None
Description
Consider
import QtQuick 2.15 import QtTest 1.15 Item { component TC: TestCase { function test_tc() { verify(true) } } TC {} }
In this case, enumerateTestCases in quicktest.cpp won't list test_tc (but the actual test will run).
Attachments
Issue Links
- is duplicated by
-
QTBUG-94072 Inline component causes stack overflow with QQuickTest (endless recursion)
- Closed
- relates to
-
QTBUG-90740 Quick test: inline components within components passed to createTemporaryObject cause crash
- Closed