/[ascend]/trunk/test/test_ascend_base.c
ViewVC logotype

Log of /trunk/test/test_ascend_base.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 2018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 29 03:38:10 2009 UTC (15 years, 5 months ago) by jpye
File length: 1479 byte(s)
Diff to previous 2017
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.

Revision 2017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 29 02:39:32 2009 UTC (15 years, 5 months ago) by jpye
File length: 1465 byte(s)
Copied from: trunk/test/base/test_ascend_base.c revision 2016
Diff to previous 2012
Fixed building of test suite after code reorg.
Test suite may still be broken though: seems to segfault and give lots of errors.

Revision 2012 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 28 09:02:48 2009 UTC (15 years, 5 months ago) by jpye
Original Path: trunk/test/base/test_ascend_base.c
File length: 1384 byte(s)
Copied from: trunk/base/generic/test/test_ascend_base.c revision 2011
Diff to previous 1643
Migrate base/generic/packages to ascend/packages.
Move base/generic/test to test/base (awaiting further reorg).

Revision 1643 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 13 11:27:37 2007 UTC (16 years, 11 months ago) by jpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 1384 byte(s)
Diff to previous 1638
Renamed tests with shorter names, added some common macros in base/generic/test/common.h.

Revision 1638 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 8 12:08:19 2007 UTC (16 years, 11 months ago) by jpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 1408 byte(s)
Diff to previous 1319
Added CUnit test suite for 'compiler' module.
Added a couple of *very* preliminary tests.
Removed some debug output from packages.c
Fixed a #include missing from module.h.
Added a couple of missing #ifdef __cplusplus from test header files.
Added little bit of test code into relman_hessian_count (still active).


Revision 1319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 6 00:22:28 2007 UTC (17 years, 7 months ago) by jpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 1330 byte(s)
Diff to previous 1063
Added test suite for linsolqr (very early days still) for checking by Ben

Revision 1063 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 07:54:06 2007 UTC (17 years, 9 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 1304 byte(s)
Diff to previous 998
Changed ASC_DLLSPEC(TYPE) to ASC_DLLSPEC TYPE, because it was causing havoc with doxygen and ctags.

Revision 998 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 30 06:05:48 2006 UTC (17 years, 9 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 1305 byte(s)
Diff to previous 997
Fixed some memory leaks in ospath.c and test_ospath.c.

Revision 997 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 24 01:33:59 2006 UTC (17 years, 9 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 1303 byte(s)
Diff to previous 956
Refactored tests into a shared library of tests and a executable of
just the CUnit driver. This will allow the CUnit test suite to be executed via
python unittest as part of the growing Python-based test suite.
Renamed setjmp and longjmp to SETJMP and LONGJMP throughout ASCEND, to allow
some debugging output to be added at each call.

Revision 956 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 9 15:38:05 2006 UTC (17 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 5106 byte(s)
Diff to previous 952
Removed references to 'ASC_BIG_BUGMAIL' and 'ASC_MILD_BUGMAIL'
Disabled stream redirection functions (they were making testing difficult)
Re-wrote the main test-runner to permit specific tests to be run from the commandline (ongoing)
Disabled readln tests that required stream redirection.

Revision 952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 28 23:01:50 2006 UTC (17 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 4737 byte(s)
Diff to previous 935
Pruned some debug messages from integrator.c, ida.c.
Improved exception messages from SolverParameter class.
Added array access functions to Instanc class (ongoing).
Attempting to run CUnit tests from the Python test suite (not successful, ongoing).
Cleaned up some headers, license notices, doxy docs, etc.
Fixed wrong #include <dmalloc.h> in ascpy.i (thanks Krishnan).

Revision 935 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 24 00:37:11 2006 UTC (17 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 4672 byte(s)
Diff to previous 928
Adopted suggestions wrt Py_None on Windows platform (extpy)
Fixed up default values of CUNIT_PREFIX (needs testing for case where missing)

Revision 928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 22 10:32:18 2006 UTC (17 years, 10 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 4672 byte(s)
Diff to previous 400
Commented out some stream redirection stuff for simplicity.
The CUnit test suite now works as expected (but without output suppression, for the moment).
Some more effort on IDA (ongoing).

Revision 400 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 31 10:59:36 2006 UTC (18 years, 6 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 4577 byte(s)
Diff to previous 399
Almost there with getting Jerry's tests to run. Just sorting out the linking.

Revision 399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 31 08:52:57 2006 UTC (18 years, 6 months ago) by johnpye
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 4600 byte(s)
Diff to previous 60
Normalised all #include statements so that files in the current directory
are included as "localfile.h" and files in other directories are included as
<directory/file.h>
This is in accordance with the spec at
http://gcc.gnu.org/onlinedocs/gcc-4.1.0/cpp/Include-Syntax.html#Include-Syntax

Revision 60 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 31 03:39:15 2005 UTC (18 years, 11 months ago) by jds
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 4600 byte(s)
Diff to previous 59
- jam build up and limping on Linux (finally).
- fixes to CUnit test suite to compile on Linux (still not operable, though).

Revision 59 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Oct 30 01:38:20 2005 UTC (18 years, 11 months ago) by jds
Original Path: trunk/base/generic/test/test_ascend_base.c
File length: 4600 byte(s)
- prototype unit test suite based on CUnit added.
- unit tests for base/generic/general and base/generic/utilites added.
- 2nd manual rework of doxygen documentation in general and utilities.
- bug fixes (mostly general & utilities) found during test development.
- added asc_assert prototype to redirect failures to Asc_Panic() and enable decoupling assertions from NDEBUG.
- some modifications of interface & implementation to facilitate testing.
- utilities/ascPrint & utilities/ascMalloc functions now always included in base libs to minimize recompilation when an interface chooses different options.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22