summaryrefslogtreecommitdiff
path: root/lib/torture
AgeCommit message (Expand)AuthorFilesLines
2026-01-15torture: do not zero members more than onceDouglas Bagnall1-2/+0
2025-06-02lib/torture: directly remove the dummy signal event again to avoid flapping t...Stefan Metzmacher1-0/+2
2025-05-19lib/torture: assert that a test doesn't create new talloc children of context...Stefan Metzmacher2-1/+96
2025-05-19lib/torture: use temporary memory for each test/suitesStefan Metzmacher1-11/+77
2025-05-19lib/torture: give torture_context_child() a dedicated talloc parent and avoid...Stefan Metzmacher2-8/+25
2025-05-19lib/torture: extend torture_context_init()Stefan Metzmacher2-7/+27
2025-03-27libtorture: add torture_assert_nttime_not_equal[_goto]()Ralph Boehme1-0/+17
2024-08-29lib/torture: add torture_assert_nttime_equal_goto()Stefan Metzmacher1-0/+9
2024-04-10lib/torture: add assert_int_{less,greater} macrosDouglas Bagnall1-0/+20
2023-12-08lib/torture: Remove trailing whitespaceJoseph Sutton1-36/+36
2023-11-20s4-torture: add torture_assert_werr_equal_goto and torture_assert_werr_ok_got...Günther Deschner1-0/+12
2023-10-24lib/torture: Add torture_assert_size_*() macrosJoseph Sutton1-0/+48
2023-10-24lib/torture: Use portable format specifiersJoseph Sutton1-20/+20
2023-04-12lib/torture: Don't overwrite test outcomesJoseph Sutton2-12/+20
2022-12-09lib/torture: fix tctx arg usage in torture_assert_nttime_equal() macroRalph Boehme1-1/+1
2022-06-17torture: add torture_assertf()Douglas Bagnall1-0/+14
2020-07-07lib/torture: fix subunit names of nested suitesStefan Metzmacher2-2/+79
2020-07-07lib/torture: add back links to the parent objectsStefan Metzmacher2-0/+7
2020-07-07lib/torture: make torture_subunit_test_name() publicStefan Metzmacher3-18/+16
2019-09-10lib/torture: protect torture_assert[_goto]() with a do { } while(0) blockStefan Metzmacher1-4/+6
2019-08-08lib:torture: add torture_assert_u32_[not_]equal[_goto] macrosRalph Boehme1-0/+48
2019-08-07torture: add torture_assert_errno_equal_goto()Ralph Boehme1-0/+12
2019-05-08lib:torture: Fix string comparison macros where we directly pass NULLAndreas Schneider1-3/+5
2019-05-01lib:torture: Fix size type in torture macroAndreas Schneider1-4/+4
2018-03-22selftest: consistently produce high-res UTC timeJamie McClymont1-2/+2
2017-08-30s4/torture: make --unclist active with smb2 testcasesPeter Somogyi1-0/+2
2017-05-17lib/torture: add two more ndr assert macrosRalph Boehme1-0/+12
2017-03-26torture: add torture_assert_mem_not_equal_goto()Uri Simchoni1-0/+10
2017-03-02lib/torture: add torture_assert_mem_equal_gotoRalph Boehme1-0/+10
2016-11-20lib:torture: Make variables constAndreas Schneider1-4/+4
2016-07-23s4-torture: add new torture_assert_krb5_error_equal macro.Günther Deschner1-0/+8
2016-07-20torture: show the first differing byte and a dump in torture_assert_data_blob...Günther Deschner1-0/+36
2016-03-22lib/torture: add torture_assert_u64_not_equal_goto macroGünther Deschner1-0/+12
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-7/+7
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2016-01-13Make libtorture private, for now.Jelmer Vernooij2-18/+5
2015-07-31lib/torture: add torture_assert_hresult_{equal,ok} macros.Günther Deschner1-0/+11
2015-07-03lib/torture: be more verbose about ndr failures.Günther Deschner1-1/+1
2015-07-03s4-torture: move torture_assert_sid_equal() out of ndr headers.Günther Deschner1-0/+10
2015-03-30torture: add torture_assert_not_null[_goto]Michael Adam1-0/+21
2015-03-30torture: add torture_assert_int_not_equal_gotoMichael Adam1-0/+11
2015-03-06Inline outputting of subunit in libtorture.Jelmer Vernooij2-7/+24
2014-12-30torture: NULL out after talloc_freeGarming Sam1-0/+1
2014-10-03torture: add torture_assert_u64_not_equal()Michael Adam1-0/+11
2014-10-03torture: add torture_assert_int_not_equalMichael Adam1-0/+10
2014-09-08torture: fix whitespace/tab mixup in internal_torture_run_test()Michael Adam1-22/+22
2013-08-22pkgconfig: Do not hardcode library version numbers in pc files.Günther Deschner1-1/+1
2012-09-21libtorture: factor out simple ui backendGregor Beck3-1/+87
2012-05-03libtorture: Improve suggestion to mention torture_assert_*() rather thanJelmer Vernooij1-1/+1
2012-05-03torture: Suggest torture_fail() / torture_result().Jelmer Vernooij1-1/+2