On Sat, Sep 10, 2016 at 01:32:22PM +0100, Marius Bakke wrote:
> +         (add-after 'disable-asserts 'disable-failing-tests
> +           (lambda _
> +             ;; One test times out on MIPS, so we need to disable it.
> +             ;; The rest is known to fail on non-x86_64 platforms in the 
> current release.
> +             ;; Some have been fixed in git; this list should be readjusted 
> next update.
> +             (let* ((system ,(or (%current-target-system)
> +                                 (%current-system)))
> +                    (disabled-tests (cond
> +                                     ((string-prefix? "mips64" system)
> +                                      '("object_detector" ; timeout
> +                                        "data_io"))
> +                                     ((string-prefix? "armhf" system)
> +                                      '("learning_to_track" 
> "max_cost_assignment"))
> +                                     ((string-prefix? "i686" system)
> +                                      '("optimization" "matrix2" "mpc"))
> +                                     (else '()))))
> +               ;; The following test fails due a bug in openblas < 0.2.18.

I updated OpenBLAS to 0.2.19 on core-updates.

Reply via email to