gnu: kio: Enable 2 tests.
* gnu/packages/kde-frameworks.scm (kio) [arguments]: Run kiocore-threadtest and kiowidgets-kfileitemactionstest. Signed-off-by: Marius Bakke <marius@gnu.org>
parent
69127fd6b8
commit
680ab49349
|
@ -2703,7 +2703,7 @@ consumption.")
|
|||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||
(invoke "dbus-launch" "ctest"
|
||||
"-E" ; FIXME: 21/67 tests fail.
|
||||
"-E" ; FIXME: 19/67 tests fail.
|
||||
(string-append "(kiocore-jobtest"
|
||||
"|fileitemtest"
|
||||
"|kiocore-kmountpointtest"
|
||||
|
@ -2712,7 +2712,6 @@ consumption.")
|
|||
"|kiocore-krecentdocumenttest"
|
||||
"|kiocore-http_jobtest"
|
||||
"|kiogui-openurljobtest"
|
||||
"|kiocore-threadtest"
|
||||
"|applicationlauncherjob_forkingtest"
|
||||
"|applicationlauncherjob_scopetest"
|
||||
"|applicationlauncherjob_servicetest"
|
||||
|
@ -2721,7 +2720,6 @@ consumption.")
|
|||
"|commandlauncherjob_servicetest"
|
||||
"|kiowidgets-kdirlistertest"
|
||||
"|kiowidgets-kdirmodeltest"
|
||||
"|kiowidgets-kfileitemactionstest"
|
||||
"|kiowidgets-kurifiltertest-colon-separator"
|
||||
"|kiowidgets-kurifiltertest-space-separator"
|
||||
"|kiofilewidgets-knewfilemenutest)")))))
|
||||
|
|
Reference in New Issue