summaryrefslogtreecommitdiff
path: root/test cases/failing
AgeCommit message (Expand)Author
2016-09-03Fix validation of man page extension. (#749)Elliott Sales de Andrade
2016-08-01Forbid nested ternary operations.Jussi Pakkanen
2016-07-29Ninja now supports backslash in command args, so we can tooNirbheek Chauhan
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen
2016-06-05Removed vs nomod test because it fails at compile time but the framework need...Jussi Pakkanen
2016-04-03Merge pull request #390 from nirbheek/msvc-module-defsJussi Pakkanen
2016-03-30Add shared_library argument for a Visual Studio module definitions fileNirbheek Chauhan
2016-03-23Error out if using a not found binary in the build. Closes #469.Jussi Pakkanen
2016-02-14Guard against subdir segments in output files.Jussi Pakkanen
2016-01-25Can add languages only if they are available. Closes #365.Jussi Pakkanen
2016-01-25String to int conversion. Closes #362.Jussi Pakkanen
2016-01-02Forbid backslashes on compiler command lines. It is unfortunately the only re...Jussi Pakkanen
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen
2015-10-20Projects can specify default values for options.Jussi Pakkanen
2015-10-16Can specify version requirements to subprojects.Jussi Pakkanen
2015-10-15Can check for Meson version in project definition.Jussi Pakkanen
2015-09-11Prevent generation of Ninja files with target ambiguities.Jussi Pakkanen
2015-08-19Add support for subscripting array objects with [].Jussi Pakkanen
2015-08-14Created the += operator.Jussi Pakkanen
2015-07-05Can create top level targets that have the same name but different type.Jussi Pakkanen
2015-06-17Fixed broken subdir object extraction and moved tests.Jussi Pakkanen
2015-06-17Prevent extraction of objects from subprojects.Jussi Pakkanen
2015-03-15Test for posargs being before kwargs.Jussi Pakkanen
2014-12-21Verify that option names do not have invalid characters.Jussi Pakkanen
2014-11-16More strict type checking for arithmetic operations.Jussi Pakkanen
2014-11-16Add number, string and array arithmeticRobin McCorkell
2014-11-05Implement a foreach loop construct. Closes #17.Jussi Pakkanen
2014-04-25Can specify extra files that show up in IDEs as parts of a target.Jussi Pakkanen
2014-02-24Test for recursive instantiations of subprojects.Jussi Pakkanen
2014-02-24Added failing test.Jussi Pakkanen
2014-01-18After an actual, factual bug report from a user, fixed include_directories so...Jussi Pakkanen
2013-10-16Preserve option function for option files.Jussi Pakkanen
2013-08-11Check that missing subdirs cause an error.Jussi Pakkanen
2013-08-10Check that non-existing source files cause errors.Jussi Pakkanen
2013-08-10Created new suite of tests that should fail when executed.Jussi Pakkanen