Re: lyx2lyx tests are timing out now

2025-07-30 Thread Scott Kostyshak
On Tue, Jul 29, 2025 at 11:31:43PM -0400, Richard Kimberly Heck wrote: > On 7/29/25 6:53 PM, Scott Kostyshak wrote: > > Some lyx2lyx tests are timing out now, suggesting a possible infinite > > loop. For example, > > > >lyx -e lyx24x autotests/export/lyx2lyx/lyx_2_3_test.lyx > > > > I think i

Re: lyx2lyx tests are timing out now

2025-07-29 Thread Richard Kimberly Heck
On 7/29/25 6:53 PM, Scott Kostyshak wrote: Some lyx2lyx tests are timing out now, suggesting a possible infinite loop. For example, lyx -e lyx24x autotests/export/lyx2lyx/lyx_2_3_test.lyx I think it's due to a commit in the last couple of days. Silly mistake by me. Riki -- lyx-devel mai

Re: lyx2lyx tests failing due to recent commit

2023-01-29 Thread Scott Kostyshak
On Sun, Jan 29, 2023 at 09:49:09AM +0100, Jürgen Spitzmüller wrote: > Am Samstag, dem 28.01.2023 um 14:28 -0500 schrieb Scott Kostyshak: > > The following tests just started to fail: > > > >     3581 - > > export/examples/Articles/Astronomy_%26_Astrophysics_lyx22 (Failed) > >     3582 - >

Re: lyx2lyx tests failing due to recent commit

2023-01-29 Thread Jürgen Spitzmüller
Am Samstag, dem 28.01.2023 um 14:28 -0500 schrieb Scott Kostyshak: > The following tests just started to fail: > >     3581 - > export/examples/Articles/Astronomy_%26_Astrophysics_lyx22 (Failed) >     3582 - > export/examples/Articles/Astronomy_%26_Astrophysics_lyx23 (Failed) >     633

Re: lyx2lyx tests failing

2019-03-25 Thread Jürgen Spitzmüller
Am Sonntag, den 24.03.2019, 21:02 +0100 schrieb Kornel Benko: > Probably all lyx2lyx tests are failing due to > src/BufferParams.cpp:1153 > LYXERR0("docsys: " << docsys << ",build: " << > package().build_support().realPath()); This was committed by accident. Removed. Jürgen signature.

Re: lyx2lyx tests failing

2019-03-24 Thread Kornel Benko
Am Sonntag, 24. März 2019, 21:02:28 CET schrieb Kornel Benko: > Probably all lyx2lyx tests are failing due to > src/BufferParams.cpp:1153 > LYXERR0("docsys: " << docsys << ",build: " << > package().build_support().realPath()); > > Kornel I meant exports to previous version, i.e. lyx

Re: lyx2lyx tests

2019-03-12 Thread Guenter Milde
On 2019-01-25, Kornel Benko wrote: > Am Donnerstag, 24. Januar 2019 15:01:53 CET schrieb Guenter Milde > : >> >> ... >> >> Test #270: export/export/ko_default_lyx21 >> >> Test #271: export/export/ko_default_lyx22_pdf2 >> >> Test #272: export/export/ko_default_lyx23_pdf2 >> >> ... >> > No, because

Re: lyx2lyx tests failing on master

2019-03-11 Thread Scott Kostyshak
On Mon, Mar 11, 2019 at 12:11:38PM +0100, Jürgen Spitzmüller wrote: > Am Mo., 11. März 2019 um 11:54 Uhr schrieb Kornel Benko : > > > Thanks, interesting problems (while following your recent commits) :) > > > > Yes, it's a tricky task. But apart from some edge cases, language reversion > should

Re: lyx2lyx tests failing on master

2019-03-11 Thread Jürgen Spitzmüller
Am Mo., 11. März 2019 um 11:54 Uhr schrieb Kornel Benko : > Thanks, interesting problems (while following your recent commits) :) > Yes, it's a tricky task. But apart from some edge cases, language reversion should work now (and much better than before). Jürgen

Re: lyx2lyx tests failing on master

2019-03-11 Thread Kornel Benko
Am Montag, 11. März 2019 10:38:58 CET schrieb Jürgen Spitzmüller : > Am Mo., 11. März 2019 um 09:44 Uhr schrieb Kornel Benko : > > > According to the log, the loop is inside > > $ lyx -e lyx22x autotests/export/lyx2lyx/lyx_2_3_test.lyx > > So, trying > > $ lyx2lyx -V 2.2 lyx_2_3_t

Re: lyx2lyx tests failing on master

2019-03-11 Thread Jürgen Spitzmüller
Am Mo., 11. März 2019 um 09:44 Uhr schrieb Kornel Benko : > According to the log, the loop is inside > $ lyx -e lyx22x autotests/export/lyx2lyx/lyx_2_3_test.lyx > So, trying > $ lyx2lyx -V 2.2 lyx_2_3_test.lyx > The loop is fixed now. There are some other things to polish. I'll do

Re: lyx2lyx tests failing on master

2019-03-11 Thread Kornel Benko
Am Montag, 11. März 2019 09:44:25 CET schrieb Kornel Benko : > Am Sonntag, 10. März 2019 19:18:49 CET schrieb Scott Kostyshak > : > > I get the following on current master: > > > > $ ctest --timeout 60 -R "lyx2lyx" > > > > The following tests FAILED: > > 1357 - INVERTED.TODO_export/export/ly

Re: lyx2lyx tests failing on master

2019-03-11 Thread Kornel Benko
Am Sonntag, 10. März 2019 19:18:49 CET schrieb Scott Kostyshak : > I get the following on current master: > > $ ctest --timeout 60 -R "lyx2lyx" > > The following tests FAILED: > 1357 - INVERTED.TODO_export/export/lyx2lyx/lyx_2_3_test_lyx16 (Timeout) > 1358 - INVERTED.TODO_export/expo

Re: lyx2lyx tests

2019-01-25 Thread Kornel Benko
Am Donnerstag, 24. Januar 2019 15:01:53 CET schrieb Guenter Milde : > >> ... > >> Test #270: export/export/ko_default_lyx21 > >> Test #271: export/export/ko_default_lyx22_pdf2 > >> Test #272: export/export/ko_default_lyx23_pdf2 > >> ... > > > No, because the test name displayed by ctest is create

Re: lyx2lyx tests

2019-01-24 Thread Guenter Milde
On 2019-01-24, Kornel Benko wrote: > Am Donnerstag, 24. Januar 2019 11:55:38 CET schrieb Guenter Milde > : >> On 2019-01-23, Kornel Benko wrote: >> > Am Mittwoch, 23. Januar 2019 11:54:55 CET schrieb Kornel Benko >> > : >> However, with "test output" I had in mind the terminal output. > That i

Re: lyx2lyx tests

2019-01-24 Thread Kornel Benko
Am Donnerstag, 24. Januar 2019 11:55:38 CET schrieb Guenter Milde : > Dear Kornel, > > On 2019-01-23, Kornel Benko wrote: > > Am Mittwoch, 23. Januar 2019 11:54:55 CET schrieb Kornel Benko > > : > > >> > Alternatively, a summary of the reason to fail in the test output might > >> > also help th