Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-09 | s4:LDB - fix up "LDAPI" test | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
Set the "options" environment variable in a deterministic manner. | |||||
2010-04-09 | selftest: make sure filter-subunit and format-subunit use unbuffered io | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2010-04-09 | s4:selftest: mark some smb2.compound tests as knownfail | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-04-09 | s4-waf: added --gdbtest option for waf test | Andrew Tridgell | 1 | -1/+7 | |
2010-04-09 | s4/test: Add DRS-UNIT test suite to 'quicktests' list | Kamen Mazdrashki | 1 | -0/+1 | |
2010-04-09 | s4/test: add shemaInfo torture test to automated test suite | Kamen Mazdrashki | 1 | -0/+1 | |
2010-04-08 | selftest: Add --filtered-subunit option. | Jelmer Vernooij | 1 | -1/+6 | |
2010-04-08 | s4-waf: Support --load-list option. | Jelmer Vernooij | 1 | -1/+5 | |
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -4/+4 | |
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | s4-waf: format-subunit and filter-subunit are in python now | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | s4-waf: filter-subunit has been renamed | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: added a --enable-selftest option as a shortcut | Andrew Tridgell | 1 | -0/+10 | |
This is equiavalent to --enable-uid-wrapper --enable-nss-wrapper --enable-socket-wrapper but is easier to remember! | |||||
2010-04-06 | s4-waf: show the fully expanded test command | Andrew Tridgell | 1 | -0/+2 | |
this makes it easier to run it separately | |||||
2010-04-06 | s4-waf: use the versions of perl/python found by configure | Andrew Tridgell | 1 | -4/+2 | |
2010-04-06 | s4-waf: don't assume perl takes -W option | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | s4-waf: updated for new perl subunit options and filter name | Andrew Tridgell | 1 | -2/+1 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: set CONFIG_H variable for selftest | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: honor existing LD_LIBRARY_PATH settings when adding shared lib paths | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | s4-waf: don't hardcode python path | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: added --with-selftest-prefix | Andrew Tridgell | 1 | -3/+8 | |
2010-04-06 | build: support systems without rpath | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: use RUN_COMMAND() to wrap os.system() | Andrew Tridgell | 1 | -6/+3 | |
2010-04-06 | build: fixed st_done test completion code | Andrew Tridgell | 2 | -6/+4 | |
2010-04-06 | build: added a lot more options to waf test | Andrew Tridgell | 1 | -20/+74 | |
2010-04-06 | build: waf test now depends on build | Andrew Tridgell | 1 | -6/+10 | |
2010-04-06 | build: waf test now works (at least for some tests) | Andrew Tridgell | 1 | -11/+25 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -1/+5 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: added ASN1, PIDL and ET build rules | Andrew Tridgell | 1 | -0/+18 | |
also added selftest example command | |||||
2010-04-03 | selftest: for clarity, rename test to testsuite | Jelmer Vernooij | 1 | -106/+106 | |
2010-03-31 | s4-python: Install external included packages only if they're not present on ↵ | Jelmer Vernooij | 1 | -7/+7 | |
the system. | |||||
2010-03-31 | s4-selftest: Fix xfail for base.delete. | Jelmer Vernooij | 1 | -3/+3 | |
2010-03-31 | selftest: Use absolute tests names in knownfail. | Jelmer Vernooij | 1 | -43/+43 | |
2010-03-31 | selftest: Convert filter-subunit to Python so the subunit Python module | Jelmer Vernooij | 1 | -1/+1 | |
can be used later. | |||||
2010-03-30 | selftest: Replace perl subunit formatter with python subunit formatter, | Jelmer Vernooij | 1 | -1/+1 | |
so we can leverage the work happening in python-subunit. | |||||
2010-03-28 | Remove extension from format-subunit. | Jelmer Vernooij | 1 | -3/+1 | |
2010-03-28 | s4-selftest: use CONFIG_H environment variable to find config.h | Andrew Tridgell | 1 | -1/+4 | |
2010-03-24 | s4-selftest: use correct test names. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-03-24 | s4:selftest Test --sign and --encrypt options to ldbsearch | Andrew Bartlett | 1 | -2/+2 | |
2010-03-20 | s4-selftest: skip RPC-DFS for s4 entirely. | Günther Deschner | 2 | -1/+1 | |
Guenther | |||||
2010-03-11 | s4:selftest: move samba4.net.api.become.dc from skip to knownfail | Stefan Metzmacher | 2 | -1/+1 | |
Someone should fix the remaining bug, as this test is expected to work. metze | |||||
2010-03-01 | Fix the build, add filtered subunit runner. | Jelmer Vernooij | 1 | -0/+4 | |
2010-02-19 | s4:selftest Add test for the RPC proxy | Andrew Bartlett | 1 | -0/+3 | |
2010-02-15 | s4-test: use local ldb for urgent_replication test | Andrew Tridgell | 1 | -1/+1 | |
This test only currently works on a local ldb, as it needs system access. | |||||
2010-02-15 | s4-drs: Test situations for Urgent Replication | Fernando J V da Silva | 1 | -0/+1 | |
Checks if the partition's uSNUrgent is updated or not, depending on the class of the object which is created, modified or deleted. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-06 | s4-ldb: fixed api.py selftest | Andrew Tridgell | 1 | -1/+1 | |
subunitrun seemed to be calling a test from its own source, instead of the samba test. Fix this by calling the test directly. | |||||
2010-01-28 | s4-drs: implementation of some delete test cases | Eduardo Lima | 1 | -0/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-01-21 | s4-tests: register new unit tests | Matthieu Patou | 1 | -0/+1 | |
make unit test emit a visible warning | |||||
2010-01-21 | s4: Create unit tests for python "samba.xattr" module | Matthieu Patou | 1 | -0/+1 | |