pyml icon indicating copy to clipboard operation
pyml copied to clipboard

Tests `reinitialize` and `interactive loop` fail on current Debian sid

Open glondu opened this issue 2 years ago • 4 comments

These two tests fail on current Debian sid. By disabling them, the rest passes.

glondu avatar Jan 23 '23 11:01 glondu

For reference: https://salsa.debian.org/ocaml-team/pyml/-/commit/d3bdb66e7e2fe6074707843ee94bca77b7f2652c

glondu avatar Jan 23 '23 11:01 glondu

Sorry for the very long delay. Could you help me to reproduce the bug? The following Dockerfile succeeds:

FROM debian:sid
RUN apt-get update --yes && \
    apt-get install --yes ocaml libstdcompat-ocaml-dev make git libpython3-dev
RUN git clone https://github.com/thierry-martinez/pyml.git
RUN cd pyml && make
RUN cd pyml && make test

thierry-martinez avatar Nov 01 '23 17:11 thierry-martinez

Tests fail with tag 20220905 but not with branch main. Maybe something has been fixed meanwhile.

glondu avatar Nov 02 '23 12:11 glondu

Bisecting reveals the test suite is fixed by a0bc5aca8632bea273f869d622cad2f55e754a7c.

glondu avatar Nov 02 '23 12:11 glondu