aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2019-06-27Fix failing test_find_program test (Windows-only)Aleksey Gurtovoy1-5/+8
2019-06-27Fix faling test_msvc_toolset_version testAleksey Gurtovoy1-2/+6
2019-06-24run_unitests: Skip the native_file_is_pipe test on cygwinDylan Baker1-1/+2
2019-06-24Keep all build dirs inside the source tree.Jussi Pakkanen1-1/+1
2019-06-23coredata: Correctly handle receiving a pipe for native/cross filesDylan Baker1-2/+25
2019-06-23compilers: Fix bitcode and other options for objc codeNirbheek Chauhan1-7/+10
2019-06-09Make test for identityJohn Ericson1-0/+12
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-43/+41
2019-06-05Add tests for std usage. Closes #5097.Jussi Pakkanen1-0/+16
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-4/+9
2019-05-29tests: Test the cmake parser more thuroughlyDylan Baker1-0/+5
2019-05-27coredata: add cmake_prefix_path optionDylan Baker1-0/+19
2019-05-16Fix path splitting in get_compiler_dirs() with GCC/clang on WindowsChristoph Reiter1-0/+8
2019-05-16run_unittests: make cross file location test robust against environmentDylan Baker1-3/+8
2019-05-16Make `PerMachine` and `MachineChoice` have just `build` and `host`John Ericson1-1/+1
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen1-4/+9
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker1-1/+1
2019-05-13unittests: adapt pkg-config test for OpenBSDAntoine Jacoutot1-2/+8
2019-05-10run_unittests: assume that on windows that intel means iclDylan Baker1-0/+4
2019-05-10run_unittests: intel-cl links like msvcDylan Baker1-1/+2
2019-05-10run_unittests: Don't assume that VS like compilers have MSVC versionsDylan Baker1-1/+1
2019-05-10run_unittests: ICL also doesn't do proper resource dependency detectionDylan Baker1-1/+1
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker1-2/+2
2019-05-02munstable_coredata: Adapt to coredata changes.Martin Hostettler1-0/+6
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen1-6/+6
2019-05-02mtest: check for an empty suite listPeter Hutterer1-16/+16
2019-04-29Fixed unnecessary .items()Daniel Mensinger1-1/+1
2019-04-29Fix builtin variable namesDaniel Mensinger1-2/+2
2019-04-29Fix blind exceptionsDaniel Mensinger1-3/+3
2019-04-25run_unittets: extend version tests to cover other casesDylan Baker1-12/+10
2019-04-25run_unittests: rewrite version test to not call private methodsDylan Baker1-95/+109
2019-04-23Don't use mutable types as default argumentsDylan Baker1-1/+2
2019-04-21coredata: store cross/native files in the same form they will be used (#5224)Dylan Baker1-0/+15
2019-04-19Correctly find lfortran for Elbrus compilermakise-homura1-1/+5
2019-04-18interpreter: Check the meson version before parsing optionsNirbheek Chauhan1-1/+13
2019-04-18unit tests: Skip toolset version test on VS2015 and olderNirbheek Chauhan1-0/+3
2019-04-18vs: Update toolset table for VS 2019Nirbheek Chauhan1-0/+16
2019-04-16add test case for generator dependenciesPaolo Bonzini1-0/+14
2019-04-13interpreter: Warn when environment() ops are overridenNirbheek Chauhan1-0/+11
2019-04-12Added a unit test for built-in options docsTheQwertiest1-0/+36
2019-04-08mintro: removed deprecated --target-files APIDaniel Mensinger1-34/+1
2019-04-07Merge pull request #4931 from dcbaker/pkg-config-builtinNirbheek Chauhan1-1/+11
2019-04-05dependencies/pkg-config: Add support for different cross_flagsDylan Baker1-0/+5
2019-04-05dependencies: Add command line option for pkg_config_pathDylan Baker1-1/+6
2019-04-03test_pkgconfig_formatting: OpenBSD, libintil is a separate libraryAntoine Jacoutot1-1/+1
2019-04-02mintro: Fix crash when required is a function (closes #5177)Daniel Mensinger1-1/+7
2019-04-02Merge pull request #5128 from Ericson2314/sanity-check-with-flagsJussi Pakkanen1-6/+5
2019-04-01Also format headers with Clang-Format. Closes #5184.Jussi Pakkanen1-10/+15
2019-03-27Fix test_compiler_*_stds tests after last commitJohn Ericson1-6/+5
2019-03-27Change test to reflect new semanticsJohn Ericson1-4/+6