Skip to content

testing/snapper: upgrade to 0.10.5

Hoang Nguyen requested to merge folliehiyuki/aports:snapper-update into master

Run tests again. Here are the logs for both the failed tests:

humanstring.log:

Running 5 test cases...
humanstring.cc(43): error: in "test_byte_to_humanstring": check test("en_GB.UTF-8", 1023, 2) == "1,023 B" has failed [1023 B != 1,023 B]
humanstring.cc(49): error: in "test_byte_to_humanstring": check test("de_DE.UTF-8", 123456789, 4) == "117,7376 MiB" has failed [117.7376 MiB != 117,7376 MiB]
humanstring.cc(51): error: in "test_byte_to_humanstring": check test("en_GB.UTF-8", 1000 * KiB, 2) == "1,000.00 KiB" has failed [1000.00 KiB != 1,000.00 KiB]
humanstring.cc(52): error: in "test_byte_to_humanstring": check test("de_DE.UTF-8", 1000 * KiB, 2) == "1.000,00 KiB" has failed [1000.00 KiB != 1.000,00 KiB]
humanstring.cc(55): error: in "test_byte_to_humanstring": check test("de_DE.UTF-8", 50 * MiB, 2) == "50,00 MiB" has failed [50.00 MiB != 50,00 MiB]
unknown location(0): fatal error: in "test_humanstring_to_byte": snapper::Exception: failed to parse size
humanstring.cc(80): last checkpoint
humanstring.cc(113): error: in "test_big_numbers": check test("en_GB.UTF-8", 1 * EiB - 1 * B, 2) == "1,024.00 PiB" has failed [1024.00 PiB != 1,024.00 PiB]

*** 7 failures are detected in the test module "snapper"

cmp-lt.log:

Running 4 test cases...
cmp-lt.cc(53): error: in "test2": check v == vector<string>({ "a", "A", "b", "B" }) has failed [A B a b != a A b B]
cmp-lt.cc(64): error: in "test3": check v == vector<string>({ "a", "ä", "b" }) has failed [a b ä != a ä b]
cmp-lt.cc(75): error: in "test4": check v == vector<string>({ "\344", "a" }) has failed [a != a]

*** 3 failures are detected in the test module "snapper"

Merge request reports