From a9de5d0f58bb2e941dfc81086cbd13d45b03c0b0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 15 Nov 2022 16:26:59 -0700 Subject: [PATCH] Mark flaky test process-tests/multiple-threads-waiting as unstable It times out: passed 22/28 process-tests/fd-setsize-no-crash/make-serial-process (0.021449 sec) make[5]: *** [Makefile:182: src/process-tests.log] Error 134 GEN src/regex-emacs-tests.log GEN src/search-tests.log GEN src/syntax-tests.log GEN src/textprop-tests.log GEN src/thread-tests.log GEN src/timefns-tests.log GEN src/undo-tests.log GEN src/xdisp-tests.log GEN src/xfaces-tests.log GEN src/xml-tests.log make[5]: Leaving directory '/<>/debian/build-gtk/test' make[4]: [Makefile:335: check-doit] Error 2 (ignored) SUMMARY OF TEST RESULTS ----------------------- Files examined: 375 Ran 5408 tests, 28 failed to run, 5273 results as expected, 0 unexpected, 135 skipped 1 files did not finish: src/process-tests.log make[4]: *** [Makefile:336: check-doit] Error 2 Gbp-Pq: Name 0011-Mark-flaky-test-process-tests-multiple-threads-waiti.patch --- test/src/process-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/process-tests.el b/test/src/process-tests.el index 15d46cbae15..744a3e371fe 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el @@ -895,7 +895,7 @@ have written output." (list (list process "finished\n")))))))))) (ert-deftest process-tests/multiple-threads-waiting () - :tags (if (getenv "EMACS_EMBA_CI") '(:unstable)) + :tags '(:unstable) (skip-unless (fboundp 'make-thread)) (with-timeout (60 (ert-fail "Test timed out")) (process-tests--with-processes processes -- 2.30.2