debian-grub/tests
2025-07-18 15:39:22 +01:00
..
file_filter * tests/file_filter/file: Really add missing file. 2015-01-23 19:46:02 +01:00
lib * include/grub/test.h (grub_unit_test_init): Add missing prototype. 2012-02-12 22:04:55 +01:00
syslinux syslinux: Fix syslinux_test in out-of-tree builds 2019-03-05 10:27:53 +01:00
util tests/util/grub-shell: Correct netboot and file_filter test failure 2025-06-26 17:24:39 +02:00
ahci_test.in tests: Add LoongArch to various test cases 2023-05-17 13:32:54 +02:00
asn1_test.in asn1_test: Test module for libtasn1 2024-11-28 21:50:54 +01:00
btrfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
cdboot_test.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
cmp_unit_test.c * tests/cmp_unit_test.c: Add missing failure message. 2012-05-30 13:54:30 +02:00
core_compress_test.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
cpio_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
date_unit_test.c * tests/date_unit_test.c: New test. 2013-10-26 02:48:19 +02:00
dfly-mbr-mbexample.dfly.img.gz * grub-core/partmap/dfly.c: New partition map. 2013-05-15 17:26:49 +02:00
dfly-mbr-mbexample.mbr.img.gz * grub-core/partmap/dfly.c: New partition map. 2013-05-15 17:26:49 +02:00
ehci_test.in tests: Add LoongArch to various test cases 2023-05-17 13:32:54 +02:00
erofs_test.in fs/erofs: Add tests for EROFS in grub-fs-tester 2024-05-23 15:31:12 +02:00
example_grub_script_test.in minor cleanups 2010-08-19 17:50:05 +05:30
example_scripted_test.in Fix shebang for termux. 2017-05-03 12:49:31 +02:00
example_unit_test.c * tests/cmp_unit_test.c: Add missing failure message. 2012-05-30 13:54:30 +02:00
exfat_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
ext234_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
f2fs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
fat_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
fddboot_test.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
file_filter_test.in pgp: Fix emu build and tests after pgp module renaming 2019-01-14 13:05:18 +01:00
gettext_strings_test.in tests: A failure of mktemp should cause the test script to exit with code 99 2021-10-14 15:00:06 +02:00
grub_cmd_cryptomount.in tests/grub_cmd_cryptomount: Remove temporary directories if successful and debug is not on 2025-03-26 14:29:21 +01:00
grub_cmd_date.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
grub_cmd_echo.in suppress shell expansion inside quoted strings 2010-11-07 16:13:14 +05:30
grub_cmd_regexp.in Fix shebang for termux. 2017-05-03 12:49:31 +02:00
grub_cmd_set_date.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
grub_cmd_sleep.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
grub_cmd_test.in tests: A failure of mktemp should cause the test script to exit with code 99 2021-10-14 15:00:06 +02:00
grub_cmd_tr.in Fix shebang for termux. 2017-05-03 12:49:31 +02:00
grub_func_test.in tests: Add LoongArch to various test cases 2023-05-17 13:32:54 +02:00
grub_script_blanklines.in Fix shebang for termux. 2017-05-03 12:49:31 +02:00
grub_script_blockarg.in tests: A failure of mktemp should cause the test script to exit with code 99 2021-10-14 15:00:06 +02:00
grub_script_break.in break command support 2010-05-05 15:34:26 +05:30
grub_script_comments.in added few more test cases 2010-05-01 15:39:59 +05:30
grub_script_continue.in continue command support 2010-05-05 16:19:31 +05:30
grub_script_dollar.in Fix shebang for termux. 2017-05-03 12:49:31 +02:00
grub_script_echo1.in Fix wildcard escaping. 2012-06-08 22:54:21 +02:00
grub_script_echo_keywords.in lexer-rewrite rebase commit 2010-01-22 19:07:27 +05:30
grub_script_escape_comma.in Add few new tests. 2013-04-29 12:25:57 +02:00
grub_script_eval.in script/execute: Don't let trailing blank lines determine the return code 2025-03-05 12:11:09 +01:00
grub_script_expansion.in tests: Do not occlude grub-shell return code 2021-10-14 14:48:45 +02:00
grub_script_final_semicolon.in Fix shebang for termux. 2017-05-03 12:49:31 +02:00
grub_script_for1.in for loop support to grub script 2010-01-23 11:03:41 +05:30
grub_script_functions.in few more testcases added 2010-05-12 13:53:50 +05:30
grub_script_gettext.in Add variable parsing in $"..." and fix several mismatches with bash. 2012-03-11 14:46:48 +01:00
grub_script_if.in added elif patch from Deepak Vankadaru 2010-03-21 10:27:21 +05:30
grub_script_leading_whitespace.in * grub-core/script/argv.c (grub_script_argv_split_append): Skip leading 2012-03-19 13:29:43 +01:00
grub_script_no_commands.in Fix shebang for termux. 2017-05-03 12:49:31 +02:00
grub_script_not.in not command (!) support 2010-09-05 14:57:28 +05:30
grub_script_return.in return command for functions 2010-08-25 19:35:52 +05:30
grub_script_setparams.in setparams command to set positional parameters 2010-08-15 12:02:33 +05:30
grub_script_shift.in few more testcases 2010-05-12 17:46:49 +05:30
grub_script_strcmp.in * grub-core/kern/misc.c (grub_strcmp): Use unsigned comparison as 2012-05-04 12:08:22 +02:00
grub_script_test.in Fix test -a and -o precedence. 2013-05-04 13:38:59 +02:00
grub_script_vars1.in rewrote arglist to argv conversion and added $@, $* support 2010-05-12 10:19:12 +05:30
grub_script_while1.in new testcase for while and until loops 2010-01-26 12:32:47 +05:30
gzcompress_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
hddboot_test.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
help_test.in tests: Fix help test to reflect updated help output 2023-01-19 17:39:04 +01:00
hfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
hfsplus_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
iso9660_test.in tests: Add test for iso9660 delayed CE hop 2023-04-13 14:54:20 +02:00
jfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
luks1_test.in grub-fs-tester: Add LUKS1 and LUKS2 support 2023-02-01 16:45:21 +01:00
luks2_test.in grub-fs-tester: Add LUKS1 and LUKS2 support 2023-02-01 16:45:21 +01:00
lzocompress_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
minixfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
netboot_test.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
nilfs2_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
ntfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
ohci_test.in tests: Add LoongArch to various test cases 2023-05-17 13:32:54 +02:00
partmap_test.in tests: Add /sbin and /usr/sbin to path in partmap test 2022-06-07 12:40:52 +02:00
pata_test.in tests: Add LoongArch to various test cases 2023-05-17 13:32:54 +02:00
printf_unit_test.c printf_unit_test: Disable Wformat-truncation on GCC >= 7 2017-08-30 16:59:25 +02:00
priority_queue_unit_test.cc * tests/priority_queue_unit_test.cc: New test. 2013-05-07 11:30:48 +02:00
pseries_test.in tests: Exit with skipped exit code when test not performed 2021-10-14 15:03:41 +02:00
reiserfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
romfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
serial_test.in tests: Add serial_test 2023-08-31 16:55:41 +02:00
squashfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
syslinux_test.in tests: A failure of mktemp should cause the test script to exit with code 99 2021-10-14 15:00:06 +02:00
tar_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
test_sha512sum.in tests: A failure of mktemp should cause the test script to exit with code 99 2021-10-14 15:00:06 +02:00
test_unset.in * tests/test_unset.in: New test. 2013-10-26 14:52:54 +02:00
tpm2_key_protector_test.in tests/tpm2_key_protector_test: Add tests for SHA-384 PCR bank 2025-06-17 14:13:42 +02:00
udf_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
uhci_test.in tests: Add LoongArch to various test cases 2023-05-17 13:32:54 +02:00
xfs_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
xzcompress_test.in tests: Test aborts due to missing requirements should be marked as error instead of skipped 2021-10-25 16:23:34 +02:00
zfs_test.in tests: Add test for ZFS zstd 2024-06-20 15:47:54 +02:00