Open
Bug 1751475
Opened 3 years ago
MPITest.MpiFixlenOctetsTooSmall can fail due to core file detection in debug builds
Categories
(NSS :: Test, defect, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: jschanck, Unassigned)
References
Details
(Whiteboard: [nss-nofx])
In debug builds the MPITest.MpiFixlenOctetsTooSmall test uses EXPECT_DEATH
, so we probably some logic to handle core dumps. I just started seeing failures on Linux 5.10.0-9-amd64
.
Running:
GTESTS=freebl_gtest GTESTFILTER="*MpiFixlenOctetsTooSmall" ./tests/gtests/gtests.sh
Results in:
gtests.sh: #2: freebl_gtest run successfully - Core file is detected - FAILED
Expected result:
The core file should either not be produced or it should be cleaned up as part of the test.
You need to log in
before you can comment on or make changes to this bug.
Description
•