Re: tex2lyx tests failing on master

2024-02-25 Thread Scott Kostyshak
On Sun, Feb 25, 2024 at 07:04:18AM +0100, Jürgen Spitzmüller wrote: > Am Samstag, dem 24.02.2024 um 19:46 -0500 schrieb Scott Kostyshak: > > I do not know if there's a regression, or if the reference files just > > need to be updated. > > The latter. Done. Thanks, looks good here now. Scott si

Re: tex2lyx tests failing on master

2024-02-24 Thread Jürgen Spitzmüller
Am Samstag, dem 24.02.2024 um 19:46 -0500 schrieb Scott Kostyshak: > I do not know if there's a regression, or if the reference files just > need to be updated. The latter. Done. -- Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@l

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Wed, 02 Mar 2022 08:15:20 +0100 schrieb Jürgen Spitzmüller : > Am Mittwoch, dem 02.03.2022 um 08:04 +0100 schrieb Jürgen Spitzmüller: > > The real culprit is 4cab1a77d20d3db8. > > > > You now exit fromLaTeXCommand() in the "easy" cases, without properly > > setting needsTermination. If this bo

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Mittwoch, dem 02.03.2022 um 08:04 +0100 schrieb Jürgen Spitzmüller: > The real culprit is 4cab1a77d20d3db8. > > You now exit fromLaTeXCommand() in the "easy" cases, without properly > setting needsTermination. If this boolean is correctly set (see the > logic in the method below), the problem i

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Mittwoch, dem 02.03.2022 um 02:08 +0100 schrieb Thibaut Cuvelier: > I'm still unable to reproduce locally. My Git directory is quite > clean: The real culprit is 4cab1a77d20d3db8. You now exit fromLaTeXCommand() in the "easy" cases, without properly setting needsTermination. If this boolean is

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Wed, 2 Mar 2022 02:08:11 +0100 schrieb Thibaut Cuvelier : > 41: 'py' is not recognized as an internal or external command, ... > 41: -- Error output of D:/LyX/lyx-unstable/src/tex2lyx/test/runtests.py = 0 > > 100% tests passed, 0 tests failed out of 36 > > Label Time Summary: > cmplyx:tex2lyx

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Tue, 1 Mar 2022 13:41:05 -0500 schrieb Scott Kostyshak : > On Tue, Mar 01, 2022 at 06:37:38PM +0100, Kornel Benko wrote: > > Am Tue, 1 Mar 2022 18:05:08 +0100 > > schrieb Jürgen Spitzmüller : > > > > > Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller > > > : > > > Am Di., 1. Mär

Re: tex2lyx tests failing on current master

