On Tue, Aug 22, 2023 at 03:40:57PM +0200, Aurelien Jarno wrote:
> It appears that the failing tests are already filtered on some
> architectures, would it be possible to do the same on riscv64 until we
> have time to investigate the issue? The following patches enables the
> package to build successfully:
> 
> --- wxwidgets3.2-3.2.2+dfsg/debian/rules
> +++ wxwidgets3.2-3.2.2+dfsg/debian/rules
> @@ -9,13 +9,13 @@
>  ifneq (,$(filter $(DEB_HOST_ARCH), alpha mips64el riscv64 s390x))
>  TEST_FILTER += ~[special-file]
>  endif
> -ifneq (,$(filter $(DEB_HOST_ARCH), hppa mips64el ppc64 s390x sparc64 x32))
> +ifneq (,$(filter $(DEB_HOST_ARCH), hppa mips64el ppc64 riscv64 s390x sparc64 
> x32))
>  TEST_GUI_FILTER += ~WebView
>  endif
>  ifneq (,$(filter $(DEB_HOST_ARCH), i386))
>  TEST_GUI_FILTER += ~wxImage::ChangeColours
>  endif
> -ifneq (,$(filter $(DEB_HOST_ARCH), mips64el sparc64))
> +ifneq (,$(filter $(DEB_HOST_ARCH), mips64el riscv64 sparc64))
>  TEST_GUI_FILTER += ~wxImage::Paste
>  endif

I don't know the background to these test failures, but extending them
for a new arch is clearly reasonable.  If this is blocking progress for
you please feel free to NMU the change above - otherwise we can include
this in the next upload.

Cheers,
    Olly

Reply via email to