This patch was copied from Debian. Description: skip the workbuf test if VB2_WORKBUF_ALIGN different from 16 Author: Sophie Brun Last-Update: 2015-12-03 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/tests/vb2_common_tests.c +++ b/tests/vb2_common_tests.c @@ -70,6 +70,11 @@ static void test_workbuf(void) /* NOTE: There are several magic numbers below which assume that * VB2_WORKBUF_ALIGN == 16 */ + /* Skip the tests if VB2_WORKBUF_ALIGN != 16 */ + if (VB2_WORKBUF_ALIGN != 16) { + return; + } + /* Init */ vb2_workbuf_init(&wb, p0, 64); TEST_EQ(vb2_offset_of(p0, wb.buf), 0, "Workbuf init aligned"); .form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/shepherd.scm
AgeCommit message (Expand)Author
2022-09-29services: shepherd: Leave the finalization thread in peace....Ludovic Courtès
2022-09-13services: shepherd: Install O_CLOEXEC variant of 'call-with-input-file' & co....Ludovic Courtès
2022-09-11services: shepherd: Open /dev/null as O_CLOEXEC....Ludovic Courtès
2022-04-10services: shepherd: Do not unload transient services....Ludovic Courtès
2022-04-07services: shepherd: Default to version 0.9....Ludovic Courtès
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-03-03services: shepherd: Make 'assert-valid-graph' public....Andrew Tropin
2021-02-25services: shepherd: Make /run/booted-system a symlink to the store item....Ludovic Courtès
2021-01-30services: shepherd: Allow custom 'shepherd' package....Maxime Devos
2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès
2020-11-18services: shepherd: Map all the invalid store characters to dash....Ludovic Courtès