summaryrefslogtreecommitdiff
path: root/tests/testrunner.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Invalid Code needs to be recoginized explicitly by an compiler errorRico Tzschichholz2017-11-271-3/+1
| | | | | Running with G_DEBUG=fatal-warnings makes those fail to easily, so only pass it to positive test-cases.
* tests: split VALAFLAGS over multiple lines in testrunner.shAlistair Thomas2017-11-141-1/+24
| | | | | | | This improves readability of script and makes it easier for out of tree patches to the script. https://bugzilla.gnome.org/show_bug.cgi?id=790321
* testrunner: Add missing quotesRico Tzschichholz2017-08-211-1/+1
|
* tests: Use dbus-run-session instead of dbus-launchMichael Biebl2017-04-261-3/+3
| | | | | | | | | | dbus-launch is X11-specific and contains a lot of legacy code to support X11 autolaunching. It should not be part of the Wayland future. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836067 https://bugzilla.gnome.org/show_bug.cgi?id=771455
* testrunner: Respect given VALAFLAGSMarvin W2017-04-171-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=611223
* tests: Enable -Werror=int-conversionRico Tzschichholz2017-02-241-1/+1
|
* methodcall: Don't try to remove N_/NC_ while they are properly handled in CRico Tzschichholz2016-11-301-1/+1
| | | | | | | This avoids messing around with the ownership and properly invokes copying if needed. https://bugzilla.gnome.org/show_bug.cgi?id=642350
* tests: Enable -Werror=redundant-declsRico Tzschichholz2016-11-111-1/+1
|
* tests: Enable -Werror=format-nonliteralJürg Billeter2016-11-071-1/+1
|
* tests: Enable -Werror=format-securityJürg Billeter2016-11-031-1/+1
|
* tests: Support tests with invalid codeJürg Billeter2016-06-251-1/+11
|
* tests: Use sed '$d' because head -n -1 is not portableLuca Bruno2014-03-231-1/+1
| | | | Fixes bug 726908
* Fix build for WindowsArnel A. Borja2012-11-031-2/+2
| | | | | | | | | - Replace POSIX calls for spawning process with functions from Windows API when compiling for Windows - Add EXEEXT to valac and vapigen paths - Remove EXEEXT from scripts Fixes bug 685180.
* tests: Honor CFLAGS, LDFLAGS, and CPPFLAGSNathan Phillip Brink2012-02-011-0/+6
| | | | Fixes bug 664606.
* tests: Add ref-testing for the GIR parserLuca Bruno2011-06-071-2/+41
|
* tests: Add -X -g to the compilation flagsLuca Bruno2011-05-271-1/+1
|
* tests: Do not use xargs GNU extension in the test runnerAlexander Kojevnikov2011-05-201-1/+1
| | | | Fixes bug 644884.
* tests: Search path for bashAlexander Kojevnikov2011-05-201-1/+1
| | | | | | Bash on BSDs is not in /bin. Fixes bug 644876.
* tests: Always enable gio-2.0 packageJürg Billeter2010-10-211-1/+1
| | | | Fixes bug 622634.
* tests: Enable extra checks during C compilationJürg Billeter2010-10-201-1/+1
|
* D-Bus: Port tests to GDBusJürg Billeter2010-06-201-6/+3
|
* Fix return statements in creation methodsJürg Billeter2009-10-031-1/+1
| | | | Fixes bug 597161.
* Speed up test infrastructureJürg Billeter2009-09-261-45/+103
| | | | The updated test runner builds all tests at once to speed up testing.
* Fix testrunner to support multiple packagesJürg Billeter2009-09-131-1/+1
|
* Switch build system to not use legacy headersJürg Billeter2009-04-051-1/+1
|
* Fix make check of uninstalled vala, based on patch by Götz Waschk, fixesJürg Billeter2008-12-151-2/+3
| | | | | | | | | | | 2008-12-15 Jürg Billeter <j@bitron.ch> * tests/testrunner.sh: Fix make check of uninstalled vala, based on patch by Götz Waschk, fixes bug 562951 svn path=/trunk/; revision=2166
* Fix order of commandline arguments passed to C compiler, patch byJürg Billeter2008-12-151-1/+1
| | | | | | | | | | | 2008-12-15 Jürg Billeter <j@bitron.ch> * tests/testrunner.sh: Fix order of commandline arguments passed to C compiler, patch by Alexander Bokovoy svn path=/trunk/; revision=2165
* Prepare support for more complex test casesJürg Billeter2008-11-221-25/+84
| | | | | | | | | | 2008-11-22 Jürg Billeter <j@bitron.ch> * tests/: Prepare support for more complex test cases svn path=/trunk/; revision=2060
* Rearrange test casesJürg Billeter2008-11-141-10/+9
| | | | | | | | | | 2008-11-14 Jürg Billeter <j@bitron.ch> * tests/: Rearrange test cases svn path=/trunk/; revision=2014
* Remove libgee test to avoid conflict in vapidirJürg Billeter2008-10-251-2/+2
| | | | | | | | | | | | | 2008-10-25 Jürg Billeter <j@bitron.ch> * tests/exceptions.exp: * tests/exceptions.vala: * tests/testrunner.sh: * vapi/Makefile.am: Remove libgee test to avoid conflict in vapidir svn path=/trunk/; revision=1910
* Print errors on stdout. Fixes #535417Jaap A. Haitsma2008-05-291-0/+6
| | | | | | | | | 2008-05-29 Jaap A. Haitsma <jaap@haitsma.org> * tests/testrunner.sh: Print errors on stdout. Fixes #535417 svn path=/trunk/; revision=1479
* Build executable by defaultJuerg Billeter2008-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | 2008-04-26 Juerg Billeter <j@bitron.ch> * compiler/valacompiler.vala: Build executable by default * ccode/Makefile.am: * compiler/Makefile.am: * gee/Makefile.am: * gen-project/Makefile.am: * gobject/Makefile.am: * tests/testrunner.sh: * vala/Makefile.am: * vapigen/Makefile.am: Update build system to use -C svn path=/trunk/; revision=1324
* make sure we detect failed test casesJuerg Billeter2008-03-021-0/+3
| | | | | | | | 2008-03-02 Juerg Billeter <j@bitron.ch> * tests/testrunner.sh: make sure we detect failed test cases svn path=/trunk/; revision=1095
* ensure tests don't report errors on stderrJuerg Billeter2008-03-011-1/+1
| | | | | | | | 2008-03-01 Juerg Billeter <j@bitron.ch> * tests/testrunner.sh: ensure tests don't report errors on stderr svn path=/trunk/; revision=1072
* honor EXEEXT to fix tests on Cygwin and MinGW, patch by Yaakov Selkowitz,Juerg Billeter2008-01-231-1/+2
| | | | | | | | | 2008-01-23 Juerg Billeter <j@bitron.ch> * tests/Makefile.am, tests/testrunner.sh: honor EXEEXT to fix tests on Cygwin and MinGW, patch by Yaakov Selkowitz, fixes bug 511438 svn path=/trunk/; revision=893
* Add '-no-undefined' for Cygwin and MinGW. Change order of link command toJuerg Billeter2007-10-191-1/+1
| | | | | | | | | | | | | | 2007-10-19 Juerg Billeter <j@bitron.ch> * gobject/Makefile.am (libvala_la_LDFLAGS): Add '-no-undefined' for Cygwin and MinGW. * tests/testrunner.sh: Change order of link command to fix linking on Cygwin, MinGW, and on Linux with -Wl,--as-needed. * vapigen/Makefile.am (INCLUDES): Fix VPATH build. Patch by Yaakov Selkowitz, fixes bug 486124 svn path=/trunk/; revision=654
* add --basedir option, fixes bug 483843Juerg Billeter2007-10-091-2/+2
| | | | | | | | | | | 2007-10-09 Juerg Billeter <j@bitron.ch> * vala/valacodecontext.vala, vala/valasourcefile.vala, gobject/valaccodecompiler.vala, gobject/valaccodegeneratorsourcefile.vala, compiler/valacompiler.vala, tests/testrunner.sh: add --basedir option, fixes bug 483843 svn path=/trunk/; revision=646
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
| | | | | | | | | 2007-09-07 Juerg Billeter <j@bitron.ch> * update license headers to the GNU Lesser General Public License, version 2.1 or later svn path=/trunk/; revision=588
* fix build system to pass distcheck, based on patch by Nicolas Trangez,Juerg Billeter2007-08-211-8/+11
| | | | | | | | | | | | | 2007-08-21 Juerg Billeter <j@bitron.ch> * gee/Makefile.am, vala/Makefile.am, ccode/Makefile.am, gobject/Makefile.am, compiler/Makefile.am, tests/Makefile.am, tests/testrunner.sh: fix build system to pass distcheck, based on patch by Nicolas Trangez, fixes bug 466283 * Rename tests/*.out to tests/*.exp * tests/test-022.vala, tests/test-022.exp: reduce to regression test svn path=/trunk/; revision=495
* set G_DEBUG=fatal_warningsJuerg Billeter2007-08-081-1/+3
| | | | | | | | 2007-08-08 Juerg Billeter <j@bitron.ch> * tests/testrunner.sh: set G_DEBUG=fatal_warnings svn path=/trunk/; revision=451
* test exception handling when iterating over Gee collections - currentlyMathias Hasselmann2007-08-071-4/+4
| | | | | | | | | 2007-08-07 Mathias Hasselmann <mathias.hasselmann@gmx.de> * tests/test-033.vala, tests/testrunner.sh: test exception handling when iterating over Gee collections - currently results in segmentation fault svn path=/trunk/; revision=441
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+55
2007-05-02 Jürg Billeter <j@bitron.ch> * Move contents of vala-pkg to trunk svn path=/trunk/; revision=300