[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex a59c754 35/48: Adjust test for known emacs bug
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex a59c754 35/48: Adjust test for known emacs bug |
Date: |
Sun, 16 Sep 2018 01:47:26 -0400 (EDT) |
branch: externals/auctex
commit a59c754a2f9c92f78325d7a6e39e5c04c64a098b
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>
Adjust test for known emacs bug
* tests/latex/latex-test.el (LaTeX-includegraphics-extensions): Mark
emacs 26.1 as expected failure.
---
tests/latex/latex-test.el | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/tests/latex/latex-test.el b/tests/latex/latex-test.el
index 78d2341..b3a22c5 100644
--- a/tests/latex/latex-test.el
+++ b/tests/latex/latex-test.el
@@ -164,6 +164,15 @@ backend=biber % here is a comment
(ert-deftest LaTeX-includegraphics-extensions ()
"Check correct extensions are generated accoding to `TeX-engine'."
+ ;; Emacs 26.1 has a bug in byte compile optimization, which makes
+ ;; compiled `LaTeX-includegraphics-extensions-list' to return wrong
+ ;; value when `TeX-engine' is neither `default', `xetex' nor
+ ;; `luatex'.
+ ;; c.f. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31718
+ :expected-result (if (and (= emacs-major-version 26)
+ (= emacs-minor-version 1))
+ :failed
+ :passed)
(with-temp-buffer
(LaTeX-mode)
(TeX-load-style "graphicx")
- [elpa] externals/auctex ff08d38 28/48: Fix region compilation with \usepackage[utf8]{inputenc}, (continued)
- [elpa] externals/auctex ff08d38 28/48: Fix region compilation with \usepackage[utf8]{inputenc}, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex cad042f 31/48: Add note and test about the change involving non-ascii file name, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 5ce08ab 33/48: Raise robustness of call of dvipng command, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 3741b8c 26/48: Prepare for UTF-8 with BOM, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 4816092 36/48: Fix possible endless loop, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 74c4843 40/48: Add new style/thmtools.el and style/thm-restate.el, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex ff8f183 39/48: ; * style/floatrow.el (LaTeX-floatrow-update-key-val-options): Use `setq' inside the loop., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex e0caf59 25/48: Drop compatibility code for older emacsen in preview-latex, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 1fef01c 45/48: Update style/lettrine.el to package version 2.01, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex cff843b 17/48: Remove obsolete option related to Japanese TeX, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a59c754 35/48: Adjust test for known emacs bug,
Tassilo Horn <=
- [elpa] externals/auctex 0d5c1c0 41/48: ; Fix last commit and push missing Makefile.in., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 45747b9 42/48: Add \eqref to RefTeX's reference styles, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a8ea127 29/48: Accept non-ascii file name in accord with change in TL 2018, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 48325a7 20/48: Update URLs further, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 8d30dc1 37/48: Add new style/marginnote.el, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 5df288d 44/48: ; Remove unwanted spaces., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a7cde09 47/48: Update style/lettrine.el to package version 2.21, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 31ee142 38/48: Fix regression of `TeX-view', Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 80bcd0a 46/48: Update style/lettrine.el to package version 2.1, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 168a4a1 19/48: Update URLs, Tassilo Horn, 2018/09/16