search for: extratests

Displaying 4 results from an estimated 4 matches for "extratests".

Did you mean: exprtests
2011 Dec 02
1
[PATCH] build: Make valgrind tests append all output into a single log file
--- extratests/Makefile.am | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/extratests/Makefile.am b/extratests/Makefile.am index bf6b3f9..519d0b9 100644 --- a/extratests/Makefile.am +++ b/extratests/Makefile.am @@ -52,12 +52,16 @@ EXTRA_DIST = suppressions +VG_FIFO=$(abs_build...
2011 Dec 02
3
[PATCH 1/3] build: Add more suppressions for valgrind tests
--- extratests/suppressions | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/extratests/suppressions b/extratests/suppressions index 97d4b78..78ca4ab 100644 --- a/extratests/suppressions +++ b/extratests/suppressions @@ -3,19 +3,19 @@ Memcheck:Cond fun:* fun...
2011 Dec 22
1
FYI: Changes to test directory names
...true regression tests, and tests of other things. guestfish-specific tests will be placed in the fish/ directory instead of being in a separate directory. This makes it consistent with other C tools such as virt-df, virt-edit where tests are located in the same directory as the tool. * extratests -> tests/extra Complex tests that require valgrind, local guests, etc. Just as now, these are not part of 'make check'. * images -> tests/data + tests/guests Split into test data, and the (phony) guest images. tests/data (as now) doesn't contain any TESTS (just data r...
2014 Sep 22
0
extra package tests directory
...e these seem to be run by a script in the tests/ directory using a unit testing framework, so they cannot easily be distinguished from the normal package tests/ run by CRAN. I see also an occurrence each of inst/otherTests/ inst/testScripts/ and inst/test_cases. My own preference would be inst/extraTests but no one is using that. Have I missed anything? Does anyone have suggestions or comments? Are there other reasons one might want tests that are not usually run by CRAN? Paul