From d78b550655e3426de645121c079cd4c2a1118f55 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 27 Aug 2023 20:15:58 +0800 Subject: [PATCH] gmp: On some CPUs more than 199 test can pass --- chapter08/gmp.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml index 05e16722a..de3f0ee8b 100644 --- a/chapter08/gmp.xml +++ b/chapter08/gmp.xml @@ -110,7 +110,9 @@ make html instruction". In this case, gmp should be reconfigured with the option and rebuilt. - Ensure that all 199 tests in the test suite passed. + + Ensure that at least 199 tests in the test suite passed. Check the results by issuing the following command: awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log