Age | Commit message (Expand) | Author | Files | Lines |
2020-04-30 | Add a mechanism for validating meson output in tests | Jon Turney | 1 | -0/+59 |
2020-04-30 | Make colourize_console() a function | Jon Turney | 1 | -4/+4 |
2020-04-28 | tests: Skip hotdoc test if hotdoc is not installed | Daniel Mensinger | 1 | -0/+12 |
2020-04-28 | tests: Add support for specifying tool requirements | Daniel Mensinger | 1 | -2/+13 |
2020-04-17 | run_project_tests: Allow matrix tests to skip | Dylan Baker | 1 | -1/+5 |
2020-04-17 | run_project_tests: Add an option to put temprorary files in /tmp | Dylan Baker | 1 | -21/+22 |
2020-03-20 | Merge pull request #6636 from jon-turney/machine-detection-problems | Jussi Pakkanen | 1 | -21/+34 |
2020-03-09 | project_tests: Add the option to the test format to mark the language | Dylan Baker | 1 | -1/+9 |
2020-03-09 | run_project_tests: Sort imports | Dylan Baker | 1 | -14/+16 |
2020-03-09 | run_project_tests: fix argument type | Dylan Baker | 1 | -1/+1 |
2020-03-09 | tests: Add pdb files for d tests | Dylan Baker | 1 | -1/+2 |
2020-03-09 | project_tests: Add "version" to "shared_lib" and "pdb" types | Dylan Baker | 1 | -2/+27 |
2020-03-06 | project_tests: Add a "shared_lib" type | Dylan Baker | 1 | -0/+9 |
2020-02-29 | Extend _run_test to test build without regenerate | Jon Turney | 1 | -21/+34 |
2020-02-26 | test: replace pass_* functions with a test.json entry | Daniel Mensinger | 1 | -19/+10 |
2020-02-25 | test: merge installed_files.txt into test.json | Daniel Mensinger | 1 | -76/+77 |
2020-02-25 | test: realise test_args.txt with a test matrix | Daniel Mensinger | 1 | -17/+1 |
2020-02-25 | test: merge test_matrix.json and setup_env.json into test.json | Daniel Mensinger | 1 | -16/+27 |
2020-02-25 | test: general refactoring of run_project_tests.py | Daniel Mensinger | 1 | -41/+44 |
2020-02-20 | boost: Updated tests | Daniel Mensinger | 1 | -4/+36 |
2020-02-13 | Remove unused no-installed-files test feature | Jon Turney | 1 | -5/+1 |
2020-02-13 | Refactor TestResult object initialization | Jon Turney | 1 | -36/+60 |
2020-02-11 | ci: Add Fedora and OpenSUSE images | Daniel Mensinger | 1 | -0/+6 |
2020-02-07 | run_project_tests: Fix it to actually work | Dylan Baker | 1 | -5/+10 |
2020-02-05 | tests: Added basic test matrix support for project tests | Daniel Mensinger | 1 | -22/+84 |
2020-01-30 | Merge pull request #6536 from jon-turney/cross-testing-refactor | Jussi Pakkanen | 1 | -7/+13 |
2020-01-30 | Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398) | Michael Hirsch, Ph.D | 1 | -1/+5 |
2020-01-28 | Make run_project_tests.py aware of --cross-file option | Jon Turney | 1 | -7/+13 |
2020-01-26 | cmake: Some test improvements | Daniel Mensinger | 1 | -1/+3 |
2020-01-24 | tests: Fix some test failures on Ubuntun 16.04 CI | Nirbheek Chauhan | 1 | -1/+3 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -11/+11 |
2019-12-23 | doc: cuda windows comment | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 1 | -5/+4 |
2019-12-07 | run_project_tests: argparse(choices) for --only name check | Michael Hirsch, Ph.D | 1 | -7/+15 |
2019-12-07 | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen | 1 | -1/+1 |
2019-12-05 | lgtm: fix Unreachable code | Daniel Mensinger | 1 | -1/+0 |
2019-12-03 | run_project_tests: Fix skip rust | Dylan Baker | 1 | -5/+4 |
2019-11-30 | CI: scalapack not skippable since it's now in Docker image | Michael Hirsch, Ph.D | 1 | -5/+1 |
2019-11-30 | deps: add scalapack | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-11-19 | ci: Add CI command to include text files in the CI log | Daniel Mensinger | 1 | -15/+47 |
2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-... | Michael Hirsch, Ph.D | 1 | -2/+7 |
2019-10-20 | run_project_tests: Added print_tool_versions() | Daniel Mensinger | 1 | -0/+33 |
2019-10-07 | compilers: replace CompilerType with MachineInfo | Dylan Baker | 1 | -1/+1 |
2019-09-23 | Add blocks dependency | Patrick Griffis | 1 | -0/+4 |
2019-09-05 | PGI: windows PGI is sort of MSVC-like | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-08-12 | tests: add wasm to run_project_tests --only | Dylan Baker | 1 | -0/+1 |
2019-08-03 | Condense test directory names. | Jussi Pakkanen | 1 | -1/+1 |
2019-07-30 | fortran tests: non-gfortran compilers on Windows are best static libs | Michael Hirsch, Ph.D | 1 | -29/+22 |
2019-07-30 | run_tests: ifort / intel-cl must have ninja backend | Michael Hirsch, Ph.D | 1 | -5/+3 |
2019-07-30 | actually failfast, was not failing fast before | Michael Hirsch, Ph.D | 1 | -2/+2 |