aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-07-10 14:45:13 +0200
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:17:16 -0300
commit8dd7476ece18c7ace81824bcb64d1861473f7ea1 (patch)
tree6df7b8441711e460d1dd35e9e46853790719f046
parentba1b4e36d910905f01bd3c26d95a9c62b7a939c5 (diff)
downloadgcc-8dd7476ece18c7ace81824bcb64d1861473f7ea1.zip
gcc-8dd7476ece18c7ace81824bcb64d1861473f7ea1.tar.gz
gcc-8dd7476ece18c7ace81824bcb64d1861473f7ea1.tar.bz2
testsuite: Fix WPA scanning.
gcc/testsuite/ChangeLog: PR gcov-profile/96148 * lib/scanwpaipa.exp: Fix wpa dump file suffix the same way as other in the file.
-rw-r--r--gcc/testsuite/lib/scanwpaipa.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/lib/scanwpaipa.exp b/gcc/testsuite/lib/scanwpaipa.exp
index cc50cc4..c0706ff 100644
--- a/gcc/testsuite/lib/scanwpaipa.exp
+++ b/gcc/testsuite/lib/scanwpaipa.exp
@@ -60,11 +60,11 @@ proc scan-pgo-wpa-ipa-dump { args } {
}
if { [llength $args] >= 3 } {
scan-dump "pgo-wpa-ipa" [lindex $args 0] \
- "\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".x02.wpa" \
+ "\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".wpa" \
[lindex $args 2]
} else {
scan-dump "pgo-wpa-ipa" [lindex $args 0] \
- "\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".x02.wpa"
+ "\[0-9\]\[0-9\]\[0-9\]i.[lindex $args 1]" ".wpa"
}
}