From 92c7c33d9e7ccac2a2b46154ee657c28546f8ebf Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 19 Sep 2024 22:38:49 +0200 Subject: [PATCH] ctests: invert lyx2lyx tests that fail TeX export These fail when exporting to TeX, but since they have to do with old formats, it's not clear it's worth the time to investigate. These started failing once we check the exit code of LyX's TeX export (at c7be9780). --- development/autotests/invertedTests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index feefad3078..8b314b64c7 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -53,6 +53,10 @@ export/export/lyx2lyx/lyx_2_3_test_lyx(16|20|21|22) # Additional empty lines (vs. Separator latexpar) with every round-trip # before an ERT nested in a Description list: export/export/lyx2lyx/lyx_2_3_test2_lyx(16|20) +# Gives error when exporting to TeX. These are old formats, so it is not +# clear it is worth the time to try to fix the issue. +export/doc/ja/UserGuide_lyx(16|20) +export/examples/ja/Modules/LilyPond_Book_lyx(16|20) # nonstandard tests failing for unknown reason: export/templates/Articles/R_Journal_(dvi3|pdf[45])_systemF -- 2.39.5