Vladimir Serbinenko 9a2134a70f tests: Add test for ZFS zstd 6 months ago
..
file_filter 8acb9dc697 * tests/file_filter/file: Really add missing file. 10 years ago
lib e51b56667a * include/grub/test.h (grub_unit_test_init): Add missing prototype. 13 years ago
syslinux f8f35acb5b syslinux: Fix syslinux_test in out-of-tree builds 5 years ago
util 9a2134a70f tests: Add test for ZFS zstd 6 months ago
ahci_test.in 2188db1a9f tests: Add LoongArch to various test cases 1 year ago
btrfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
cdboot_test.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
cmp_unit_test.c 1c4afb6095 * tests/cmp_unit_test.c: Add missing failure message. 12 years ago
core_compress_test.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
cpio_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
date_unit_test.c 3d695d7b93 * tests/date_unit_test.c: New test. 11 years ago
dfly-mbr-mbexample.dfly.img.gz 1e908b34a6 * grub-core/partmap/dfly.c: New partition map. 11 years ago
dfly-mbr-mbexample.mbr.img.gz 1e908b34a6 * grub-core/partmap/dfly.c: New partition map. 11 years ago
ehci_test.in 2188db1a9f tests: Add LoongArch to various test cases 1 year ago
erofs_test.in 56e58828cf fs/erofs: Add tests for EROFS in grub-fs-tester 7 months ago
example_grub_script_test.in 6fc804ffbb unit testing framework 15 years ago
example_scripted_test.in a827807a13 Fix shebang for termux. 7 years ago
example_unit_test.c 1c4afb6095 * tests/cmp_unit_test.c: Add missing failure message. 12 years ago
exfat_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
ext234_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
f2fs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
fat_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
fddboot_test.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
file_filter_test.in ed087f0460 pgp: Fix emu build and tests after pgp module renaming 6 years ago
gettext_strings_test.in bcb15e011a tests: A failure of mktemp should cause the test script to exit with code 99 3 years ago
grub_cmd_cryptomount.in 5a311d029f tests: Switch password quality check off for luks2 test 11 months ago
grub_cmd_date.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
grub_cmd_echo.in a8152fedab suppress shell expansion inside quoted strings 14 years ago
grub_cmd_regexp.in a827807a13 Fix shebang for termux. 7 years ago
grub_cmd_set_date.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
grub_cmd_sleep.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
grub_cmd_test.in bcb15e011a tests: A failure of mktemp should cause the test script to exit with code 99 3 years ago
grub_cmd_tr.in a827807a13 Fix shebang for termux. 7 years ago
grub_func_test.in 2188db1a9f tests: Add LoongArch to various test cases 1 year ago
grub_script_blanklines.in a827807a13 Fix shebang for termux. 7 years ago
grub_script_blockarg.in bcb15e011a tests: A failure of mktemp should cause the test script to exit with code 99 3 years ago
grub_script_break.in a7aa28248b break command support 14 years ago
grub_script_comments.in c548018b7c added few more test cases 14 years ago
grub_script_continue.in eee2594104 continue command support 14 years ago
grub_script_dollar.in a827807a13 Fix shebang for termux. 7 years ago
grub_script_echo1.in 5e619f408d Fix wildcard escaping. 12 years ago
grub_script_echo_keywords.in 547e494f1b lexer-rewrite rebase commit 15 years ago
grub_script_escape_comma.in f7457fb231 Add few new tests. 11 years ago
grub_script_eval.in 0301a8b36d * tests/grub_script_eval.in: Really add the eval test. 11 years ago
grub_script_expansion.in e024558d46 tests: Do not occlude grub-shell return code 3 years ago
grub_script_final_semicolon.in a827807a13 Fix shebang for termux. 7 years ago
grub_script_for1.in 4e6a305be4 for loop support to grub script 15 years ago
grub_script_functions.in 04888e8787 few more testcases added 14 years ago
grub_script_gettext.in 546fbe9b5a Add variable parsing in $"..." and fix several mismatches with bash. 13 years ago
grub_script_if.in 0f3a3e3ece added elif patch from Deepak Vankadaru 15 years ago
grub_script_leading_whitespace.in ac6fd21803 * grub-core/script/argv.c (grub_script_argv_split_append): Skip leading 12 years ago
grub_script_no_commands.in a827807a13 Fix shebang for termux. 7 years ago
grub_script_not.in 1bce65c7b1 not command (!) support 14 years ago
grub_script_return.in aa5cd41af5 return command for functions 14 years ago
grub_script_setparams.in 3a20130e7a setparams command to set positional parameters 14 years ago
grub_script_shift.in 7b252ac27c few more testcases 14 years ago
grub_script_strcmp.in ce41ab7aab * grub-core/kern/misc.c (grub_strcmp): Use unsigned comparison as 12 years ago
grub_script_test.in daf01d61ff Fix test -a and -o precedence. 11 years ago
grub_script_vars1.in a0167e8bdf rewrote arglist to argv conversion and added $@, $* support 14 years ago
grub_script_while1.in 2aa1646307 new testcase for while and until loops 15 years ago
gzcompress_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
hddboot_test.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
help_test.in 72daccfb56 tests: Fix help test to reflect updated help output 1 year ago
hfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
hfsplus_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
iso9660_ce_loop.iso.gz 3ddd8e8ad4 tests: Add pathological iso9660 filesystem tests 1 year ago
iso9660_ce_loop2.iso.gz 3ddd8e8ad4 tests: Add pathological iso9660 filesystem tests 1 year ago
iso9660_early_ce.iso.gz 3c6bebf9bb tests: Add test for iso9660 delayed CE hop 1 year ago
iso9660_test.in 3c6bebf9bb tests: Add test for iso9660 delayed CE hop 1 year ago
jfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
luks1_test.in b073ce8d88 grub-fs-tester: Add LUKS1 and LUKS2 support 1 year ago
luks2_test.in b073ce8d88 grub-fs-tester: Add LUKS1 and LUKS2 support 1 year ago
lzocompress_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
minixfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
netboot_test.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
nilfs2_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
ntfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
ohci_test.in 2188db1a9f tests: Add LoongArch to various test cases 1 year ago
partmap_test.in daf96d31ab tests: Add /sbin and /usr/sbin to path in partmap test 2 years ago
pata_test.in 2188db1a9f tests: Add LoongArch to various test cases 1 year ago
printf_unit_test.c 32099228e6 printf_unit_test: Disable Wformat-truncation on GCC >= 7 7 years ago
priority_queue_unit_test.cc 1eed0e6ebc * tests/priority_queue_unit_test.cc: New test. 11 years ago
pseries_test.in 4dc5259b6e tests: Exit with skipped exit code when test not performed 3 years ago
reiserfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
romfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
serial_test.in 6d6b95720c tests: Add serial_test 1 year ago
squashfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
syslinux_test.in bcb15e011a tests: A failure of mktemp should cause the test script to exit with code 99 3 years ago
tar_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
test_sha512sum.in bcb15e011a tests: A failure of mktemp should cause the test script to exit with code 99 3 years ago
test_unset.in 188929ebee * tests/test_unset.in: New test. 11 years ago
udf_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
uhci_test.in 2188db1a9f tests: Add LoongArch to various test cases 1 year ago
xfs_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
xzcompress_test.in a21618c8a9 tests: Test aborts due to missing requirements should be marked as error instead of skipped 3 years ago
zfs_test.in 9a2134a70f tests: Add test for ZFS zstd 6 months ago