mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 04:08:12 +02:00
Merge branch 'malloc-fail-diags' into 'master'
tests: Improve diagnostics for malloc-failure tests See merge request dbus/dbus!118
This commit is contained in:
commit
b8912cf770
1 changed files with 3 additions and 3 deletions
|
|
@ -1003,9 +1003,9 @@ run_failing_each_malloc (int n_mallocs,
|
|||
{
|
||||
_dbus_set_fail_alloc_counter (n_mallocs);
|
||||
|
||||
_dbus_verbose ("\n===\n%s: (will fail malloc %d with %d failures)\n===\n",
|
||||
description, n_mallocs,
|
||||
_dbus_get_fail_alloc_failures ());
|
||||
_dbus_test_diag ("%s: will fail malloc %d and %d that follow",
|
||||
description, n_mallocs,
|
||||
_dbus_get_fail_alloc_failures () - 1);
|
||||
|
||||
if (!(* func) (data, FALSE))
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue