summaryrefslogtreecommitdiff
path: root/manual tests
Commit message (Collapse)AuthorAgeFilesLines
* fix various spelling issuesJosh Soref2023-04-114-4/+4
| | | | Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* Add stable regression testEli Schwartz2022-10-026-0/+37
| | | | | | This tests stable maintenance branches, to ensure that build directories created with older versions of Meson continue to work without wiping, after updating to a bugfix release.
* editorconfig: add setting to trim trailing whitespaceEli Schwartz2021-08-151-1/+0
| | | | | | | and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
* Interpreter: Fix c_stdlib usageXavier Claessens2020-08-186-80/+0
| | | | | | | - Exceptions raised during subproject setup were ignored. - Allow c_stdlib in native file, was already half supported. - Eliminate usage of subproject variable name by overriding '<lang>_stdlib' dependency name.
* wrap: check whitelist subdomainMichael Hirsch, Ph.D2019-12-054-0/+32
| | | | | | | | wrap: add imposter URL test this test shows that meson wrap subsystem historically allows imposter URLs like https://wrapdb.mesonwrap.com.evil/v1/foo.zip while the new code does no.
* c/cpp: removed unused argsMichael Hirsch, Ph.D2019-12-057-7/+7
|
* Use strict function prototypesMichael Hirsch, Ph.D2019-11-181-1/+1
|
* Fix crlf line endingsDylan Baker2018-10-301-18/+18
| | | | | mark .icns files as binary so git will stop trying to fix the line endings, and recommit the remaining .crlf files
* using urlopen() with explicit timeoutAndrei Antonov2018-08-271-1/+1
|
* Kill tabs dead! For good!Jussi Pakkanen2018-08-151-25/+25
|
* Update 'manual tests/2 multiwrap' libpng dependency to 1.6.34Aleksey Filippov2018-04-181-7/+7
| | | | 1.6.17-6 has a bug with missing -lm linking on ArchLinux.
* fix fallback variable nameGoncalo Carvalho2018-04-171-1/+1
|
* updates test svn-url to point to meson controlled repositoryLeif Middelschulte2017-09-301-1/+1
|
* introduce svn wrap supportLeif Middelschulte2017-09-253-0/+20
|
* Stop manual test helper scripts on errors (#2149)Tim Sheridan2017-08-024-4/+4
| | | | * Stop manual test helper scripts on errors
* Updated wrap definitions to the latest in wrapdb.Jussi Pakkanen2017-06-014-22/+16
|
* Update multiwrap urls for libpng.Jussi Pakkanen2017-06-011-7/+7
|
* Re-add comment about hdiutil outputStefan Graupner2017-05-211-0/+2
|
* Change hdiutil detachStefan Graupner2017-05-211-4/+1
| | | The detach now always fetches the correct mountpoint.
* fix "Meson encountered an error in file meson.build, line 19, column … (#1536)kalmiya2017-03-291-2/+2
| | | | fix "Meson encountered an error in file meson.build, line 19, column 8: Unknown method "set_install_script" in object."
* style: [E251] unexpected spaces around keyword / parameter equalsMike Sinkovsky2017-01-111-1/+1
|
* style: fix E127 violationsIgor Gnatenko2017-01-021-2/+2
| | | | | | E127: continuation line over-indented for visual indent Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Renamed test to plug hole in numbering.Jussi Pakkanen2016-11-203-0/+0
|
* tests: Remove outdated qt4 manual test and rename qt5 automated testNirbheek Chauhan2016-11-1111-176/+0
| | | | | qt5 framework test now also tests qt4, and will test qt6 if/when it comes out.
* add support of mercurial repo for wrap,… (#937)AlexandreFoley2016-10-203-0/+20
| | | | | | * add support for wrap of mercurial repo, and a test with a clone of the sample subproject used for the git test into a mercuriel repo. * Added myself to author list, and switched the URL of the sample subproject in the wrap file to one under the control of the project's maintainers.
* Doc clarification.Jussi Pakkanen2016-08-081-1/+1
|
* Updated manual test 1.Jussi Pakkanen2016-07-242-10/+9
|
* Can get arbitrary data from cross file properties.Jussi Pakkanen2016-07-021-0/+4
|
* Can specify a stdlib subproject that is used implicitly on all targets with ↵Jussi Pakkanen2016-05-212-11/+6
| | | | said language.
* Made cstdlib a subproject.Jussi Pakkanen2016-05-216-0/+81
|
* Fix manual tests using host.name()Haakon Sporsheim2015-10-131-4/+4
|
* Use of libdl is optional. Closes #248.Jussi Pakkanen2015-08-271-4/+7
|
* fix building vala composite testIgor Gnatenko2015-08-241-4/+5
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Revert "simplify GResources in vala composite test"Igor Gnatenko2015-08-241-1/+1
| | | | This reverts commit d2fa9301ac7ec3e1a74748ae17e1c310a2b8cdd6.
* simplify GResources in vala composite testIgor Gnatenko2015-07-271-1/+1
|
* Added timeout kwarg to tests.Jussi Pakkanen2015-07-232-0/+14
|
* manual tests: add example for composite widgetsIgor Gnatenko2015-07-024-0/+137
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Made multiwrap use wrabdb where possible.Jussi Pakkanen2015-05-293-7/+8
|
* Updated wrap example to use wrapdb.Jussi Pakkanen2015-05-291-3/+3
|
* Typo fixes.Jussi Pakkanen2015-05-022-2/+2
|
* Added module for Qt4 support.Jussi Pakkanen2015-04-2911-0/+176
|
* Copy with -R to preserve symlinks.Jussi Pakkanen2015-04-031-1/+1
|
* Mode fix.Jussi Pakkanen2015-03-271-0/+0
|
* Build windows installer for SDL2 sample app.Jussi Pakkanen2015-03-275-7/+65
|
* modules/rpm: workaround when ext_prog not found locallyIgor Gnatenko2015-03-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Traceback (most recent call last): File "../../../meson.py", line 184, in <module> app.generate() File "../../../meson.py", line 130, in generate intr.run() File "/home/brain/git/upstream/meson/interpreter.py", line 828, in run self.evaluate_codeblock(self.ast) File "/home/brain/git/upstream/meson/interpreter.py", line 850, in evaluate_codeblock raise e File "/home/brain/git/upstream/meson/interpreter.py", line 844, in evaluate_codeblock self.evaluate_statement(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 897, in evaluate_statement return self.method_call(cur) File "/home/brain/git/upstream/meson/interpreter.py", line 1620, in method_call return obj.method_call(method_name, args, kwargs) File "/home/brain/git/upstream/meson/interpreter.py", line 625, in method_call value = fn(state, args, kwargs) File "/home/brain/git/upstream/meson/modules/rpm.py", line 98, in generate_spec_template fn.write('BuildRequires: %s\n' % ' '.join(prog.fullpath)) TypeError: sequence item 0: expected str instance, NoneType found Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* modules/rpm: rename 4 to 5 in tests dirIgor Gnatenko2015-03-214-0/+0
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* modules/rpm: rename to generate_spec_templateIgor Gnatenko2015-03-211-1/+1
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* modules/rpm: add exampleIgor Gnatenko2015-03-214-0/+28
| | | | Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* A few minor tweaks.Jussi Pakkanen2015-03-201-0/+2
|
* Add support for checking out git repos to subprojects automatically.Jussi Pakkanen2015-03-2018-5/+22
|