libm icon indicating copy to clipboard operation
libm copied to clipboard

Add a nextest config to retry `yn*` and `jn*`

Open tgross35 opened this issue 10 months ago • 0 comments

Sometimes the random generators create inputs that are far outside allowed ULP (these functions are very imprecise anyway). I believe Nextest allows specifying that tests matching a pattern can be set to retry, we should do this for .*random_[yj].*.

tgross35 avatar Jan 25 '25 01:01 tgross35