auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. a59c754a2f9c92f78325d


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. a59c754a2f9c92f78325d7a6e39e5c04c64a098b
Date: Sun, 17 Jun 2018 09:53:17 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  a59c754a2f9c92f78325d7a6e39e5c04c64a098b (commit)
      from  c3cf39e2c7b79c5e7de8966ad55dfedc490cec1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a59c754a2f9c92f78325d7a6e39e5c04c64a098b
Author: Ikumi Keita <address@hidden>
Date:   Sun Jun 17 22:40:49 2018 +0900

    Adjust test for known emacs bug
    
    * tests/latex/latex-test.el (LaTeX-includegraphics-extensions): Mark
    emacs 26.1 as expected failure.

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")

-----------------------------------------------------------------------

Summary of changes:
 tests/latex/latex-test.el | 9 +++++++++
 1 file changed, 9 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]