Re: On reproducing failures of MR

2022-02-15 Thread Dan Eble
On Feb 15, 2022, at 04:54, Paulo Matos wrote: > > So `make test` runs the regression tests to `out`, `make test-baseline` > creates a current baseline in `out-baseline` and `make check` runs the > tests and creates a comparison with baseline. :) I hope I got it. And after making a change, run `m

Re: On reproducing failures of MR

2022-02-15 Thread Paulo Matos
Jean Abou Samra writes: > Hi Paulo, > > > Le 14/02/2022 à 18:50, Paulo Matos a écrit : >> Hi, >> >> I am attempting to understand what are the failures in >> https://gitlab.com/lilypond/lilypond/-/merge_requests/875 >> >> I decided to have a baseline of test results from HEAD before applying >>

Re: On reproducing failures of MR

2022-02-14 Thread Jean Abou Samra
Hi Paulo, Le 14/02/2022 à 18:50, Paulo Matos a écrit : Hi, I am attempting to understand what are the failures in https://gitlab.com/lilypond/lilypond/-/merge_requests/875 I decided to have a baseline of test results from HEAD before applying !875. For this I configured git HEAD with ./config

On reproducing failures of MR

2022-02-14 Thread Paulo Matos
Hi, I am attempting to understand what are the failures in https://gitlab.com/lilypond/lilypond/-/merge_requests/875 I decided to have a baseline of test results from HEAD before applying !875. For this I configured git HEAD with ./configure GUILE_FLAVOUR=guile-2.2. After building I ran the tests