emacs-diffs
[Top][All Lists]
Advanced

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

master 07868952d1: Disable esh-proc-test/kill-pipeline on EMBA


From: Lars Ingebrigtsen
Subject: master 07868952d1: Disable esh-proc-test/kill-pipeline on EMBA
Date: Sat, 12 Mar 2022 16:45:43 -0500 (EST)

branch: master
commit 07868952d1c42cf9e304f2e55676d8b29f5cd398
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Disable esh-proc-test/kill-pipeline on EMBA
    
    Test esh-proc-test/kill-pipeline condition:
        (ert-test-failed
         ((should
           (string-match-p
            (rx ...)
            (buffer-substring-no-properties output-start ...)))
          :form
          (string-match-p "\\(?:\\(?:interrupt\\|killed\\)\n\\)" "")
---
 test/lisp/eshell/esh-proc-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/lisp/eshell/esh-proc-tests.el 
b/test/lisp/eshell/esh-proc-tests.el
index 7dc9d29cfe..d2184688f3 100644
--- a/test/lisp/eshell/esh-proc-tests.el
+++ b/test/lisp/eshell/esh-proc-tests.el
@@ -50,6 +50,9 @@ prompt.  See bug#54136."
   (skip-unless (and (executable-find "sh")
                     (executable-find "echo")
                     (executable-find "sleep")))
+  ;; This test doesn't work on EMBA with AOT nativecomp, but works
+  ;; fine elsewhere.
+  (skip-unless (not (getenv "EMACS_EMBA_CI")))
   (with-temp-eshell
    (eshell-insert-command
     (concat "sh -c 'while true; do echo y; sleep 1; done' | "



reply via email to

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