History log of /petsc/config/report_tests.py (Results 101 – 104 of 104)
Revision Date Author Comments
# 68f6ad6b 09-Jan-2017 Scott Kruger <scott.e.kruger@gmail.com>

Test verbosity improved, new implicit rules

Verbosity now handled for tests in the same way as the main library
compilation by using the testquiet command.

Executables now have implicit rules in gm

Test verbosity improved, new implicit rules

Verbosity now handled for tests in the same way as the main library
compilation by using the testquiet command.

Executables now have implicit rules in gmakefile instead of being
explicit in the testfiles file.

Some prototype code is in place for doing implicit rules for running
the scripts, but it is not working.

show more ...


# 6ca82d35 06-Jan-2017 Scott Kruger <scott.e.kruger@gmail.com>

Prettify the output a bit more (spaces)


# a2766241 06-Jan-2017 Scott Kruger <scott.e.kruger@gmail.com>

Improve failures reporting output

For tests that have lots of subtests, each label was repeated in
failures which can have lots of duplicate entries (e.g., with a for
loop). This removes the redund

Improve failures reporting output

For tests that have lots of subtests, each label was repeated in
failures which can have lots of duplicate entries (e.g., with a for
loop). This removes the redundant entries and puts the number of
failures for that test in parenthesis for a more compact representation.

show more ...


# 8ccd5183 06-Jan-2017 Scott Kruger <scott.e.kruger@gmail.com>

Updates based on team review

o report_tests.sh replaced by report_tests.py
o Example file conversion does not have spaces after comment character
per PETSc standards, and it is now parsed correctly


12345