[Bug other/111368] contrib/test_summary should check to ensure the git branch being put in the email matches the branch actually tested

2023-09-12 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111368 --- Comment #3 from Eric Gallager --- (In reply to Jonathan Wakely from comment #2) > N.B. test_summary doesn't print that "[master r14-3825-g0d50fac]" string > itself, it just scrapes it from the logs, and the string in the logs comes >

[Bug other/111368] contrib/test_summary should check to ensure the git branch being put in the email matches the branch actually tested

2023-09-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111368 --- Comment #2 from Jonathan Wakely --- N.B. test_summary doesn't print that "[master r14-3825-g0d50fac]" string itself, it just scrapes it from the logs, and the string in the logs comes straight from the xgcc. xg++ etc. binaries. I don't

[Bug other/111368] contrib/test_summary should check to ensure the git branch being put in the email matches the branch actually tested

2023-09-12 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111368 --- Comment #1 from Jonathan Wakely --- (In reply to Eric Gallager from comment #0) > The contrib/test_summary script > should test the git branch that it's printing against the git branch that > was actually tested to help guard against errors