Hide expected warnings from test output
Bug #1272431 reported by
Leo Arias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
Medium
|
Cris Dywan | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
New
|
Undecided
|
Unassigned | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
We need to remove all the warnings from the test suite, so that when a new warning appears we can tell if it's a real problem or something we can safely ignore.
Currently there are too many warnings when running make check, and they might be hiding real bugs. Some of this warnings are expected and precisely what the test is checking.
For the expected warnings, we need to find a way to hide them.
Related branches
lp://staging/~ubuntu-sdk-team/ubuntu-ui-toolkit/ignoreExpectedWarnings
- PS Jenkins bot: Approve (continuous-integration)
- Tim Peeters: Approve
-
Diff: 1230 lines (+230/-139)39 files modifieddocumentation/docs.sh (+1/-1)
modules/Ubuntu/Components/ListItems/Divider.qml (+1/-0)
modules/Ubuntu/Components/ListItems/ValueSelector.qml (+1/-2)
modules/Ubuntu/Components/Pickers/DatePicker.qml (+3/-3)
modules/Ubuntu/Components/Themes/Ambiance/qmldir (+2/-0)
modules/Ubuntu/Components/plugin/statesaverbackend_p.cpp (+1/-1)
modules/Ubuntu/Components/plugin/uctheme.cpp (+9/-4)
modules/Ubuntu/Layouts/plugin/ullayouts.cpp (+1/-1)
modules/Ubuntu/Test/plugin/uctestcase.cpp (+14/-2)
modules/Ubuntu/Test/plugin/uctestcase.h (+2/-0)
tests/qmlapicheck.sh (+4/-5)
tests/tests.pro (+4/-0)
tests/unit/add_qmlmakecheck.pri (+0/-3)
tests/unit/runtest.sh (+4/-25)
tests/unit/tst_arguments/tst_arguments.cpp (+71/-32)
tests/unit/tst_components/tst_CrossFadeImage.qml (+0/-3)
tests/unit/tst_components/tst_action.qml (+13/-2)
tests/unit/tst_components/tst_checkbox.qml (+1/-1)
tests/unit/tst_components/tst_label.qml (+2/-8)
tests/unit/tst_components/tst_listitems_base.qml (+2/-5)
tests/unit/tst_components/tst_listitems_valueselector.qml (+2/-5)
tests/unit/tst_performance/ButtonStyleGrid.qml (+3/-1)
tests/unit/tst_performance/SliderStyleGrid.qml (+5/-1)
tests/unit_x11/tst_components/tst_datepicker.qml (+5/-0)
tests/unit_x11/tst_components/tst_focus.qml (+2/-1)
tests/unit_x11/tst_components/tst_listitems_itemselector.qml (+4/-1)
tests/unit_x11/tst_components/tst_listitems_standard.qml (+2/-5)
tests/unit_x11/tst_components/tst_optionselector.qml (+4/-1)
tests/unit_x11/tst_components/tst_picker.qml (+1/-1)
tests/unit_x11/tst_components/tst_pickerpanel.qml (+4/-0)
tests/unit_x11/tst_components/tst_textarea.qml (+5/-1)
tests/unit_x11/tst_components/tst_textarea_in_flickable.qml (+0/-2)
tests/unit_x11/tst_components/tst_textfield.qml (+2/-1)
tests/unit_x11/tst_layouts/tst_layouts.cpp (+17/-0)
tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp (+3/-0)
tests/unit_x11/tst_statesaver/NormalAppClose.qml (+4/-1)
tests/unit_x11/tst_statesaver/SimpleApp.qml (+2/-0)
tests/unit_x11/tst_statesaver/tst_statesaver.cpp (+19/-20)
tests/unit_x11/tst_theme_engine/tst_theme_enginetest.cpp (+10/-0)
tags: |
added: qa-new removed: qa |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Fix Released |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
status: | New → Fix Released |
To post a comment you must log in.
I'm not sure if this was already worked on