summaryrefslogtreecommitdiff
path: root/run_unittests.py
Commit message (Expand)AuthorAgeFilesLines
* Make test for identityJohn Ericson2019-06-091-0/+12
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-43/+41
* Add tests for std usage. Closes #5097.Jussi Pakkanen2019-06-051-0/+16
* Per machine do 'build.' and '' option prefixesJohn Ericson2019-06-051-4/+9
* tests: Test the cmake parser more thuroughlyDylan Baker2019-05-291-0/+5
* coredata: add cmake_prefix_path optionDylan Baker2019-05-271-0/+19
* Fix path splitting in get_compiler_dirs() with GCC/clang on WindowsChristoph Reiter2019-05-161-0/+8
* run_unittests: make cross file location test robust against environmentDylan Baker2019-05-161-3/+8
* Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson2019-05-161-1/+1
* Merge pull request #5331 from dcbaker/iclJussi Pakkanen2019-05-141-4/+9
|\
| * compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker2019-05-131-1/+1
| * run_unittests: assume that on windows that intel means iclDylan Baker2019-05-101-0/+4
| * run_unittests: intel-cl links like msvcDylan Baker2019-05-101-1/+2
| * run_unittests: Don't assume that VS like compilers have MSVC versionsDylan Baker2019-05-101-1/+1
| * run_unittests: ICL also doesn't do proper resource dependency detectionDylan Baker2019-05-101-1/+1
* | unittests: adapt pkg-config test for OpenBSDAntoine Jacoutot2019-05-131-2/+8
|/
* compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-031-2/+2
* munstable_coredata: Adapt to coredata changes.Martin Hostettler2019-05-021-0/+6
* Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2019-05-021-6/+6
|\
| * Fixed unnecessary .items()Daniel Mensinger2019-04-291-1/+1
| * Fix builtin variable namesDaniel Mensinger2019-04-291-2/+2
| * Fix blind exceptionsDaniel Mensinger2019-04-291-3/+3
* | mtest: check for an empty suite listPeter Hutterer2019-05-021-16/+16
|/
* run_unittets: extend version tests to cover other casesDylan Baker2019-04-251-12/+10
* run_unittests: rewrite version test to not call private methodsDylan Baker2019-04-251-95/+109
* Don't use mutable types as default argumentsDylan Baker2019-04-231-1/+2
* coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker2019-04-211-0/+15
* Correctly find lfortran for Elbrus compilermakise-homura2019-04-191-1/+5
* interpreter: Check the meson version before parsing optionsNirbheek Chauhan2019-04-181-1/+13
* unit tests: Skip toolset version test on VS2015 and olderNirbheek Chauhan2019-04-181-0/+3
* vs: Update toolset table for VS 2019Nirbheek Chauhan2019-04-181-0/+16
* add test case for generator dependenciesPaolo Bonzini2019-04-161-0/+14
* interpreter: Warn when environment() ops are overridenNirbheek Chauhan2019-04-131-0/+11
* Added a unit test for built-in options docsTheQwertiest2019-04-121-0/+36
* mintro: removed deprecated --target-files APIDaniel Mensinger2019-04-081-34/+1
* Merge pull request #4931 from dcbaker/pkg-config-builtinNirbheek Chauhan2019-04-071-1/+11
|\
| * dependencies/pkg-config: Add support for different cross_flagsDylan Baker2019-04-051-0/+5
| * dependencies: Add command line option for pkg_config_pathDylan Baker2019-04-051-1/+6
* | test_pkgconfig_formatting: OpenBSD, libintil is a separate libraryAntoine Jacoutot2019-04-031-1/+1
|/
* mintro: Fix crash when required is a function (closes #5177)Daniel Mensinger2019-04-021-1/+7
* Merge pull request #5128 from Ericson2314/sanity-check-with-flagsJussi Pakkanen2019-04-021-6/+5
|\
| * Fix test_compiler_*_stds tests after last commitJohn Ericson2019-03-271-6/+5
* | Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen2019-04-011-10/+15
|/
* Change test to reflect new semanticsJohn Ericson2019-03-271-4/+6
* Merge pull request #5083 from rossburton/crossfilesJussi Pakkanen2019-03-201-2/+21
|\
| * Add test case for multiple cross filesRoss Burton2019-03-201-0/+19
| * run_unittest: update for cross_file being a listRoss Burton2019-03-201-2/+2
* | replace library type strings with an enumDylan Baker2019-03-201-6/+6
|/
* compilers: Try harder to dedup builtin libsNirbheek Chauhan2019-03-141-1/+14
* compilers: -fsanitize is not supported on OpenBSD (second pass)Antoine Jacoutot2019-03-131-0/+2