Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.15, 6.0
-
Fix Version/s: 6.x
-
Component/s: Testing: QuickTest
-
Labels: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
-