guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#51987] [PATCH] [core-updates-frozen] gnu: ledger: Remove failing te


From: John Kehayias
Subject: [bug#51987] [PATCH] [core-updates-frozen] gnu: ledger: Remove failing test output.
Date: Fri, 19 Nov 2021 22:47:09 +0000

Hello,

I'm not sure why, but ledger started failing one of its test on 
core-updates-frozen. The test is for the error when trying to use a nonexistent 
file (as far as I can tell) and it fails in the error message reporting the 
path of the file without the leading "./". Output of the test below. The patch 
removes this test from ledger.

359/396 Test #359: RegressTest_BF3C1F82-2 
................................***Failed    0.04 sec
FAILURE in error output from 
/tmp/guix-build-ledger-3.2.1.drv-0/source/test/regress/BF3C1F82-2.test:
--
$ledger -f - reg
--
  @@ -1,2 +1,2 @@

   While parsing file "", line 2:

  -Error: File to include was not found: "./non-existent-ledger-file-BF3C1F82"

  +Error: File to include was not found: "non-existent-ledger-file-BF3C1F82"

E[BF3C1F82-2.test]STDERR:
b''
FAILURE in error output from 
/tmp/guix-build-ledger-3.2.1.drv-0/source/test/regress/BF3C1F82-2.test:
--
$ledger -f /dev/stdin reg
--
  @@ -1,2 +1,2 @@

   While parsing file "", line 2:

  -Error: File to include was not found: "./non-existent-ledger-file-BF3C1F82"

  +Error: File to include was not found: "non-existent-ledger-file-BF3C1F82"

E[BF3C1F82-2.test]STDERR:
b''

FAILED (2)

Thanks,
John

Attachment: 0001-gnu-ledger-Remove-failing-test-output.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]