aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-06cmake: fixed installed_files.txtDaniel Mensinger1-0/+5
2019-06-06cmake: Added project testsDaniel Mensinger1-0/+1
2019-05-27Update to new ccache URLJoel Rosdahl1-1/+1
2019-05-13compilers/clike: ICL needs msvc workarounds in has_functionDylan Baker1-1/+1
2019-05-09Better detection of tab indentation.Jussi Pakkanen1-2/+3
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen1-2/+2
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D1-0/+4
2019-04-29Fix unused variables warningsDaniel Mensinger1-1/+1
2019-04-29Fix blind exceptionsDaniel Mensinger1-1/+1
2019-04-15Don't always skip objc/objc++ tests on WindowsJon Turney1-2/+2
2019-04-15Report detected compilers in run_project_testsJon Turney1-5/+18
2019-04-03d: Fix linker errors with shared libraries on WindowsAri Vuollet1-1/+1
2019-03-27Always initialize compiler_options before sanity_checkJohn Ericson1-0/+2
2019-03-20Merge pull request #5031 from bonzini/kconfigJussi Pakkanen1-0/+1
2019-03-18interpreterbase: protect string division with FeatureNewPaolo Bonzini1-1/+7
2019-03-15[modules] Add kconfig moduleMark Schulte1-0/+1
2019-03-13tests: disable Dlang tests on windowsDylan Baker1-1/+1
2019-02-28add NetCDFMichael Hirsch, Ph.D1-0/+4
2019-02-26Disable D tests if dmd install is broken.Jussi Pakkanen1-0/+8
2019-02-04run_project_tests: add support for loading cross filesDylan Baker1-0/+3
2019-02-04run_project_tests: Add support for loading a native file in testsDylan Baker1-0/+3
2019-02-01project tests: qt is available on the macOS CINirbheek Chauhan1-0/+4
2019-01-21More tests and pic.Jussi Pakkanen1-0/+1
2018-12-12tests: Add tests for the python moduleDylan Baker1-0/+1
2018-11-06Deal with clang-cl generating empty implibsJon Turney1-12/+17
2018-11-06Extend test to when both name_{suf,pre}fix: are usedJon Turney1-0/+3
2018-11-06Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney1-1/+34
2018-11-04Use compiler detector in detect_system_compiler()Jon Turney1-11/+15
2018-10-14Merge pull request #4340 from jon-turney/azure-pipelinesJussi Pakkanen1-1/+1
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney1-1/+1
2018-10-10tests: Merge backend guessing into one functionNiklas Claesson1-20/+2
2018-10-10Add option to fail fast in testsNiklas Claesson1-6/+19
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-2/+2
2018-09-25Skip all dot files/directories when running testsGuillermo Ignacio Enriquez Gutierrez1-1/+1
2018-09-22Fix test script to be able to run in local macosGuillermo Ignacio Enriquez Gutierrez1-0/+1
2018-09-14run_proect_tests: add cygwin as platform fix nameMarco Trevisan (Treviño)1-1/+6
2018-09-14run_project_tests: remove pdb workaround, just use filtersMarco Trevisan (Treviño)1-9/+2
2018-09-12run_projects_tests: Fail if we install extra files even if not in clMarco Trevisan (Treviño)1-2/+3