"Failed to create OpenGL context" when running ui-toolkit tests under Qt 5.3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
Critical
|
Zsombor Egri | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
New
|
Undecided
|
Unassigned |
Bug Description
After getting bug #1317881 fixed, the next problem in the row is:
--- cut ---
tst_mainview.qml exited with 0
Executing ./tst_components -platform minimal -input tst_page.qml -maxwarnings 40 -o ../../test_
unity::
Could not get session bus. Actions will not be available through D-Bus.
Reason: Cannot spawn a message bus without a machine-id: Unable to load /var/lib/
unity::
Could not determine application identifier. HUD will not work properly.
Provide your application identifier in $APP_ID environment variable.
This plugin does not support createPlatformO
Failed to create OpenGL context for format QSurfaceFormat(
Woot! Known problematic test did pass afterall!
Consider removing tst_page.qml from EXCEPTIONS in ../../unit/
tst_page.qml exited with 2
Makefile:343: recipe for target 'check' failed
--- cut ---
--
Refer to kept-update info on the front page of https:/
Related branches
- Zoltan Balogh: Approve
- PS Jenkins bot: Approve (continuous-integration)
- Timo Jyrinki: Approve
-
Diff: 244 lines (+47/-14)12 files modifiedmodules/Ubuntu/Components/OrientationHelper.qml (+1/-1)
modules/Ubuntu/Components/plugin/inversemouseareatype.cpp (+10/-7)
modules/Ubuntu/Components/plugin/inversemouseareatype.h (+2/-1)
modules/Ubuntu/Components/plugin/uctheme.cpp (+6/-1)
tests/launcher/launcher.cpp (+4/-1)
tests/unit/unit.pro (+0/-2)
tests/unit_x11/tst_components/tst_hide_chrome.qml (+5/-0)
tests/unit_x11/tst_components/tst_popover.qml (+1/-0)
tests/unit_x11/tst_components/tst_textarea.qml (+2/-0)
tests/unit_x11/tst_inversemousearea/InverseMouseAreaInWindow.qml (+3/-0)
tests/unit_x11/tst_inversemousearea/tst_inversemouseareatest.cpp (+4/-0)
tests/unit_x11/unit_x11.pro (+9/-1)
tags: | added: qt5.3 |
Changed in ubuntu-ui-toolkit: | |
assignee: | nobody → Zsombor Egri (zsombi) |
milestone: | none → june-2014 |
Changed in ubuntu-ui-toolkit: | |
assignee: | Zsombor Egri (zsombi) → Tim Peeters (tpeeters) |
Changed in ubuntu-ui-toolkit: | |
assignee: | Tim Peeters (tpeeters) → Zsombor Egri (zsombi) |
Changed in ubuntu-ui-toolkit: | |
importance: | Undecided → Critical |
Changed in ubuntu-ui-toolkit: | |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Fix Committed → Fix Released |
Added "force running all tests" build log. Failing unit tests down from 10 in bug #1317881 to 5 now!
Note though that 3 of these "Failed to create OpenGL context" failures are not in that count of "5". Only 2 of such failures lead to "1 failed" summary which was used for the calculation, but in reality there are 5 OpenGL context creation errors and at least 3 other failures.