Somehow, Aspell 0.60.6.1 and aspell-dict-en-2016.11.20-0 don't consider this a valid spelling. Skip it. TODO: Migrate to using hunspell. According to upstream, this bug won't be fixed. See https://bugzilla.gnome.org/show_bug.cgi?id=772406. --- a/testsuite/test-checker.c 2017-03-24 09:50:50.000000000 -0400 +++ b/testsuite/test-checker.c 2017-06-15 21:47:07.116173895 -0400 @@ -105,10 +105,11 @@ * be considered deprecated, it is better to use hunspell, so WONTFIX. * For more details, see: * https://bugzilla.gnome.org/show_bug.cgi?id=772406 + * + * correctly_spelled = gspell_checker_check_word (checker, "spell-checking", -1, &error); + * g_assert_no_error (error); + * g_assert (correctly_spelled); */ - correctly_spelled = gspell_checker_check_word (checker, "spell-checking", -1, &error); - g_assert_no_error (error); - g_assert (correctly_spelled); correctly_spelled = gspell_checker_check_word (checker, "nrst-auie", -1, &error); g_assert_no_error (error); le>
aboutsummaryrefslogtreecommitdiff
path: root/tests/pack.scm
AgeCommit message (Expand)Author
2020-07-20pack: Build the store database under a UTF-8 locale....Ludovic Courtès
2020-07-20pack: 'self-contained-tarball' runs derivation in a UTF-8local....Ludovic Courtès
2019-12-26gnu: Remove squashfs-tools-next....Ricardo Wurmus
2019-08-27pack: Create /tmp in Docker images....Ludovic Courtès
2019-03-24tests: Adjust 'guix pack -f squashfs' test....Ludovic Courtès
2018-11-06store-copy: Canonicalize the mtime and permissions of the store copy....Ludovic Courtès
2018-11-06pack: Add test for 'self-contained-tarball' with localstatedir....Ludovic Courtès
2018-11-06pack: Squashfs backend now honors '--localstatedir'....Ludovic Courtès
2018-11-06pack: Docker backend now honors '--localstatedir'....Ludovic Courtès
2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....Ludovic Courtès
2018-10-28tests: Fix typo....Ludovic Courtès
2018-10-19tests: Run 'guix pack' tests using the external store....Ludovic Courtès
2018-09-18tests: Skip 'self-contained-tarball' test unconditionally....Ludovic Courtès