Commit Graph
6 Commits
Author SHA1 Message Date
Richie 4ecc1fd752 fix(scipy): relax STFT test tolerances 2026-09-19 22:42:44 -04:00
Richie fee4d31971 refactor(overlays): consolidate test patches 2026-09-19 22:42:44 -04:00
Richie a37b20979d Clean up overlays and remove obsolete dependencies 2026-09-19 22:42:44 -04:00
Richie af4a917d92 overlays: consolidate Abseil BMI2 workaround under patches
Extract the header fix into a standalone patch and colocate the
Electron, Deno, and Signal overrides in patches/abseil. Preserve the
x86-64-v3 restriction and document the accepted upstream fix while
waiting for bundled dependency updates.

Import the Abseil overrides through the patches overlay and register
the torchcodec override. Leave PostgreSQL output checks in
x86-64-v3-workarounds.nix.
2026-09-19 22:42:44 -04:00
Richie 1cac244259 fix(scipy): allow rounding differences in STFT tests
Keep STFT tests enabled with precision-appropriate tolerances for
x86-64-v3 builds. Add the override under overlays/patches/scipy and
remove the commented-out test exclusions.
2026-09-19 22:42:44 -04:00
Richie 03d560eb10 fix(gnutls): replace UDP test skip with readiness polling
Wait for the UDP socket to bind before starting the client, detect
server exit, and clean up on skip. Preserve both handshake checks.

Add regression checks and document the rationale for upstream submission.

Validated on x86-64-v3: 796 passes, 131 existing skips, zero failures.
All seven focused checks and the delayed-start reproduction passed.
2026-09-19 22:42:44 -04:00