Thom Wiggers
78a65d6ec9
Parallel tests ( #206 )
...
* Do tests with pytest to run them in parallel
* attempt to handle merge commits better for PR test path
Similar to how we solved this for travis
* Clean up imports
* don't run valgrind if not specified slow_test
* Fix functest after initializer rename
* upload tests results as junit
* Upload test-common files since #200 got merged
* Catch test results upload failure
2019-07-29 10:38:25 +02:00
Joost Rijneveld
85be522a16
Merge pull request #154 from PQClean/detect_travis_Cron
...
Detect cron builds on Travis CI
2019-04-23 12:53:17 +02:00
Joost Rijneveld
fa7d257832
Make diffs in dup_consistency files part of scheme
...
Previously, changing a duplicate_consistency file would be
considered a 'global' change, resulting in CI re-running all tests
for all schemes.
2019-04-23 12:21:38 +02:00
Thom Wiggers
029146566e
Detect cron builds on Travis CI
2019-04-23 09:42:10 +02:00
Thom Wiggers
15bd2d4fb4
another attempt at fixing appveyor
2019-04-18 11:26:28 +02:00
Thom Wiggers
65d43df241
Change permit test into a decorator
...
This way we can properly raise skiptest
2019-04-18 11:26:28 +02:00
Thom Wiggers
a7a8c02c27
master may not be available
2019-04-18 11:26:28 +02:00
Thom Wiggers
33605f05d8
Set PQCLEAN_ONLY_DIFF on CI builds
2019-04-18 11:26:27 +02:00
Thom Wiggers
3e95b0b4d7
Add slow test annotator
2019-04-17 11:17:46 +02:00
Douglas Stebila
d07e8ae7cb
Filter tests when diff'ing against master branch ( #103 )
2019-04-11 15:23:39 -04:00
Douglas Stebila
0bc19b3633
Fix a few nits ( #107 )
...
* Minor changes
* Gracefully degrade if clang-tidy segfaults
* Typo on returncode
2019-04-11 13:47:53 -04:00
Thom Wiggers
5b0174d282
Avoid clang tidy segfault ( #106 )
...
* Gracefully degrade if clang-tidy segfaults
* Typo on returncode
2019-04-11 13:22:50 -04:00
Douglas Stebila
42a5e0e4ad
Use environment variables to selectively filter tests
2019-04-10 17:03:02 -04:00
Thom Wiggers
4e47a0b513
Skip the prohibit-char test on Windows due to lack of cc
2019-04-05 10:39:08 +02:00
Thom Wiggers
1399c7fd1f
Only ignore missing helper programs if not on CI
...
use randombytes in functest
Got dropped by the rebase
Work around missing clang-tidy on Travis
Also check if valgrind is available
2019-03-07 08:43:13 +01:00
Thom Wiggers
45e645c3a7
Fix Makefile.Microsoft_nmake header dependencies
2019-03-06 17:15:23 +01:00
Thom Wiggers
dc1f7e204a
Add returncode support to helper.make
2019-03-06 17:14:35 +01:00
Thom Wiggers
7ad19a30a4
First start of windows test support
2019-03-06 17:14:31 +01:00
Thom Wiggers
1180de5d30
Add environment to sanitizers on ARM
2019-02-28 16:17:58 +01:00
Thom Wiggers
73197c6516
Add sanitizers to functests
2019-02-28 16:17:06 +01:00
Douglas Stebila
50801485f0
Add test to check that every .c / .h file triggers a library rebuild
2019-02-25 23:28:37 -05:00
Thom Wiggers
90071bfb97
Flake8ify python files
2019-02-18 13:04:59 +01:00
Douglas Stebila
e4c368ee49
Implement symbol namespace check using new Python testing framework.
2019-02-14 11:29:49 -05:00
Douglas Stebila
f64a7e0dd4
Reimplement Python tests using nose framework
2019-02-13 22:25:34 -05:00