index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
baseplatformtests.py
Age
Commit message (
Expand
)
Author
2025-04-03
tests: demonstrate that our scanner cannot handle cross target modules
Dylan Baker
2025-03-21
CI: Fix filemode tests with cygwin 3.6.0
Jon Turney
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-01-27
tests: mock the environment in setUpClass
Dylan Baker
2024-09-11
Fix typos
spaette
2024-08-15
unittests: use setUpClass instead of setUp for class constant data
Dylan Baker
2024-08-15
unittests: use TestCase.addCleanup for cleaning up builddirs
Dylan Baker
2024-08-15
unittests: use mock.patch.dict to deal with os.environ
Dylan Baker
2024-08-15
unittests: use os.environ.get for MESON_UNIT_TEST_BACKEND
Dylan Baker
2024-07-30
unittests: fix EncodingWarnings. minus 123 warnings collected by pytest
Eli Schwartz
2024-06-29
linkers: Fix AppleDynamicLinker not returning any rpaths to remove
Piotr BrzeziĆski
2024-04-14
Fix builds with Ninja 12 and remove a 5 year old workaround.
Jussi Pakkanen
2024-03-18
unittests: annotate BasePlatformTests.setconf
Dylan Baker
2024-03-15
unittests: Add a helper for copying source trees
Dylan Baker
2024-03-01
Set PYTHONIOENCODING when running tests
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-25
msetup: Update options when builddir is already configured
Xavier Claessens
2023-08-17
tests: consolidate MESON_SKIP_TEST reporting and use it in unittests
Eli Schwartz
2023-07-31
Rename variables that clash with pdb commands
Dan Hawson
2023-06-28
Experimental 'genvslite' WIP. (#11049)
GertyP
2023-06-16
unittests: ensure terminal has 80 chars width
Charles Brunet
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-05-31
mlog: use a hidden class for state
Dylan Baker
2023-05-02
unittests: add magic flag global to integrate utility methods with unittest
Eli Schwartz
2023-05-02
tests: add workarounds for python brokenness on Windows
Eli Schwartz
2023-03-28
unittests: Pass the exact backend name
Xavier Claessens
2023-03-20
backends: add a new "none" backend
Eli Schwartz
2022-11-22
unittests: add and use get_meson_log_raw function
Marvin Scholz
2022-11-22
unittests: add and use _open_meson_log function
Marvin Scholz
2022-08-16
deprecate running "meson builddir" without setup subcommand
Eli Schwartz
2022-06-13
unittests: do more accurate check for ninja "nothing to do"
Eli Schwartz
2022-06-13
unittests: allow test commands to suppress returning stderr
Eli Schwartz
2022-01-30
ninja backend: Fix usage of same constants file for native and cross
Nirbheek Chauhan
2022-01-16
Add a test for the --vsenv meson setup option
Nirbheek Chauhan
2022-01-10
pyupgrade --py37-plus
Eli Schwartz
2021-10-31
Fix cygwin test failure due to shortpath usage
Nirbheek Chauhan
2021-09-24
compilers/rust: Add support for clippy
Dylan Baker
2021-08-16
unittests/base: Allow init method to fail
Dylan Baker
2021-08-16
unittests/base: Move code out of the try block of a try/except statement
Dylan Baker
2021-08-16
unittests/baseplatform: don't double print on error
Dylan Baker
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-07-26
Split run_unittests.py file
Xavier Claessens