Skip to content

Commit

Permalink
dev-qt/qtbase: skip flaky tst_qprocess
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/936484
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Jul 22, 2024
1 parent e054895 commit d6bad40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions dev-qt/qtbase/qtbase-6.7.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ src_test() {
# randomly fails without -j1, and not worth it over this (bug #916181)
tst_qfiledialog{,2}
# may randomly hang+timeout, perhaps related to -j as well
tst_qprocess #936484
tst_qtimer
# these can be flaky depending on the environment/toolchain
tst_qlogging # backtrace log test can easily vary
Expand Down Expand Up @@ -309,7 +310,6 @@ src_test() {
tst_qicoimageformat
tst_qimagereader
tst_qimage
tst_qprocess
')
# fails due to hppa's NaN handling, needs looking into (bug #914371)
$(usev hppa '
Expand All @@ -319,7 +319,6 @@ src_test() {
# bug #914033
$(usev sparc '
tst_qbuffer
tst_qprocess
tst_qtconcurrentiteratekernel
')
# note: for linux, upstream only really runs+maintains tests for amd64
Expand Down
3 changes: 1 addition & 2 deletions dev-qt/qtbase/qtbase-6.7.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ src_test() {
# randomly fails without -j1, and not worth it over this (bug #916181)
tst_qfiledialog{,2}
# may randomly hang+timeout, perhaps related to -j as well
tst_qprocess #936484
tst_qtimer
# these can be flaky depending on the environment/toolchain
tst_qlogging # backtrace log test can easily vary
Expand Down Expand Up @@ -308,7 +309,6 @@ src_test() {
tst_qicoimageformat
tst_qimagereader
tst_qimage
tst_qprocess
')
# fails due to hppa's NaN handling, needs looking into (bug #914371)
$(usev hppa '
Expand All @@ -318,7 +318,6 @@ src_test() {
# bug #914033
$(usev sparc '
tst_qbuffer
tst_qprocess
tst_qtconcurrentiteratekernel
')
# note: for linux, upstream only really runs+maintains tests for amd64
Expand Down
3 changes: 1 addition & 2 deletions dev-qt/qtbase/qtbase-6.8.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ src_test() {
# randomly fails without -j1, and not worth it over this (bug #916181)
tst_qfiledialog{,2}
# may randomly hang+timeout, perhaps related to -j as well
tst_qprocess #936484
tst_qtimer
# these can be flaky depending on the environment/toolchain
tst_qlogging # backtrace log test can easily vary
Expand Down Expand Up @@ -320,7 +321,6 @@ src_test() {
tst_qicoimageformat
tst_qimagereader
tst_qimage
tst_qprocess
')
# fails due to hppa's NaN handling, needs looking into (bug #914371)
$(usev hppa '
Expand All @@ -330,7 +330,6 @@ src_test() {
# bug #914033
$(usev sparc '
tst_qbuffer
tst_qprocess
tst_qtconcurrentiteratekernel
')
# note: for linux, upstream only really runs+maintains tests for amd64
Expand Down
3 changes: 1 addition & 2 deletions dev-qt/qtbase/qtbase-6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ src_test() {
# randomly fails without -j1, and not worth it over this (bug #916181)
tst_qfiledialog{,2}
# may randomly hang+timeout, perhaps related to -j as well
tst_qprocess #936484
tst_qtimer
# these can be flaky depending on the environment/toolchain
tst_qlogging # backtrace log test can easily vary
Expand Down Expand Up @@ -320,7 +321,6 @@ src_test() {
tst_qicoimageformat
tst_qimagereader
tst_qimage
tst_qprocess
')
# fails due to hppa's NaN handling, needs looking into (bug #914371)
$(usev hppa '
Expand All @@ -330,7 +330,6 @@ src_test() {
# bug #914033
$(usev sparc '
tst_qbuffer
tst_qprocess
tst_qtconcurrentiteratekernel
')
# note: for linux, upstream only really runs+maintains tests for amd64
Expand Down

0 comments on commit d6bad40

Please sign in to comment.