Whilst running testall.g with the newly released Gap 4.6.4
I hit a minor? failure in varnames.tst:

 ┌───────┐   GAP, Version 4.6.4 of 04-May-2013 (free sGPL)
 │  GAP  │   http://www.gap-system.org
 └───────┘   Architecture: x86_64-redhat-linux-gnu-gcc-default64
 Libs used:  gmp, readline
 Loading the library and packages ...
 Components: trans 1.0, prim 2.1, small* 1.0, id* 1.0
 Packages:   AClib 1.2, Alnuth 3.0.0, AutPGrp 1.5, CRISP 1.3.6, Cryst 4.1.11,
             CrystCat 1.1.6, CTblLib 1.2.2, FactInt 1.5.3, FGA 1.2.0,
             GAPDoc 1.5.1, IRREDSOL 1.2.1, LAGUNA 3.6.3, Polenta 1.3.1,
             Polycyclic 2.11, RadiRoot 2.6, ResClasses 3.3.0, Sophus 1.23,
             SpinSym 1.5, TomLib 1.2.2
 Try '?help' for help. See also  '?copyright' and  '?authors'

testing: /usr/gap4r6/tst/varnames.tst
########> Diff in /usr/gap4r6/tst/varnames.tst, line 9:
# Input is:
Filtered( NamesSystemGVars(), x -> not x in ALL_KEYWORDS() and
           ( Length(x)=1 or IsLowerAlphaChar(x[1]) ) );
# Expected output:
[ "*", "+", "-", ".", "/", "<", "=", "E", "X", "Z", "^", "fail", "infinity",
  "last", "last2", "last3", "time" ]
# But found:
[ "*", "+", "-", ".", "/", "<", "=", "E", "X", "Z", "^", "cryst2params",
  "cryst3params", "cryst4params", "fail", "infinity", "last", "last2",
  "last3", "time" ]
########
varnames.tst               0             22

Looks like either one of the Cryst package is leaking variables,
or the test needs updating ?

--
Dr. Andrew C. Aitchison         Computer Officer, DPMMS, Cambridge
a.c.aitchi...@dpmms.cam.ac.uk   http://www.dpmms.cam.ac.uk/~werdna
_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to