jjb: binutils-gdb: record not found expected failures to a file
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 4 May 2022 14:24:44 +0000 (10:24 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 5 Jul 2022 20:16:20 +0000 (16:16 -0400)
This makes it more readable than trying to find them in the log.

Change-Id: I36c3c32b5360dad0670e9c2ba372d6d77456e998

scripts/binutils-gdb/build.sh

index 18a749f960a81f2dea20c7f90f2c9df62124b666..693632d44b78289a0ba021db60c6f522dbe5d12d 100755 (executable)
@@ -705,7 +705,7 @@ while read line; do
     if ! grep --silent --fixed-strings "$line" "${WORKSPACE}/results/gdb.sum"; then
         echo "$line"
     fi
-done < "$known_failures_file"
+done < "$known_failures_file" > "${WORKSPACE}/results/known-failures-not-found.sum"
 
 # Convert results to JUnit format.
 failed_tests=0
This page took 0.025232 seconds and 4 git commands to generate.