fingolfin / gap

GAP - Groups, Algorithms, Programming - a System for Computational Discrete Algebra
http://www.gap-system.org
GNU General Public License v2.0
0 stars 0 forks source link

Fix HPC-GAP's testinstall #103

Closed fingolfin closed 7 years ago

fingolfin commented 7 years ago

We currently do not run resp. ignore testinstall on HPC-GAP, as there are various diffs in there. Some diffs are caused by the kernel unification process. Others need to be addressed separately.

olexandr-konovalov commented 7 years ago

From what I now see in Jenkins testing hpc-merge-full branch, only two diffs remain:

########> Diff in /Volumes/hudson-fs/workspace/GAP-merge-compilers/GAPCOPTS/64\
build/GAPREADLINE/noreadline/HPCMODE/hpcgap/label/clang-xcode/GAP-merge-snapsh\
ot/hpcgap/tst/testinstall/oprt.tst:39
# Input is:
MaximalBlocks(eo);
# Expected output:
[ [ 1, 3, 5, 7, 9, 11 ], [ 2, 4, 6, 8, 10, 12 ] ]
# But found:
[ [ 1, 3 .. 11 ], [ 2, 4 .. 12 ] ]
########

and

########> Diff in /Volumes/hudson-fs/workspace/GAP-merge-compilers/GAPCOPTS/64\
build/GAPREADLINE/noreadline/HPCMODE/hpcgap/label/clang-xcode/GAP-merge-snapsh\
ot/hpcgap/tst/testinstall/trans.tst:2629
# Input is:
TransformationNumber(5, 2);
# Expected output:
Error, TransformationNumber: usage, the first argument must be at most 4,
# But found:
Error, TransformationNumber: usage, the first argument must be at most 4,
Error, AppendList: <list2> must be a small list (not a integer)
########