Start of testSummary for MuPAD-Combinat with MuPAD-4.0.0 on 20070219-030001
A complete log of the check is in /home/combi/tmp/testCombinat.400.20070219-030001.log
Warning with cvs error code 1. >> /home/combi/tmp/testCombinat.400.20070219-030001.log
echo Warning with cvs error code 1.
making checklogs in /usr/local/MuPAD-Combinat/test/COMBINAT/
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/test/COMBINAT/decomposableObjects.checklog
Info: 1379 tests, 1 error, runtime factor 180.3 (expected 57.5)
Warning: expected time and test time differ 213.5 % [prog::testexit];
while reading file '../lib/COMBINAT/TEST/decomposableObjects.tst'
Info: All tests 1379 [prog::testexit]
Info: Memory allocation 18738716 bytes [prog::testexit]
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/test/COMBINAT/ribbonsTableaux.checklog
Error in test 'combinat::ribbonsTableaux::StantonWhite' 8: map(map(l, x -> combinat::ribbonsTableaux::StantonWhite(x)[2]), y -> combinat::ribbonsTableaux::fromStantonWhite([], y)) = l [TrapError = 1202: Wrong type of 2. argument (type 'Type::Union(Type::ListOf(combinat::tableaux), Type::ListOf(DOM_LIST))' expected, got argument '[new(combinat::skewTableaux,[], [[2, 3], [1, 1]]), new(combinat::skewTableaux...'); during evaluation of 'combinat::ribbonsTableaux::fromStantonWhite'; while reading file '../lib/COMBINAT/TEST/ribbonsTableaux.tst']
Info: 62 tests, 1 error, runtime factor 101.1 (expected 98.6)
Info: All tests 62 [prog::testexit]
Info: Memory allocation 9737452 bytes [prog::testexit]
----------------------------------------------------------------
making checklogs in /usr/local/MuPAD-Combinat/test/DOMAINS/DOMAIN/
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/test/DOMAINS/DOMAIN/FreeModule.checklog
Info: 943 tests, 3 errors, runtime factor 3.3 (nothing expected)
Info: All tests 943 [prog::testexit]
Info: Memory allocation 8361196 bytes [prog::testexit]
----------------------------------------------------------------
making checklogs in /usr/local/MuPAD-Combinat/test/EXAMPLES/
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/test/EXAMPLES/MultivariatePolynomials.checklog
Error: Wrong type of 1. argument (type 'Cat::HopfAlgebraWithBasis' expected,
got argument 'examples::MultivariatePolynomialsTools::SchurSchubert(3, Dom::ExpressionField())');
during evaluation of '(examples::MultivariatePolynomials([x1, x2, x3], Dom::ExpressionField()))::declareRepresentationChangeAddHopfAlgebraWithSeveralBases';
while reading file '../lib/EXAMPLES/TEST/MultivariatePolynomials.tst'
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/test/EXAMPLES/SymmetricFunctions.checklog
Global idents: {p} in [examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q), (examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q))::basisChangesBasis, x]
Global idents: {p} in [examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q), (examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q))::basisChangesBasis, x]
Global idents: {p} in [examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q), (examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q))::basisChangesBasis, x]
Global idents: {p} in [examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q), (examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q))::basisChangesBasis, x]
Global idents: {p} in [examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q), (examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q))::basisChangesBasis, x]
Warnings: 5 [examples::SymmetricFunctions(Dom::ExpressionField(), vHL = t, vMcd = q)] *** 1 _seq
Info: time used outside of 'prog::test' takes 91%
Info: 27 tests, 3 errors, runtime factor 14.6 (expected 17.0)
Info: All tests 27 [prog::testexit]
Info: Memory allocation 34024604 bytes [prog::testexit]
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/test/EXAMPLES/examples.checklog
Error: 'examples::TensorProductOfIrreducibleModules' not defined in file 'EXAMPLES/IrreducibleModulesForQuantumGroupsOfTypeAn.mu' [loadproc];
while reading file '../lib/EXAMPLES/TEST/examples.tst'
----------------------------------------------------------------
making checklogs in /usr/local/MuPAD-Combinat/src/MAPITL/
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/src/MAPITL/MAPITL.checklog
Warning: making floating point tests with only 14 decimals.
Error in test 'Container' 7: test_Container_iterator([1, 2, 7, 4]) = [4, 7, 2, 1] [got: [1, 2, 7, 4]]
Info: time used outside of 'prog::test' takes 100%
Info: 50 tests, 1 error, runtime factor 0.0 (nothing expected)
Info: All tests 50 [prog::testexit]
Info: Memory allocation 4578768 bytes [prog::testexit]
----------------------------------------------------------------
making checklogs in /usr/local/MuPAD-Combinat/src/Symmetrica-module/
----------------------------------------------------------------
/usr/local/MuPAD-Combinat/src/Symmetrica-module/Symmetrica.checklog
Info: time used outside of 'prog::test' takes 100%
Info: 6 tests, 1 error, runtime factor 0.0 (nothing expected)
Info: All tests 6 [prog::testexit]
Info: Memory allocation 4350160 bytes [prog::testexit]
----------------------------------------------------------------
----------------------------------------------------------------
TESTING DOCUMENTATION
----------------------------------------------------------------
IPC/index.checklog:
--------------------------------------------
for input in file ../../lib/IPC/DOC/index
child := popen2("mupkern -S -P pe"):
putline(child, "setuserinfo(NIL):"):
putline(child, "fprint(Unquoted, 0, 1+1):"):
text2expr(getline(child));
putline(child, "fprint(Unquoted, 0, 7!):"):
text2expr(getline(child));
putline(child, "fprint(Unquoted, 0, expand((x+1)^7)):"):
text2expr(getline(child));
close(child):
----------
change from
----------
<mexout>
<mexout>2</mexout>
<mexout>5040</mexout>
<mexout>x^7 + 7*x^6 + 21*x^5 + 35*x^4 + 35*x^3 + 21*x^2 + 7*x + 1</mexout>
</mexout>
----------
to
----------
<mexout>
<mexout type='ascii'>
Error: 'expression' expected [line 1, col 7]
</mexout>
</mexout>
----------
Cat_Combinat/CombinatorialClassWith2DBoxedRepresentation.checklog:
--------------------------------------------
for input in file ../../lib/DOMAINS/CATEGORY/DOC/CombinatorialClassWith2DBoxedRepresentation
combinat::ribbonsTableaux([[], [[3], [0, 0], [2, 0, 0, 2],
[1, 1, 0, 0, 0], [0, 0, 0, 1, 0, 0]]])
----------
change from
----------
<mexout type='ascii'>
<mexout type='ascii'>
+---+
| |
+ +---+
| 3 |
+---+---+---+---+
| 2 | |
+---+---+---+ +---+
| | 1 | 2 |
+ +---+ +---+---+---+
| 1 | | 1 |
+---+---+---+---+---+---+
</mexout>
</mexout>
----------
to
----------
<mexout>
<mexout type='ascii'>
+---+
| |
+ +---+
| 3 |
+---+---+---+---+
| 2 | |
+---+---+---+ +---+
| | 1 | 2 |
+ +---+ +---+---+---+
| 1 | | 1 |
+---+---+---+---+---+---+
</mexout>
</mexout>
----------
End of testSummary for MuPAD-Combinat with MuPAD-4.0.0 on 20070219-054733
|