[parted-devel] [PATCH] Improved and separate test for reading disk labels.

Jim Meyering jim at meyering.net
Thu Apr 26 19:55:56 UTC 2007


Jim Meyering <jim at meyering.net> wrote:
...
> I propose to temporarily disable the "dvh" part of that test:
>
> diff --git a/libparted/tests/label.c b/libparted/tests/label.c
> index 898dbe3..c1f8b4e 100644
> --- a/libparted/tests/label.c
> +++ b/libparted/tests/label.c
> @@ -100,6 +100,11 @@ START_TEST (test_clone_label)
>                  if (!_implemented_disk_label (type->name))
>                          continue;
>
> +                /* FIXME: skip this test temporarily, while we wait
> +                   for someone to find the cycles to fix the bug.  */
> +                if (strcmp (type->name, "dvh") == 0)
> +                        continue;
> +
>                  disk = _create_disk_label (dev, type);
>
>                  /* Try to clone the disk label. */

I've applied the above.



More information about the parted-devel mailing list