]> granicus.if.org Git - icu/commit
ICU-21520 Fixes typo in name of test data file; removes a regex that
authorgnrunge <nrunge@google.com>
Tue, 16 Mar 2021 23:32:07 +0000 (16:32 -0700)
committerNorbert Runge <41129501+gnrunge@users.noreply.github.com>
Wed, 17 Mar 2021 03:01:16 +0000 (20:01 -0700)
commit3d7ba6560ef59fad4ea0ed38a7a3ee57792daee3
tree2efc7255c2f0ede3388ad76144c14a1df2f4fa51
parent2ae2f31c2f1b895304f76bc387e0106f8bea7fce
ICU-21520 Fixes typo in name of test data file; removes a regex that
evaluates to the empty string and the result files are missing the
perf test name as a result. E.g. '_Mar_16_155820.html' instead of
'unisetperf_Mar_16_155820.html'.
Not obvious why the regex was even created since it doesn't seem
necessary because the name of the caller doesn't require additional
parsing. The rpaticular code is from 2002, maybe changes in Perl
account for the issue(?)
icu4c/source/test/perf/normperf/NormPerf.pl
icu4c/source/test/perf/normperf/NormPerf_r.pl
icu4c/source/test/perf/perldriver/Output.pm
icu4c/source/test/perf/ubrkperf/UBrkPerf_r.pl
icu4c/source/test/perf/ustrperf/StringPerf.pl
icu4c/source/test/perf/ustrperf/StringPerf_r.pl