← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1625993] [NEW] tst_MainView::testLabsSettings has a lot of warnings

 

Public bug reported:

ubuntu@xenial1:~/dev/ubuntu-ui-toolkit/staging/tests/unit/mainview$ ./mainview 
********* Start testing of tst_MainView *********
Config: Using QtTest library 5.6.1, Qt 5.6.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.4.0 20160609)
PASS   : tst_MainView::initTestCase()
PASS   : tst_MainView::testCase_AppName()
PASS   : tst_MainView::testSetApplicationName()
PASS   : tst_MainView::testExpectedDataFolder()
PASS   : tst_MainView::testExpectedCacheFolder()
PASS   : tst_MainView::testLocalStorage()
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/1.3/TextField.qml:938:5: QML AbstractButton: Mixing of Ubuntu.Components module versions 1.3 and 1.2 detected!
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/SectionsForPageHeadStyle.qml:44: TypeError: Cannot read property 'background' of undefined
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/SectionsForPageHeadStyle.qml:37:42: Unable to assign [undefined] to QColor
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/SectionsForPageHeadStyle.qml:30:34: Unable to assign [undefined] to QColor
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/ActionBarStyle.qml:37: TypeError: Cannot read property 'background' of undefined
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/ActionBarStyle.qml:35: TypeError: Cannot read property 'backgroundText' of undefined
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/PageHeadStyle.qml:107: TypeError: Cannot read property 'background' of undefined
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/PageHeadStyle.qml:80: TypeError: Cannot read property 'background' of undefined
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/TextAreaStyle.qml:44:32: Unable to assign [undefined] to QColor
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/TextAreaStyle.qml:33:39: Unable to assign [undefined] to QColor
QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/FocusShape.qml:26:12: Unable to assign [undefined] to QColor
PASS   : tst_MainView::testLabsSettings()
PASS   : tst_MainView::testQSettings()
PASS   : tst_MainView::testNoWarnings_bug186065()
QDEBUG : tst_MainView::testWindowTitleFromPage() qml: Page.tools is a deprecated property. Please use Page.head instead.
PASS   : tst_MainView::testWindowTitleFromPage()
QDEBUG : tst_MainView::testWindowTitleFromStack() qml: Page.tools is a deprecated property. Please use Page.head instead.
PASS   : tst_MainView::testWindowTitleFromStack()
QDEBUG : tst_MainView::testWindowTitleFromTabs() qml: Page.tools is a deprecated property. Please use Page.head instead.
PASS   : tst_MainView::testWindowTitleFromTabs()
PASS   : tst_MainView::cleanupTestCase()
Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted
********* Finished testing of tst_MainView *********

** Affects: ubuntu-ui-toolkit (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1625993

Title:
  tst_MainView::testLabsSettings has a lot of warnings

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  ubuntu@xenial1:~/dev/ubuntu-ui-toolkit/staging/tests/unit/mainview$ ./mainview 
  ********* Start testing of tst_MainView *********
  Config: Using QtTest library 5.6.1, Qt 5.6.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.4.0 20160609)
  PASS   : tst_MainView::initTestCase()
  PASS   : tst_MainView::testCase_AppName()
  PASS   : tst_MainView::testSetApplicationName()
  PASS   : tst_MainView::testExpectedDataFolder()
  PASS   : tst_MainView::testExpectedCacheFolder()
  PASS   : tst_MainView::testLocalStorage()
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/1.3/TextField.qml:938:5: QML AbstractButton: Mixing of Ubuntu.Components module versions 1.3 and 1.2 detected!
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/SectionsForPageHeadStyle.qml:44: TypeError: Cannot read property 'background' of undefined
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/SectionsForPageHeadStyle.qml:37:42: Unable to assign [undefined] to QColor
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/SectionsForPageHeadStyle.qml:30:34: Unable to assign [undefined] to QColor
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/ActionBarStyle.qml:37: TypeError: Cannot read property 'background' of undefined
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/ActionBarStyle.qml:35: TypeError: Cannot read property 'backgroundText' of undefined
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/PageHeadStyle.qml:107: TypeError: Cannot read property 'background' of undefined
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/PageHeadStyle.qml:80: TypeError: Cannot read property 'background' of undefined
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/TextAreaStyle.qml:44:32: Unable to assign [undefined] to QColor
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/TextAreaStyle.qml:33:39: Unable to assign [undefined] to QColor
  QWARN  : tst_MainView::testLabsSettings() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.3/FocusShape.qml:26:12: Unable to assign [undefined] to QColor
  PASS   : tst_MainView::testLabsSettings()
  PASS   : tst_MainView::testQSettings()
  PASS   : tst_MainView::testNoWarnings_bug186065()
  QDEBUG : tst_MainView::testWindowTitleFromPage() qml: Page.tools is a deprecated property. Please use Page.head instead.
  PASS   : tst_MainView::testWindowTitleFromPage()
  QDEBUG : tst_MainView::testWindowTitleFromStack() qml: Page.tools is a deprecated property. Please use Page.head instead.
  PASS   : tst_MainView::testWindowTitleFromStack()
  QDEBUG : tst_MainView::testWindowTitleFromTabs() qml: Page.tools is a deprecated property. Please use Page.head instead.
  PASS   : tst_MainView::testWindowTitleFromTabs()
  PASS   : tst_MainView::cleanupTestCase()
  Totals: 13 passed, 0 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_MainView *********

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1625993/+subscriptions


Follow ups