Log of /branches/windows_from_1456_trunk_1580_merged_in/finley/test/python/run_linearPDEsOnFinley.py
Parent Directory
|
Revision Log
Revision
1592 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 5 10:21:22 2008 UTC
(14 years, 8 months ago)
by
phornby
File length: 10428 byte(s)
Diff to
previous 1581
Two reasons.
1. prepare for a mrege to the trunk.
2. Windows debug environment is good enough that it can indicate that the problem is not
here.
Revision
1581 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 07:10:43 2008 UTC
(14 years, 8 months ago)
by
phornby
File length: 11142 byte(s)
Diff to
previous 1577
Prepare for merging the latest trunk changes onto the windows branch.
Revision
1376 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 9 01:38:18 2008 UTC
(15 years, 1 month ago)
by
gross
Original Path:
trunk/finley/test/python/run_linearPDEsOnFinley.py
File length: 10487 byte(s)
Diff to
previous 1374
inserted sys.exit(1) into the tests so scons can detect the failure of the test.
A similar statement has been removed from an earlier as it produces problems on 64bit Linux. Previously exit(0) was called in case of success but now this is not done in order to avoid a fatal end of the program. in the case of an error in the test there could be a fatal error so but I guess that this not really a problem.
PS: the fact that signal 0 was returned even for the case of an error lead to the illusion that all tests have been completed successfully.
Revision
700 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 6 00:13:40 2006 UTC
(16 years, 10 months ago)
by
gross
Original Path:
trunk/finley/test/python/run_linearPDEsOnFinley.py
File length: 2022 byte(s)
Copied from:
trunk/finley/test/python/test_linearPDEsOnFinley.py revision 699
Diff to
previous 617
A few changes in the build mechanism and the file structure so scons can build release tar files:
* paso/src/Solver has been moved to paso/src
* all test_.py are now run_.py files and are assumed to be passing python tests. they can run by
scons py_tests and are part of the release test set
* escript/py_src/test_ are moved to escript/test/python and are installed in to the build directory
(rather then the PYTHONPATH).
* all py files in test/python which don't start with run_ or test_ are now 'local_py_tests'. they are installed i
by not run automatically.
* CppUnitTest is now treated as a escript module (against previous decisions).
* scons realse builds nor tar/zip files with relvant source code (src and tests in seperate files)
the python tests don't pass yet due to path problems.
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.