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"); zko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
AgeCommit message (Expand)Author
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-25utils: Move '&fix-hint' to (guix diagnostics)....Ludovic Courtès
2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....Ludovic Courtès
2019-03-24Add (gnu system keyboard)....Ludovic Courtès
2017-11-08gnu: Improve error reporting of the use-.*modules macros....Ludovic Courtès
2017-05-16bootloader: Add extlinux support....Mathieu Othacehe
2016-04-18system: Add (gnu system mapped-devices)....Ludovic Courtès
2015-11-03system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès
2015-02-04system: Add bindings to configure libc's NSS....Ludovic Courtès
2015-01-22gnu: Add convenience macros to make module imports more concise....Joshua S. Grant
2014-09-09Have (gnu) re-export (guix gexp)....Ludovic Courtès
2014-05-22Add (gnu) module....Ludovic Courtès