From fb86f7acae2591490c05abca068afa39b262d2bc Mon Sep 17 00:00:00 2001 From: Kevin Quick Date: Wed, 13 May 2020 21:29:57 -0700 Subject: [PATCH] [macaw-ppc] Update test expectations for number of discovered blocks. This change is probably due to the BitTrie modifications in dismantle-tablegen. It's not clear whether the older or newer number of discovered blocks is correct; testing at this point is focused more on getting roughly the correct order of magnitude rather than being refined enough for high precision values. --- macaw-ppc/tests/PPC64InstructionCoverage.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macaw-ppc/tests/PPC64InstructionCoverage.hs b/macaw-ppc/tests/PPC64InstructionCoverage.hs index 03c6401f..cbd30bcb 100644 --- a/macaw-ppc/tests/PPC64InstructionCoverage.hs +++ b/macaw-ppc/tests/PPC64InstructionCoverage.hs @@ -56,4 +56,4 @@ testMacaw fpath elf = do when (FP.takeFileName fpath == "gzip") $ -- This is pretty specific, and mostly just designed to notify us -- when there has been a change - T.assertEqual "number of found blocks" 37218 (length allFoundBlockAddrs) + T.assertEqual "number of found blocks" 37211 (length allFoundBlockAddrs)