Thom Wiggers
fedc88be4b
Disable slowest tests on travis
4 years ago
Thom Wiggers
32b066036d
Implement testing via Github actions
* Fix a bunch of issues in SPHINCS+ on Windows
* Fix testing makefile dependencies by fixing times of common files
(affected Windows testing mainly)
4 years ago
Thom Wiggers
0564c906f7
Force running brew update
This will add ~5m to the build time, but Travis CI SUCK at keeping their tools up to date...
4 years ago
Thom Wiggers
9b41a86f8e
Update Travis CI to XCode 11.3
4 years ago
Thom Wiggers
5f0ddcad78
Add ccache to speed up builds ( #257 )
* Add ccache to speed up builds
* Fix circleci config
* fixup! Fix circleci config
* Try again with environment variables
* Set up ccache on MacOS
5 years ago
Thom Wiggers
23f761efb5
Run ARM64 tests on REAL HARDWARE 🎉
5 years ago
Matthias J. Kannwischer
e6ec07bcf9
Switch to gcc9.2 and xcode11.2 for MacOS builds ( #246 )
5 years ago
Thom Wiggers
deb08ad929
Run KEMs and SIGs as separate CI jobs
5 years ago
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
5 years ago
Thom Wiggers
0d78cf8ea6
try to more reliably run the Travis PR path
5 years ago
Thom Wiggers
82563c9b64
Cache homebrew
5 years ago
Thom Wiggers
3ca9cfe5cd
Update OSX image
5 years ago
Thom Wiggers
909808d6f0
Skip SPHINCS+ on Travis CI
We're running out of build limits.
5 years ago
Joost Rijneveld
90a35757df
Increase travis_wait to 60, e.g. for SPHINCS
5 years ago
Thom Wiggers
1a6f441f36
add comment about travis-wait
5 years ago
Thom Wiggers
552d9f0215
Specify travis_wait
5 years ago
Thom Wiggers
c245274e05
Try to set HEAD correctly
5 years ago
Thom Wiggers
49b1214f24
Fetch origin/master properly
5 years ago
Thom Wiggers
a7a8c02c27
master may not be available
5 years ago
Thom Wiggers
33605f05d8
Set PQCLEAN_ONLY_DIFF on CI builds
5 years ago
Thom Wiggers
eb08730d27
Use brew link to install gcc in a more predictable place
5 years ago
Thom Wiggers
dac0d96904
We don't use cpp anymore
5 years ago
Thom Wiggers
9a6787c872
Properly set up GCC on OS X
5 years ago
Thom Wiggers
00f72102ab
Install astyle on OSX
5 years ago
Thom Wiggers
97b298a04e
Only build OS X on travis
5 years ago
Thom Wiggers
79a1da56b4
Remove duplicate language line
5 years ago
Thom Wiggers
32445f815d
The 'language: minimal' should have docker
5 years ago
Thom Wiggers
d06d8b34c1
Fix typo in container, fix mac builds
5 years ago
Thom Wiggers
c0e4cac831
Greatly simplify container builds
5 years ago
Kris Kwiatkowski
eb4d7cb69a
Enable address and UB sanitizers
This enables address sanitizer and undefined behaviour sanitizer,
but disables leak detection sanitizer.
It seema there is an issue in qemu that we are using, which prevents
spawning leaksanitizer's tracer thread. But as leak detection is
already done by valgrind on x86 build, this functionality is not
absolute need at the moment.
5 years ago
Douglas Stebila
fde02ce2b1
Migrate test vector checks to pythonic testing framework
5 years ago
Thom Wiggers
6c715bc823
Add nose to container tests
5 years ago
Thom Wiggers
78e349f3ba
Fix the test command
I should be less cocky about pushing these things to master and instead to a PR
5 years ago
Thom Wiggers
4f5888c7da
Fix .travis.yml to include rednose on debian builds
5 years ago
Thom Wiggers
f43200f34d
Colourise test output
5 years ago
Douglas Stebila
d36626caac
Move metadata check to Python testing framework
5 years ago
Kris Kwiatkowski
12d9e038b0
arm: temporarily disable sanitizers
5 years ago
Thom Wiggers
2d09abcdf9
Remove deleted check from ARM builds
5 years ago
Kris Kwiatkowski
e3f23082b8
adds tests on arm 32/64
5 years ago
Douglas Stebila
0943ae4c6e
Remove old make target for symbol namespace check.
5 years ago
Douglas Stebila
ba359473b9
Remove old license check and reduce re-building
5 years ago
Thom Wiggers
3b73ea134d
Formatted everything with astyle
clang-format was not flexible enough to allow lining out things on
columns with spaces.
5 years ago
Douglas Stebila
72d514a6fe
Call nose differently and add test documentation
5 years ago
Douglas Stebila
012b96c519
Typo
5 years ago
Douglas Stebila
f64a7e0dd4
Reimplement Python tests using nose framework
5 years ago
Thom Wiggers
1f9da4b711
Run 32-bit tests
5 years ago
Thom Wiggers
29765b0adc
Postpone Clang on PPC
There is an issue with libclang-common-dev [0]
[0]: should be on https://lists.debian.org/debian-powerpc/2019/02/
5 years ago
Thom Wiggers
39b51965e8
Switch to new PPC repository and run Clang on PPC
5 years ago
Joost Rijneveld
a9e7e904d3
Run tests on userspace-emulated PowerPC
This has the downside of not supporting running tests on Valgrind, see
the discussion in issue #15 . However, this does test quite a lot
already.
This uses the docker container defined in
https://github.com/thomwiggers/debian-unstable-powerpc/ .
Co-authored-by: Thom Wiggers <thom@thomwiggers.nl>
5 years ago
Thom Wiggers
a8aa346912
Use python3-yaml instead of pip on Linux.
5 years ago