aboutsummaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
AgeCommit message (Expand)AuthorFilesLines
2022-10-24Condense test directory numbers.renumberJussi Pakkanen1-14/+14
2022-09-28Move classes used by scripts to their own moduleXavier Claessens1-2/+30
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz1-2/+5
2022-09-18Warn if wrap file changesDaniel Carson1-1/+17
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li1-0/+6
2022-09-04mtest: Run ninja build.ninja before loading testsAndres Freund1-0/+20
2022-08-22introspection: untangle install_plan implemetation, fix a bunch of wrong onesEli Schwartz1-17/+17
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker1-1/+1
2022-08-17allplatformstests: use subTests with test_warning_locationDylan Baker1-9/+11
2022-08-07mtest: unify parsed and non-parsed output handlingHemmo Nieminen1-0/+62
2022-07-31Only reconfigure if configure options actually changedDaan De Meyer1-0/+10
2022-07-21ar linker: detect the "osx ld" case (where generating thin archives won't wor...Justin Blanchard1-1/+1
2022-07-11tests: skip template test for windows shared fortranEli Schwartz1-0/+6
2022-07-07Fix test case numbers.Jussi Pakkanen1-12/+12
2022-06-09intro-install_plan: fix destinations for build_targets with custom install_dirEli Schwartz1-0/+8
2022-06-01Fix sandbox violation when using subproject as a symlinkVili VÀinölÀ1-0/+13
2022-05-19Reword message in warningZbigniew Jędrzejewski-Szmek1-4/+4
2022-05-10Require CMake 3.14 for all tests that use the cmake moduleSimon McVittie1-2/+0
2022-04-19unittests: Add test_pkgconfig_relocatable to allplatformstestsFredrik Salomonsson1-0/+33
2022-04-13Add regression test for Python dist.Jussi Pakkanen1-5/+5
2022-03-31unittests: move get_convincing_fake_env_and_cc to run_tests.pyMarvin Scholz1-14/+3
2022-03-31unittests: add underscore prefix testsMarvin Scholz1-0/+37
2022-03-29Condense test directory names.Jussi Pakkanen1-45/+45
2022-03-24Make compilers list per subprojectXavier Claessens1-4/+8
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen1-0/+1
2022-03-09Replace freezing regex with plain text operations.Jussi Pakkanen1-2/+14
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker1-0/+1
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens1-0/+21
2022-02-09meson: Allow directory options outside of prefixJan Tojnar1-7/+7
2022-02-03cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger1-0/+2
2022-02-01unittests: check that "verbose: true" works on testsPaolo Bonzini1-0/+7
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan1-7/+7
2022-01-18interpreterobjects: use typed_* for configuration_data.set*Dylan Baker1-1/+0
2022-01-10manually clean up some python 3.6 era codeEli Schwartz1-5/+0
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen1-4/+4
2021-12-22unit tests: Don't check quoting with multiple libsNirbheek Chauhan1-2/+2
2021-12-22Set RPATH for all non-system libs with absolute pathsNirbheek Chauhan1-1/+1
2021-11-28make sure files arguments to compiler.compiles and friends, performs rebuildEli Schwartz1-0/+7
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan1-2/+4
2021-11-24unit tests: Extend prebuilt test to test intermediateDylan Baker1-0/+23
2021-11-24unittests: use UnitTest.addCleanup a bitDylan Baker1-11/+14
2021-11-23interpreter: extract_objects provides a valid sourcePaolo Bonzini1-0/+6
2021-11-20Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz1-2/+2
2021-10-27Fix add_install_script() ignoring install_tagXavier Claessens1-10/+12
2021-10-27test_clang_format: Do not assume meson source is in gitXavier Claessens1-0/+8
2021-10-26unittests: use better assert methodsEli Schwartz1-16/+16
2021-10-26do not save unused variableEli Schwartz1-1/+1
2021-10-26remove unused variableEli Schwartz1-1/+1
2021-10-26remove dead code that is immediately overriddenEli Schwartz1-4/+0
2021-10-26do not save variable when all we want is the side effect of popping itEli Schwartz1-1/+1