Branch: refs/heads/yves/curlyx_curlym
Home: https://github.com/Perl/perl5
Commit: 866aba5202a49e53bb1143ab74e47737389a40c0
https://github.com/Perl/perl5/commit/866aba5202a49e53bb1143ab74e47737389a40c0
Author: Yves Orton <[email protected]>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M t/re/pat_re_eval.t
Log Message:
-----------
t/re/pat_re_eval.t - add note to test
This test will fail if CURLYX optimisations are disabled, and currently
we do not have a good way to detect if they have been forced off. So add
a note that the test is known to fail when optimisations are disabled, so
people do not look for bugs. This test is testing that an optimisation
does happen, so disabling the optimisation will necessarily make it fail.