From ceb61b9e387616b89dc36aed1692536d404c93a7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 5 Oct 2022 18:32:56 +0800 Subject: [PATCH] binutils: add a command to list failed tests --- chapter08/binutils.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index cb2619a73..c969eab00 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -160,6 +160,10 @@ cd build make -k check + For a list of failed tests, run: + +grep '^FAIL:' $(find -name '*.log') + Twelve tests fail in the gold testsuite when the and options are passed to GCC.