History log of /petsc/config/gmakegentest.py (Results 301 – 304 of 304)
Revision Date Author Comments
# 0b0c535f 16-Dec-2016 Scott Kruger <scott.e.kruger@gmail.com>

Improve dependency chain for parallel operation

report_tests has to be last so has to depend on the tests actually run.
This reorders that to make it easier.


# 8304fa3f 05-Dec-2016 Scott Kruger <scott.e.kruger@gmail.com>

Two more fixes

o Now have a target to handle initializing the logging. Wouldn't mind
improving this as well. Logging now uses the tee -a appropriately.
o There was a missing 'return True' for th

Two more fixes

o Now have a target to handle initializing the logging. Wouldn't mind
improving this as well. Logging now uses the tee -a appropriately.
o There was a missing 'return True' for the case of actually finding the
define. This fixes a bug that Barry reported for fortran 2003 support.

show more ...


# 64ca018d 05-Dec-2016 Scott Kruger <scott.e.kruger@gmail.com>

Bugs and features per discussion on bitbucket

1 convertExamples now handles multiple filters correctly
2 There was a bug in writing out the TODO block that was caught in
implementing filter
3 Ver

Bugs and features per discussion on bitbucket

1 convertExamples now handles multiple filters correctly
2 There was a bug in writing out the TODO block that was caught in
implementing filter
3 Verbosity level changed to be more silent by default, but to enable
V=1 to make more verbose
4 Skip changed from 'not ok' to 'ok'
5 localrunfiles feature implemented:
This copies over input file if the description language contains localrunfiles.
6 filter_output implemented:
This has a new diff line that allows filtering of the output before
diffing.
7 Preliminary logging enabled. This uses a simple tee similar to the
build. The logging is done in the tests directory however.

show more ...


# 29921a8f 28-Sep-2016 Scott Kruger <kruger@txcorp.com>

Introduce new test harness and script to convert from the old makefile approach to the new test harness


1...<<111213