File: vpa-xtest.patch

package info (click to toggle)
octave-symbolic 3.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,304 kB
  • sloc: python: 184; makefile: 133; xml: 36
file content (18 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Avoid bogus unit test
Author: Rafael Laboissière <rafael@debian.org>
Bug: https://savannah.gnu.org/bugs/index.php?65899
Bug-Debian: http://bugs.debian.org/1073431
Forwarded: not-needed
Last-Update: 2024-06-20

--- octave-symbolic-3.2.1.orig/inst/vpa.m
+++ octave-symbolic-3.2.1/inst/vpa.m
@@ -380,7 +380,7 @@ end
 %! b = vpa ("123", 64);
 %! assert (~ logical (a == b))
 
-%!test
+%!xtest
 %! % non-equality of vpa that "might be" be integers: Issue #1285
 %! if (pycall_sympy__ ('return Version(spver) >= Version("1.12.1")'))
 %!   a = vpa ("123", 32);