2022-03-01 Thread Scott Kostyshak
On Tue, Mar 01, 2022 at 06:37:38PM +0100, Kornel Benko wrote: > Am Tue, 1 Mar 2022 18:05:08 +0100 > schrieb Jürgen Spitzmüller : > > > Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller > > : > > Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier > > : > > > I tested only for t

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Tue, 1 Mar 2022 18:05:08 +0100 schrieb Jürgen Spitzmüller : > Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller : > Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier > : > > I tested only for test.ltx, but I can reproduce the error at commit > > df59649a (before > > any of

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Di., 1. März 2022 um 17:53 Uhr schrieb Jürgen Spitzmüller : > Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier < > tcuvel...@lyx.org>: > >> I tested only for test.ltx, but I can reproduce the error at commit >> df59649a (before any of my Unicode changes). >> > > Interestingly, I can't

Re: tex2lyx tests failing on current master

2022-03-01 Thread Jürgen Spitzmüller
Am Di., 1. März 2022 um 03:48 Uhr schrieb Thibaut Cuvelier < tcuvel...@lyx.org>: > I tested only for test.ltx, but I can reproduce the error at commit > df59649a (before any of my Unicode changes). > Interestingly, I can't. With "make updatetests" in src/tex2lyx (which runs the tex2lyx tests), I

Re: tex2lyx tests failing on current master

2022-03-01 Thread Kornel Benko
Am Tue, 1 Mar 2022 03:48:26 +0100 schrieb Thibaut Cuvelier : > On Sun, 27 Feb 2022 at 16:12, Jürgen Spitzmüller wrote: > > > Am Sonntag, dem 27.02.2022 um 15:05 +0100 schrieb Jürgen Spitzmüller: > > > The more serious issue is perhaps that the produced file seems to > > > differ. But I am not su

Re: tex2lyx tests failing on current master

2022-02-28 Thread Thibaut Cuvelier
On Sun, 27 Feb 2022 at 16:12, Jürgen Spitzmüller wrote: > Am Sonntag, dem 27.02.2022 um 15:05 +0100 schrieb Jürgen Spitzmüller: > > The more serious issue is perhaps that the produced file seems to > > differ. But I am not sure how to read those tests. > > These problems begin with > > [fec498d66

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Sonntag, dem 27.02.2022 um 15:05 +0100 schrieb Jürgen Spitzmüller: > The more serious issue is perhaps that the produced file seems to > differ. But I am not sure how to read those tests. These problems begin with [fec498d6617d9] unicodesymbols: add several synonyms. Attached is a diff from t

Re: tex2lyx tests failing on current master

2022-02-27 Thread Kornel Benko
Am Sun, 27 Feb 2022 15:05:43 +0100 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 27.02.2022 um 12:38 +0100 schrieb Kornel Benko: > > b'Overwriting existing > > file /BUILD/BUILDMint18/BuildLyxGitQt5.9.5local- > > gcc8.4.0/src/tex2lyx/test/test.lyx\nFloating.cpp > > (72): Unrecognised float type:

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Sonntag, dem 27.02.2022 um 12:38 +0100 schrieb Kornel Benko: > b'Overwriting existing > file /BUILD/BUILDMint18/BuildLyxGitQt5.9.5local- > gcc8.4.0/src/tex2lyx/test/test.lyx\nFloating.cpp > (72): Unrecognised float type: endnote\nFloating.cpp (72): > Unrecognised float type: > endnote\nFloating.

Re: tex2lyx tests failing on current master

2022-02-27 Thread Kornel Benko
Am Sun, 27 Feb 2022 10:59:28 +0100 schrieb Jürgen Spitzmüller : > Am Sonntag, dem 27.02.2022 um 10:25 +0100 schrieb Kornel Benko: > > Here it is (72% tests passed, 10 tests failed out of 36) > > > > The following tests FAILED: > > 10 - tex2lyx/roundtrip/test.ltx (Failed) > > 11 - tex2ly

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Sonntag, dem 27.02.2022 um 10:25 +0100 schrieb Kornel Benko: > Here it is (72% tests passed, 10 tests failed out of 36) > > The following tests FAILED: >10 - tex2lyx/roundtrip/test.ltx (Failed) >11 - tex2lyx/cmplyx/test.ltx (Failed) >14 - tex2lyx/roundtrip/beamer.tex (Fa

Re: tex2lyx tests failing on current master

2022-02-27 Thread Kornel Benko
Am Sun, 27 Feb 2022 09:42:03 +0100 schrieb Jürgen Spitzmüller : > Am Samstag, dem 26.02.2022 um 23:23 -0500 schrieb Scott Kostyshak: > > There are some tex2lyx tests failing on current master. > > Can you be a bit more precise? > > Jürgen > Here it is (72% tests passed, 10 tests failed out o

Re: tex2lyx tests failing on current master

2022-02-27 Thread Jürgen Spitzmüller
Am Samstag, dem 26.02.2022 um 23:23 -0500 schrieb Scott Kostyshak: > There are some tex2lyx tests failing on current master. Can you be a bit more precise? Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.

Re: tex2lyx tests failing on master

2021-01-06 Thread Scott Kostyshak
On Wed, Jan 06, 2021 at 01:58:48AM -0500, Richard Kimberly Heck wrote: > On 1/6/21 1:06 AM, Scott Kostyshak wrote: > > I think it's because of the format update. > > Sorry, updated. Thanks, they pass now. Scott signature.asc Description: PGP signature -- lyx-devel mailing list lyx-devel@lists

Re: tex2lyx tests failing on master

2021-01-05 Thread Richard Kimberly Heck
On 1/6/21 1:06 AM, Scott Kostyshak wrote: > I think it's because of the format update. Sorry, updated. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: tex2lyx tests failing on master

2020-08-12 Thread Kornel Benko
Am Wed, 12 Aug 2020 13:14:26 +0200 schrieb Jürgen Spitzmüller : > Am Mittwoch, den 12.08.2020, 12:41 +0200 schrieb Jürgen Spitzmüller: > > > Yes, the differences in expected vs created by tex2lyx are like > > this: > > > > OK, so only the test cases need to be updated. Yes, seems so. > Done

Re: tex2lyx tests failing on master

2020-08-12 Thread Jürgen Spitzmüller
Am Mittwoch, den 12.08.2020, 12:41 +0200 schrieb Jürgen Spitzmüller: > > Yes, the differences in expected vs created by tex2lyx are like > this: > > OK, so only the test cases need to be updated. Done. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mail

Re: tex2lyx tests failing on master

2020-08-12 Thread Jürgen Spitzmüller
Am Mittwoch, den 12.08.2020, 11:31 +0200 schrieb Kornel Benko: > Yes, the differences in expected vs created by tex2lyx are like this: OK, so only the test cases need to be updated. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@li

Re: tex2lyx tests failing on master

2020-08-12 Thread Kornel Benko
Am Wed, 12 Aug 2020 11:08:32 +0200 schrieb Jürgen Spitzmüller : > Am Dienstag, den 11.08.2020, 11:10 -0400 schrieb Scott Kostyshak: > > The following tests FAILED: > > Does it also tell you what exactly failed? > > Jürgen Yes, the differences in expected vs created by tex2lyx are like this: +

Re: tex2lyx tests failing on master

2020-08-12 Thread Jürgen Spitzmüller
Am Dienstag, den 11.08.2020, 11:10 -0400 schrieb Scott Kostyshak: > The following tests FAILED: Does it also tell you what exactly failed? Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/li

Re: tex2lyx tests failing on master

2020-03-15 Thread Scott Kostyshak
On Sun, Mar 15, 2020 at 05:19:58PM +0100, Jürgen Spitzmüller wrote: > Am Sonntag, den 15.03.2020, 11:56 -0400 schrieb Scott Kostyshak: > > The tex2lyx tests are failing on master. > > I forgot to update the tests. > > Better now? Yes, thanks for the quick fix. Scott signature.asc Description:

Re: tex2lyx tests failing on master

2020-03-15 Thread Jürgen Spitzmüller
Am Sonntag, den 15.03.2020, 11:56 -0400 schrieb Scott Kostyshak: > The tex2lyx tests are failing on master. I forgot to update the tests. Better now? Jürgen > > Scott signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx.org http://

Re: tex2lyx tests failing

2019-03-20 Thread Jürgen Spitzmüller
Am Mittwoch, den 20.03.2019, 00:33 -0400 schrieb Scott Kostyshak: > I currently get the following: > > The following tests FAILED: > 24 - tex2lyx/roundtrip/test-insets-basic.tex (Failed) > 25 - tex2lyx/cmplyx/test-insets-basic.tex (Failed) > 26 - tex2lyx/roundtrip/test-i

Re: tex2lyx tests failing on recent master

2017-05-12 Thread Kornel Benko
Am Freitag, 12. Mai 2017 um 13:26:13, schrieb Guenter Milde > On 2017-05-12, Scott Kostyshak wrote: > > > [-- Type: text/plain, Encoding: --] > > > The tex2lyx tests have been failing on recent master. > > There was a bug in fa0f142e that was fixed in the follow up commit ff6369d3, > maybe thi

Re: tex2lyx tests failing on recent master

2017-05-12 Thread Guenter Milde
On 2017-05-12, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: --] > The tex2lyx tests have been failing on recent master. There was a bug in fa0f142e that was fixed in the follow up commit ff6369d3, maybe this led to the tex2lyx fails... Tests pass here with a LyX compilated with the

Re: tex2lyx tests failing on master

2015-09-04 Thread Georg Baum
Kornel Benko wrote: > Am Donnerstag, 3. September 2015 um 17:20:30, schrieb Scott Kostyshak > >> These tests are failing on master: >> >> 16:tex2lyx/roundtrip/test-insets-basic.tex >> 17:tex2lyx/cmplyx/test-insets-basic.tex >> 18:tex2lyx/roundtrip/test-insets.tex >> 19:tex2lyx/cmplyx/test-insets

Re: tex2lyx tests failing on master

2015-09-04 Thread Kornel Benko
Am Donnerstag, 3. September 2015 um 17:20:30, schrieb Scott Kostyshak > These tests are failing on master: > > 16:tex2lyx/roundtrip/test-insets-basic.tex > 17:tex2lyx/cmplyx/test-insets-basic.tex > 18:tex2lyx/roundtrip/test-insets.tex > 19:tex2lyx/cmplyx/test-insets.tex They all show only differ