summaryrefslogtreecommitdiff
path: root/dbug/tests-t.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug#42735: dbug treated duplicate keywords (-#d,kw,kw) incorrectlySergei Golubchik2009-02-101-0/+11
|
* Fix for ma_test_all-t failure and dbug/tests-t failure on Solaris:unknown2008-04-161-1/+1
| | | | | | | | | | | | | | | | | | on that machine, "perl" calls /usr/local/bin/perl (so this is what runs unittest's unit.pl), while some test scripts (ma_test_recovery.pl etc) use /usr/bin/perl which seems to either conflict with /usr/local/bin/perl or have problems of its own (Perl errors when loading modules). Instead we use perl from the PATH. /usr/bin/env seems to be available on lots of Unix machines. dbug/tests-t.pl: look for perl in PATH storage/maria/unittest/ma_test_all-t: Look for perl in PATH storage/maria/unittest/ma_test_recovery.pl: Look for perl in PATH. Close MY_LOG to flush buffers to that diff sees the whole file
* skip dbug tests if DBUG_OFFunknown2008-02-131-3/+5
| | | | | include/my_dbug.h: warnings
* dbug: function/ (a.k.a. SUBDIR) syntax unknown2008-02-031-97/+209
| | | | | | | | | | | | | | | | dbug/dbug.c: function/ (a.k.a. SUBDIR) syntax dbug/tests-t.pl: 1. add support for test comments 2. add test comments 3. move tests around 4. add SUBDIR tests dbug/tests.c: support code for SUBDIR testing include/my_dbug.h: comments. change in _db_set_ prototype dbug/user.r: negative lists and function/ syntax.
* negative lists in dbug (-#-d,info => everything but "info").unknown2008-02-011-0/+371
unit tests for dbug dbug/Makefile.am: unit tests for dbug dbug/dbug.c: negative lists (-#-d,info => everything but "info") include/my_dbug.h: negative lists (-#-d,info => everything but "info") unittest/Makefile.am: unit tests for dbug dbug/tests-t.pl: unit tests for dbug dbug/tests.c: unit tests for dbug