mirror of
https://github.com/gcc-mirror/gcc.git
synced 2025-08-20 16:14:20 +00:00
test_summary: Do not escape "=".
* test_summary: Do not escape "=". From-SVN: r274384
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2019-08-13 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* test_summary: Do not escape "=".
|
||||
|
||||
2019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
PR other/91048
|
||||
|
@ -127,7 +127,7 @@ NR == 1 {
|
||||
if (lang == "") lang = " "$2" "; else lang = " ";
|
||||
}
|
||||
$2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); gsub(/\r$/, "", version); $0 = save; }
|
||||
/\===.*Summary/ { print ""; print; blanks=1; }
|
||||
/===.*Summary/ { print ""; print; blanks=1; }
|
||||
/tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
|
||||
/^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { sub ("\r", ""); print; }
|
||||
/^using:/ { print ""; print; print ""; }
|
||||
|
Reference in New Issue
Block a user