emacs-diffs
[Top][All Lists]
Advanced

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

scratch/igc edd387468e3 3/3: Run a finalization test only if not MPS


From: Gerd Moellmann
Subject: scratch/igc edd387468e3 3/3: Run a finalization test only if not MPS
Date: Sun, 21 Apr 2024 00:54:06 -0400 (EDT)

branch: scratch/igc
commit edd387468e379ffa379d26986b3d631bde8f73eb
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    Run a finalization test only if not MPS
---
 test/src/emacs-module-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el
index 052fd83dc85..be9563a4cc6 100644
--- a/test/src/emacs-module-tests.el
+++ b/test/src/emacs-module-tests.el
@@ -435,6 +435,7 @@ See Bug#36226."
       (delete-file so))))
 
 (ert-deftest module/function-finalizer ()
+  :expected-result (if (featurep 'mps) :failed :passed)
   "Test that module function finalizers are properly called."
   ;; We create and leak a couple of module functions with attached
   ;; finalizer.  Creating only one function risks spilling it to the



reply via email to

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