|
From: vttoth <vt...@us...> - 2025-12-11 05:26:04
|
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 "Maxima CAS".
The branch, master has been updated
via ee369a0f5d1a40bb26a0dc80b6ce3de0475cd469 (commit)
from 854c4e4cd0819d2498a09f0a18e79dfc64582d0e (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 ee369a0f5d1a40bb26a0dc80b6ce3de0475cd469
Author: Viktor T. Toth <vt...@vt...>
Date: Thu Dec 11 00:25:34 2025 -0500
Two expected GCL failures in rtest_signum added
diff --git a/src/testsuite.lisp b/src/testsuite.lisp
index 3b54b5a29..72b4a79c5 100644
--- a/src/testsuite.lisp
+++ b/src/testsuite.lisp
@@ -108,7 +108,8 @@
((mlist simp) "rtest_gamma"
#+allegro ((mlist simp) 48 198 663 745))
"rtest_expintegral"
- "rtest_signum"
+ ((mlist simp) "rtest_signum"
+ #+gcl ((mlist simp) 78 79))
"rtest_lambert_w"
((mlist simp) "rtest_elliptic"
#-allegro ((mlist simp) 135)
-----------------------------------------------------------------------
Summary of changes:
src/testsuite.lisp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Maxima CAS
|