Le 01/08/2019 à 14:22, philippe a écrit :
Hi,

I've just move to a new laptop and I try to rebuild toolboxes I've created for scilab-6.0.2, every thing looks fine except that all unit tests fail ! I realize that in fact ALL SCILAB unit tests fail  with the same error message :


--> test_run([],[],'no_check_ref')
   TMPDIR = /tmp/SCI_TMP_7851_f13kzL

 Module  001/074 - [action_binding] :


 Module  002/074 - [api_scilab] :

   001/053 - [api_scilab] booleanExample........................failed: Slave Scilab exited with error code 127    002/053 - [api_scilab] booleanSparseExample..................failed: Slave Scilab exited with error code 127    003/053 - [api_scilab] boolean_writing_api...................failed: Slave Scilab exited with error code 127    004/053 - [api_scilab] calloverloadfunction_api..............failed: Slave Scilab exited with error code 127    005/053 - [api_scilab] check_matrix_dimension................failed: Slave Scilab exited with error code 127    006/053 - [api_scilab] common_function.......................failed: Slave Scilab exited with error code 127    007/053 - [api_scilab] common_list_api.......................failed: Slave Scilab exited with error code 127


Yes, it's a bad start, but it's just for the api_scilab module (unfortunately it's the first tested one :/)
Just try with the next one:
test_run("ast",[],"no_check_ref")

It's OK.

Samuel


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to