Details
-
Technical task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
Go though blacklisted tests on Windows.
- see if there are common patterns.
- see if there are bigger issues with qtestlib API (e.g missing convenience APIs?)
- is the test badly written? Or is it a bug in QPA plugin? Network latency issue? Fix the test when possible. Assign/ask to someone else who is working on particular area?
Document things that are worth sharing (see QTBUG-63987) and move common helpers functions in the shared area (depends on QTBUG-63994).
find qtbase/tests/auto/ -name BLACKLIST | xargs grep -i 'windows\|winrt'