mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
test: spa-utils: utils_snprintf_abort_neg_size: remove valgrind check
Death tests are always skipped by the framework when running on valgrind, so there is no need for the check.
This commit is contained in:
parent
a50b66651e
commit
0d0108e954
1 changed files with 0 additions and 3 deletions
|
|
@ -853,9 +853,6 @@ PWTEST(utils_snprintf_abort_neg_size)
|
|||
size_t size = pwtest_get_iteration(current_test);
|
||||
char dest[8];
|
||||
|
||||
if (RUNNING_ON_VALGRIND)
|
||||
return PWTEST_SKIP;
|
||||
|
||||
spa_scnprintf(dest, size, "1234"); /* expected to abort() */
|
||||
|
||||
return PWTEST_FAIL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue