From: Lars Ingebrigtsen Date: Sat, 12 Mar 2022 21:45:28 +0000 (+0100) Subject: Disable esh-proc-test/kill-pipeline on EMBA X-Git-Tag: emacs-29.0.90~1931^2~1171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07868952d1c42cf9e304f2e55676d8b29f5cd398;p=emacs.git 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\\)" "") --- diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el index 7dc9d29cfec..d2184688f3f 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' | "