summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2020-04-28tests: Skip hotdoc test if hotdoc is not installedDaniel Mensinger
2020-04-28tests: Add support for specifying tool requirementsDaniel Mensinger
2020-04-17run_project_tests: Allow matrix tests to skipDylan Baker
2020-04-17run_project_tests: Add an option to put temprorary files in /tmpDylan Baker
2020-03-20Merge pull request #6636 from jon-turney/machine-detection-problemsJussi Pakkanen
2020-03-09project_tests: Add the option to the test format to mark the languageDylan Baker
2020-03-09run_project_tests: Sort importsDylan Baker
2020-03-09run_project_tests: fix argument typeDylan Baker
2020-03-09tests: Add pdb files for d testsDylan Baker
2020-03-09project_tests: Add "version" to "shared_lib" and "pdb" typesDylan Baker
2020-03-06project_tests: Add a "shared_lib" typeDylan Baker
2020-02-29Extend _run_test to test build without regenerateJon Turney
2020-02-26test: replace pass_* functions with a test.json entryDaniel Mensinger
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2020-02-25test: realise test_args.txt with a test matrixDaniel Mensinger
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger
2020-02-25test: general refactoring of run_project_tests.pyDaniel Mensinger
2020-02-20boost: Updated testsDaniel Mensinger
2020-02-13Remove unused no-installed-files test featureJon Turney
2020-02-13Refactor TestResult object initializationJon Turney
2020-02-11ci: Add Fedora and OpenSUSE imagesDaniel Mensinger
2020-02-07run_project_tests: Fix it to actually workDylan Baker
2020-02-05tests: Added basic test matrix support for project testsDaniel Mensinger
2020-01-30Merge pull request #6536 from jon-turney/cross-testing-refactorJussi Pakkanen
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D
2020-01-28Make run_project_tests.py aware of --cross-file optionJon Turney
2020-01-26cmake: Some test improvementsDaniel Mensinger
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-23doc: cuda windows commentMichael Hirsch, Ph.D
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen
2019-12-07run_project_tests: argparse(choices) for --only name checkMichael Hirsch, Ph.D
2019-12-07Merge pull request #6228 from scivision/scalapackJussi Pakkanen
2019-12-05lgtm: fix Unreachable codeDaniel Mensinger
2019-12-03run_project_tests: Fix skip rustDylan Baker
2019-11-30CI: scalapack not skippable since it's now in Docker imageMichael Hirsch, Ph.D
2019-11-30deps: add scalapackMichael Hirsch, Ph.D
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-10-20run_project_tests: Added print_tool_versions()Daniel Mensinger
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-09-23Add blocks dependencyPatrick Griffis
2019-09-05PGI: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D
2019-08-12tests: add wasm to run_project_tests --onlyDylan Baker
2019-08-03Condense test directory names.Jussi Pakkanen
2019-07-30fortran tests: non-gfortran compilers on Windows are best static libsMichael Hirsch, Ph.D
2019-07-30run_tests: ifort / intel-cl must have ninja backendMichael Hirsch, Ph.D
2019-07-30actually failfast, was not failing fast beforeMichael Hirsch, Ph.D
2019-07-23cmake: added test case for environment variablesDaniel Mensinger
2019-07-11pythonic file checksMichael Hirsch, Ph.D