Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Oct 2025 14:00:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 259971] lib.libc.regex.exhaust_test.regcomp_too_big fails with ASLR on by default
Message-ID:  <bug-259971-32464-kNo26ILOKA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259971-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259971-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259971

Siva Mahadevan <me@svmhdvn.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me@svmhdvn.name

--- Comment #3 from Siva Mahadevan <me@svmhdvn.name> ---
Created attachment 264260
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D264260&action=
=3Dedit
[PATCH] regex/exhaust_test: skip flaky 'regcomp_too_big' testcase on all ar=
chs

This bug is still relevant and is failing on amd64 as seen here:
https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-test/26868/testRepo=
rt/lib.libc.regex/exhaust_test/regcomp_too_big/

I confirmed that it intermittently fails locally with the following command
(using 100 runs because it does pass the first few runs).

$ bricoler run freebsd-src-regression-suite --param freebsd-src:url=3D/usr/=
src
--param freebsd-src:branch=3D --param
freebsd-src-regression-suite:hypervisor=3Dbhyve --param
freebsd-src-regression-suite:memory=3D4096 --param
freebsd-src-regression-suite:ncpus=3D2 --param
freebsd-src-regression-suite:parallelism=3D1 --param
freebsd-src-regression-suite:count=3D100 --param
freebsd-src-regression-suite:tests=3D'lib/libc/regex/exhaust_test:regcomp_t=
oo_big'

I've attached a patch to skip this testcase against this PR for tracking.

NOTE to future triagers: do not close this bug until the test is fixed and
unskipped.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259971-32464-kNo26ILOKA>