diff options
author | Shashank | 2017-05-29 12:40:26 +0530 |
---|---|---|
committer | Shashank | 2017-05-29 12:40:26 +0530 |
commit | 0345245e860375a32c9a437c4a9d9cae807134e9 (patch) | |
tree | ad51ecbfa7bcd3cc5f09834f1bb8c08feaa526a4 /modules/development_tools/data | |
download | scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.gz scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.tar.bz2 scilab_for_xcos_on_cloud-0345245e860375a32c9a437c4a9d9cae807134e9.zip |
CMSCOPE changed
Diffstat (limited to 'modules/development_tools/data')
-rwxr-xr-x | modules/development_tools/data/test_run_level.xml | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/modules/development_tools/data/test_run_level.xml b/modules/development_tools/data/test_run_level.xml new file mode 100755 index 000000000..fbf9d632d --- /dev/null +++ b/modules/development_tools/data/test_run_level.xml @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab + * Copyright (C) 2012 - Scilab Enterprises + * + * This file must be used under the terms of the CeCILL. + * This source file is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt + * + --> + +<tests> + <level severity="1"> + + <module name="string"> + <test>evstr</test> + <test>emptystr</test> + </module> + + <module name="core"> + <test>clear</test> + <test>colon</test> + <test>matelm</test> + <test>matops</test> + <test>inf_nan</test> + </module> + + <module name="development_tools"> + <test>test_run_nojvm</test> + </module> + + <module name="linear_algebra"> + <test>spec</test> + <test>norm</test> + </module> + + <module name="data_structures"> + <test>fieldnames</test> + <test>hypermat</test> + <test>isfield</test> + <test>listextraction</test> + <test>listinsertion</test> + <test>lstcat</test> + <test>lstops</test> + <test>struct</test> + </module> + + <module name="development_tools|assert"> + <test>checkalmostequal</test> + <test>checkequal</test> + <test>checkerror</test> + <test>checkfalse</test> + <test>checkfilesequal</test> + <test>checktrue</test> + <test>comparecomplex</test> + <test>computedigits</test> + <test>cond2reltol</test> + <test>cond2reqdigits</test> + <test>generror</test> + </module> + + <module name="elementary_functions"> + <test>IEEEcompatibility</test> + <test>prod</test> + <test>sum</test> + <test>cumprod</test> + <test>cumsum</test> + <test>linspace</test> + <test>logspace</test> + <test>gsort</test> + <test>round</test> + <test>floor</test> + <test>fix</test> + <test>complex</test> + <test>tand</test> + <test>abs</test> + <test>isempty</test> + </module> + + <module name="polynomials"> + <test>polops</test> + </module> + + <module name="overloading"> + <test>sparse</test> + <test>rational</test> + </module> + + <module name="hdf5"> + <test>loadhdf5data</test> + </module> + <!-- +Randomly fail ... + + <module name="output_stream"> + <test>disp</test> + <test>msprintf</test> + <test>mprintf</test> + <test>diary</test> + <test>printf</test> + <test>sprintf</test> + <test>ssprint</test> + </module> +--> + + </level> + + <level severity="2"> + <module name="core"> + <test>lasterror</test> + <test>who</test> + <test>stacksize</test> + </module> + + <module name="string"> + <test>tokens</test> + </module> + + <module name="polynomials"> + <test>roots</test> + </module> + + </level> + +</tests> |