aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing
AgeCommit message (Expand)AuthorFilesLines
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen6-0/+44
2022-03-07Add support for rust proc-macro cratesDylan Baker1-1/+1
2022-03-07tests/rust: Add a test for structured inputsDylan Baker6-0/+44
2022-03-03interpreter: use typed_kwargs for subproject()Dylan Baker2-2/+2
2022-02-09meson: Allow directory options outside of prefixJan Tojnar2-16/+0
2022-02-03cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger1-1/+4
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker1-1/+1
2022-01-12subproject: fix version validation on lookupØyvind Aarrestad Aakre4-0/+18
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen35-11/+11
2021-12-20restore additional info about the potential cause of find_program failingEli Schwartz1-1/+1
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini1-1/+1
2021-12-01add install_symlink functionPablo Correa Gómez2-0/+10
2021-11-27Merge pull request #9599 from dcbaker/submit/typed_kwargs-message-improvementsJussi Pakkanen1-1/+1
2021-11-25interpreter: fix `feature.require` handling of error messageBenoit Pierre3-0/+11
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan1-1/+1
2021-11-23rust: clean up inputs and outputs to bindgenPaolo Bonzini4-0/+44
2021-11-22typed_kwargs: use | for type unions, not ,Dylan Baker1-1/+1
2021-11-22typed_kwargs: provide better error messages for wrong container typesDylan Baker1-1/+1
2021-11-15interpreter: disallow RunTarget in meson.add_install_scriptPaolo Bonzini3-0/+23
2021-11-15interpreter: disallow RunTarget in testPaolo Bonzini3-0/+18
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann1-1/+1
2021-10-10Be more strict about target names with slashes.Jussi Pakkanen1-1/+1
2021-10-09optinterpreter: Refactor to use typed_pos_args() and typed_kwargs()Xavier Claessens1-1/+1
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger4-4/+4
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger2-3/+2
2021-09-01dependency: fallback and allow_fallback are mutually exclusiveXavier Claessens2-0/+11
2021-08-31interpreter: Add IntegerHolderDaniel Mensinger1-1/+2
2021-08-27interpreter: fix name of typed_kwargs for `test()`Dylan Baker1-1/+1
2021-08-22use a more informative error message for invoking meson in a subdirEli Schwartz1-1/+1
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz7-7/+0
2021-07-15Condense test directory names for next release.Jussi Pakkanen174-73/+73
2021-07-05cmake: Improved error message for using dependency for executablesDaniel Mensinger4-0/+24
2021-06-30interpreter: add required and disabled to importDylan Baker2-12/+0
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen3-3/+3
2021-06-22tests: both_library test improvementsDaniel Mensinger1-1/+1
2021-06-22interpreter: man sections can be up to 9 on many platformsDylan Baker2-2/+2
2021-06-22interpreter: use typed_pos_args for install_dataDylan Baker1-1/+1
2021-06-21interpreter: Move argument checks from add_*_arguments to compiler.get_suppor...Laurin-Luis Lehning4-10/+11
2021-06-21interprter: Add required kwarg to add_(project|global)_argumentsLaurin-Luis Lehning2-0/+10
2021-06-18interpreter: add type annotations to build_incdir_objectDylan Baker1-1/+1
2021-06-18dependency: Empty fallback is the same as allow_fallback: falseXavier Claessens3-0/+16
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens15-62/+5
2021-06-15Merge pull request #8878 from dcbaker/submit/dependency-type-fixesJussi Pakkanen1-1/+1
2021-06-14interpreter: use typed_*args for test and benchmarkDylan Baker1-1/+1
2021-06-14dependencies: Use the SystemDependencyDylan Baker1-1/+1
2021-06-08interpreter: add feature.require()Paolo Bonzini3-0/+12
2021-05-19interpreter: Automatically add 'c' to languages when 'vala' is usedDylan Baker2-9/+0
2021-03-10Some documentation language adjustments & improved error messagesLaurin-Luis Lehning1-1/+1
2021-03-10Formatting fixLaurin-Luis Lehning2-2/+2
2021-03-10Add failing test cases & release snippetLaurin-Luis Lehning4-0/+21