summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* ci: Add Fedora and OpenSUSE imagesDaniel Mensinger2020-02-111-0/+6
* run_project_tests: Fix it to actually workDylan Baker2020-02-071-5/+10
* tests: Added basic test matrix support for project testsDaniel Mensinger2020-02-051-22/+84
* Merge pull request #6536 from jon-turney/cross-testing-refactorJussi Pakkanen2020-01-301-7/+13
|\
| * Make run_project_tests.py aware of --cross-file optionJon Turney2020-01-281-7/+13
* | Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D2020-01-301-1/+5
|/
* cmake: Some test improvementsDaniel Mensinger2020-01-261-1/+3
* tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan2020-01-241-1/+3
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-11/+11
* doc: cuda windows commentMichael Hirsch, Ph.D2019-12-231-1/+2
* Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2019-12-111-5/+4
|\
| * run_project_tests: Fix skip rustDylan Baker2019-12-031-5/+4
* | run_project_tests: argparse(choices) for --only name checkMichael Hirsch, Ph.D2019-12-071-7/+15
* | Merge pull request #6228 from scivision/scalapackJussi Pakkanen2019-12-071-1/+1
|\ \
| * | CI: scalapack not skippable since it's now in Docker imageMichael Hirsch, Ph.D2019-11-301-5/+1
| * | deps: add scalapackMichael Hirsch, Ph.D2019-11-301-0/+4
| |/
* | lgtm: fix Unreachable codeDaniel Mensinger2019-12-051-1/+0
|/
* ci: Add CI command to include text files in the CI logDaniel Mensinger2019-11-191-15/+47
* use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D2019-11-171-2/+7
* run_project_tests: Added print_tool_versions()Daniel Mensinger2019-10-201-0/+33
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-1/+1
* Add blocks dependencyPatrick Griffis2019-09-231-0/+4
* PGI: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D2019-09-051-1/+2
* tests: add wasm to run_project_tests --onlyDylan Baker2019-08-121-0/+1
* Condense test directory names.Jussi Pakkanen2019-08-031-1/+1
* fortran tests: non-gfortran compilers on Windows are best static libsMichael Hirsch, Ph.D2019-07-301-29/+22
* run_tests: ifort / intel-cl must have ninja backendMichael Hirsch, Ph.D2019-07-301-5/+3
* actually failfast, was not failing fast beforeMichael Hirsch, Ph.D2019-07-301-2/+2
* cmake: added test case for environment variablesDaniel Mensinger2019-07-231-1/+11
* pythonic file checksMichael Hirsch, Ph.D2019-07-111-19/+15
* Use pytest parallelisation if available.Jussi Pakkanen2019-07-091-0/+2
* Add command line argument to skip unit tests.Jussi Pakkanen2019-07-091-0/+2
* correct missing argument for IntelClFortranCompilerMichael Hirsch, Ph.D2019-06-241-1/+7
* only --only option to run_project_tests, add type hints, improve variable nam...Michael Hirsch, Ph.D2019-06-231-10/+28
* windows project_test speedup by 2Michael Hirsch, Ph.D2019-06-231-1/+2
* Do not check for DOS line endings in log files.Jussi Pakkanen2019-06-221-0/+2
* Detect broken Rust compiler setups.Jussi Pakkanen2019-06-221-1/+29
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-6/+6
* Use `env.machines.*` to avoid some `is_cross`John Ericson2019-06-091-12/+12
* cmake: disable the CMake tests for msvc2015Daniel Mensinger2019-06-061-1/+1
* cmake: better loggingDaniel Mensinger2019-06-061-0/+10
* cmake: fixed installed_files.txtDaniel Mensinger2019-06-061-0/+5
* cmake: Added project testsDaniel Mensinger2019-06-061-0/+1
* Update to new ccache URLJoel Rosdahl2019-05-271-1/+1
* compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker2019-05-131-1/+1
* Better detection of tab indentation.Jussi Pakkanen2019-05-091-2/+3
* Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2019-05-021-2/+2
|\
| * Fix unused variables warningsDaniel Mensinger2019-04-291-1/+1
| * Fix blind exceptionsDaniel Mensinger2019-04-291-1/+1
* | per-target manual specification of link_languageMichael Hirsch, Ph.D2019-05-021-0/+4
|/