aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-29Extend _run_test to test build without regenerateJon Turney1-21/+34
2020-02-26test: replace pass_* functions with a test.json entryDaniel Mensinger1-19/+10
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger1-76/+77
2020-02-25test: realise test_args.txt with a test matrixDaniel Mensinger1-17/+1
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger1-16/+27
2020-02-25test: general refactoring of run_project_tests.pyDaniel Mensinger1-41/+44
2020-02-20boost: Updated testsDaniel Mensinger1-4/+36
2020-02-13Remove unused no-installed-files test featureJon Turney1-5/+1
2020-02-13Refactor TestResult object initializationJon Turney1-36/+60
2020-02-11ci: Add Fedora and OpenSUSE imagesDaniel Mensinger1-0/+6
2020-02-07run_project_tests: Fix it to actually workDylan Baker1-5/+10
2020-02-05tests: Added basic test matrix support for project testsDaniel Mensinger1-22/+84
2020-01-30Merge pull request #6536 from jon-turney/cross-testing-refactorJussi Pakkanen1-7/+13
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D1-1/+5
2020-01-28Make run_project_tests.py aware of --cross-file optionJon Turney1-7/+13
2020-01-26cmake: Some test improvementsDaniel Mensinger1-1/+3
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan1-1/+3
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-11/+11
2019-12-23doc: cuda windows commentMichael Hirsch, Ph.D1-1/+2
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen1-5/+4
2019-12-07run_project_tests: argparse(choices) for --only name checkMichael Hirsch, Ph.D1-7/+15
2019-12-07Merge pull request #6228 from scivision/scalapackJussi Pakkanen1-1/+1
2019-12-05lgtm: fix Unreachable codeDaniel Mensinger1-1/+0
2019-12-03run_project_tests: Fix skip rustDylan Baker1-5/+4
2019-11-30CI: scalapack not skippable since it's now in Docker imageMichael Hirsch, Ph.D1-5/+1
2019-11-30deps: add scalapackMichael Hirsch, Ph.D1-0/+4
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger1-15/+47
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D1-2/+7
2019-10-20run_project_tests: Added print_tool_versions()Daniel Mensinger1-0/+33
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-1/+1
2019-09-23Add blocks dependencyPatrick Griffis1-0/+4
2019-09-05PGI: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D1-1/+2
2019-08-12tests: add wasm to run_project_tests --onlyDylan Baker1-0/+1
2019-08-03Condense test directory names.Jussi Pakkanen1-1/+1
2019-07-30fortran tests: non-gfortran compilers on Windows are best static libsMichael Hirsch, Ph.D1-29/+22
2019-07-30run_tests: ifort / intel-cl must have ninja backendMichael Hirsch, Ph.D1-5/+3
2019-07-30actually failfast, was not failing fast beforeMichael Hirsch, Ph.D1-2/+2
2019-07-23cmake: added test case for environment variablesDaniel Mensinger1-1/+11
2019-07-11pythonic file checksMichael Hirsch, Ph.D1-19/+15
2019-07-09Use pytest parallelisation if available.Jussi Pakkanen1-0/+2
2019-07-09Add command line argument to skip unit tests.Jussi Pakkanen1-0/+2
2019-06-24correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D1-1/+7
2019-06-23only --only option to run_project_tests, add type hints, improve variable nam...Michael Hirsch, Ph.D1-10/+28
2019-06-23windows project_test speedup by 2Michael Hirsch, Ph.D1-1/+2
2019-06-22Do not check for DOS line endings in log files.Jussi Pakkanen1-0/+2
2019-06-22Detect broken Rust compiler setups.Jussi Pakkanen1-1/+29
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-6/+6
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-12/+12
2019-06-06cmake: disable the CMake tests for msvc2015Daniel Mensinger1-1/+1
2019-06-06cmake: better loggingDaniel Mensinger1-0/+10