Skip Core tests that have been known to fail on various
authorDoug Torrance <dtorrance@debian.org>
Sun, 30 Oct 2022 13:40:50 +0000 (13:40 +0000)
committerDoug Torrance <dtorrance@debian.org>
Sun, 30 Oct 2022 13:40:50 +0000 (13:40 +0000)
Bug: https://github.com/Macaulay2/M2/issues/2162 (ComputationsBook/
 constructions)
Bug: https://github.com/Macaulay2/M2/issues/2242 (ComputationsBook/geometry
 & ComputationsBook/solving)
Bug: https://github.com/Macaulay2/M2/issues/2533 (timing-quotient)
Origin: https://github.com/Macaulay2/M2/pull/2535
Last-Update: 2022-06-28

architectures.

Gbp-Pq: Name skip-failing-core-tests.patch

M2/Macaulay2/tests/ComputationsBook/Makefile.in
M2/Macaulay2/tests/normal/timing-quotient.m2

index 7f9ad4adda121b2da480adbaa9adc5ce94dfbfd6..809d04ad43fb1d4da07d87ce6369c83cd614bcf5 100644 (file)
@@ -1,8 +1,8 @@
 # @configure_input@
 include ../../../include/config.Makefile
 VPATH = @srcdir@
-CHAPTERS = completeIntersections constructions d-modules exterior-algebra geometry \
-          monomialIdeals preface programming schemes solving toricHilbertScheme varieties
+CHAPTERS = completeIntersections d-modules exterior-algebra \
+          monomialIdeals preface programming schemes toricHilbertScheme varieties
 .PHONY: changes capture
 all:
 $(CHAPTERS):; $(MKDIR_P) "$@"
index 48153f95fa02034cc646b584f361503d964f9a08..08371b96d3754d5c2f9748c9c72bd081d99127ba 100644 (file)
@@ -221,7 +221,9 @@ assert Equation(numgens tim#1, 33)
 -- https://github.com/Macaulay2/M2/issues/1804
 -- https://github.com/Macaulay2/M2/pull/1811
 -- https://github.com/Macaulay2/M2/pull/1957
-assert BinaryOperation {symbol <, tim#0, standardSecond}
+-- version 1.20: often fails in Ubuntu amd64 autopkgtests
+-- https://github.com/Macaulay2/M2/issues/2533
+assert BinaryOperation {symbol <, tim#0, 1.3 * standardSecond}
 
 P=QQ[x,y,z,MonomialOrder=>Lex];
 d=z^4+z^2*x*y^9+z*x^9*y+x^5*y^5;