aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing
AgeCommit message (Expand)AuthorFilesLines
2017-07-21Renamed test dirs to remove duplicated numbers.Jussi Pakkanen3-0/+0
2017-07-20Support implibs for executables on WindowsJon Turney3-0/+13
2017-07-02Renamed test to remove duplicate test number.Jussi Pakkanen1-0/+0
2017-06-27Merge pull request #2001 from mesonbuild/kwcheckJussi Pakkanen1-0/+5
2017-06-26Add kwarg checker in module code.Jussi Pakkanen1-0/+5
2017-06-25Do not permit invalid and/or nodes to be declared. Closes #1886.Jussi Pakkanen2-0/+0
2017-06-25Make the 'silent or' test case not fail when it shouldTim Hutt1-7/+1
2017-06-25Add test case for or on a new line silently being ignoredTim Hutt2-0/+14
2017-06-14add failing test cases for wrong Rust crate types per @TingPingAdam C. Foltzer4-0/+6
2017-05-29Renamed dir to avoid duplicate test numbers.Jussi Pakkanen2-0/+0
2017-05-29interpreter: Prevent top-level subdirectories from using 'meson-' prefixGuillaume Poirier-Morency2-0/+3
2017-05-26Target file name must not contain a path separator as that breaks things.Jussi Pakkanen3-0/+20
2017-05-17Don't allow non-equality comparisons across types.Elliott Sales de Andrade1-0/+7
2017-05-17Only allow equality comparisons for non-elementary types.Elliott Sales de Andrade2-0/+7
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer12-0/+108
2017-04-29Rename tests with duplicate numbers.Elliott Sales de Andrade3-0/+0
2017-04-19Renamed test to keep numbers sequential.Jussi Pakkanen1-0/+0
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen3-0/+35
2017-04-06Use '.exe' extension for executables for CygwinJon Turney1-1/+1
2017-04-05Prohibit ':' in project namesNirbheek Chauhan1-0/+1
2017-04-04Allow option values to contain ':'Nirbheek Chauhan1-1/+1
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan3-0/+35
2017-02-20custom_target: Substitute input into outputNirbheek Chauhan4-0/+19
2017-02-17Prohibit absolute paths in subdir().Jussi Pakkanen2-0/+8
2017-02-17Prohibit manually built paths that point in srcdir in include_directories and...Jussi Pakkanen1-0/+3
2017-01-23Better error message when using = rather than : for defining keywords.Jussi Pakkanen3-0/+10
2017-01-23Force installation dir options to be inside prefixNirbheek Chauhan2-0/+4
2016-12-07Compiler checks can only accept external dependenciesNirbheek Chauhan2-0/+9
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan1-0/+3
2016-11-14Rename test cases to remove duplicate numbers.Elliott Sales de Andrade3-0/+0
2016-11-12Add new add_project_[link]_args functionsThibault Saunier2-0/+10
2016-11-06Merge pull request #993 from centricular/cached-dep-required-attrJussi Pakkanen1-1/+1
2016-11-05Test that invalid subproject code in dependency() errors outNirbheek Chauhan2-0/+4
2016-11-04failing tests: required : true is true implicitlyNirbheek Chauhan1-1/+1
2016-11-02Fix dependency() ignoring required attribute when checked second or third timeTim-Philipp Müller1-0/+4
2016-10-08Error out if shared lib links to static lib without PICNirbheek Chauhan4-0/+40
2016-09-03Fix validation of man page extension. (#749)Elliott Sales de Andrade2-0/+4
2016-08-01Forbid nested ternary operations.Jussi Pakkanen1-0/+3
2016-07-29Ninja now supports backslash in command args, so we can tooNirbheek Chauhan2-13/+0
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen1-0/+3
2016-06-05Removed vs nomod test because it fails at compile time but the framework need...Jussi Pakkanen4-22/+0
2016-04-03Merge pull request #390 from nirbheek/msvc-module-defsJussi Pakkanen4-0/+22
2016-03-30Add shared_library argument for a Visual Studio module definitions fileNirbheek Chauhan4-0/+22
2016-03-23Error out if using a not found binary in the build. Closes #469.Jussi Pakkanen1-0/+9
2016-02-14Guard against subdir segments in output files.Jussi Pakkanen3-0/+8
2016-01-25Can add languages only if they are available. Closes #365.Jussi Pakkanen1-0/+3
2016-01-25String to int conversion. Closes #362.Jussi Pakkanen1-0/+3
2016-01-02Forbid backslashes on compiler command lines. It is unfortunately the only re...Jussi Pakkanen2-0/+13
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen2-0/+7
2015-10-20Projects can specify default values for options.Jussi Pakkanen1-0/+3