summaryrefslogtreecommitdiff
path: root/lib/torture
Commit message (Expand)AuthorAgeFilesLines
* lib/torture: Don't overwrite test outcomesJoseph Sutton2023-04-122-12/+20
* lib/torture: fix tctx arg usage in torture_assert_nttime_equal() macroRalph Boehme2022-12-091-1/+1
* torture: add torture_assertf()Douglas Bagnall2022-06-171-0/+14
* lib/torture: fix subunit names of nested suitesStefan Metzmacher2020-07-072-2/+79
* lib/torture: add back links to the parent objectsStefan Metzmacher2020-07-072-0/+7
* lib/torture: make torture_subunit_test_name() publicStefan Metzmacher2020-07-073-18/+16
* lib/torture: protect torture_assert[_goto]() with a do { } while(0) blockStefan Metzmacher2019-09-101-4/+6
* lib:torture: add torture_assert_u32_[not_]equal[_goto] macrosRalph Boehme2019-08-081-0/+48
* torture: add torture_assert_errno_equal_goto()Ralph Boehme2019-08-071-0/+12
* lib:torture: Fix string comparison macros where we directly pass NULLAndreas Schneider2019-05-081-3/+5
* lib:torture: Fix size type in torture macroAndreas Schneider2019-05-011-4/+4
* selftest: consistently produce high-res UTC timeJamie McClymont2018-03-221-2/+2
* s4/torture: make --unclist active with smb2 testcasesPeter Somogyi2017-08-301-0/+2
* lib/torture: add two more ndr assert macrosRalph Boehme2017-05-171-0/+12
* torture: add torture_assert_mem_not_equal_goto()Uri Simchoni2017-03-261-0/+10
* lib/torture: add torture_assert_mem_equal_gotoRalph Boehme2017-03-021-0/+10
* lib:torture: Make variables constAndreas Schneider2016-11-201-4/+4
* s4-torture: add new torture_assert_krb5_error_equal macro.Günther Deschner2016-07-231-0/+8
* torture: show the first differing byte and a dump in torture_assert_data_blob...Günther Deschner2016-07-201-0/+36
* lib/torture: add torture_assert_u64_not_equal_goto macroGünther Deschner2016-03-221-0/+12
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-7/+7
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* Make libtorture private, for now.Jelmer Vernooij2016-01-132-18/+5
* lib/torture: add torture_assert_hresult_{equal,ok} macros.Günther Deschner2015-07-311-0/+11
* lib/torture: be more verbose about ndr failures.Günther Deschner2015-07-031-1/+1
* s4-torture: move torture_assert_sid_equal() out of ndr headers.Günther Deschner2015-07-031-0/+10
* torture: add torture_assert_not_null[_goto]Michael Adam2015-03-301-0/+21
* torture: add torture_assert_int_not_equal_gotoMichael Adam2015-03-301-0/+11
* Inline outputting of subunit in libtorture.Jelmer Vernooij2015-03-062-7/+24
* torture: NULL out after talloc_freeGarming Sam2014-12-301-0/+1
* torture: add torture_assert_u64_not_equal()Michael Adam2014-10-031-0/+11
* torture: add torture_assert_int_not_equalMichael Adam2014-10-031-0/+10
* torture: fix whitespace/tab mixup in internal_torture_run_test()Michael Adam2014-09-081-22/+22
* pkgconfig: Do not hardcode library version numbers in pc files.Günther Deschner2013-08-221-1/+1
* libtorture: factor out simple ui backendGregor Beck2012-09-213-1/+87
* libtorture: Improve suggestion to mention torture_assert_*() rather thanJelmer Vernooij2012-05-031-1/+1
* torture: Suggest torture_fail() / torture_result().Jelmer Vernooij2012-05-031-1/+2
* torture: add torture_assert_guid_equal() macro.Günther Deschner2011-11-031-0/+10
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* s4:smbtorture do not leave output directory aroundChristian Ambach2011-02-211-0/+1
* s4-torture: not having an output dir is not a fatal errorAndrew Tridgell2011-02-101-1/+3
* s4-smbtorture: add torture_assert_nttime_equal macro.Günther Deschner2010-12-221-1/+7
* s4-smbtorture: add torture_assert_strn_equal macro.Günther Deschner2010-12-171-0/+10
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
* lib/torture: add torture_assert_u64_equal_goto()Stefan Metzmacher2010-12-041-0/+13
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-17/+0
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4-torture: fixed uninitialised variable errorAndrew Tridgell2010-10-131-1/+1