Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #266471

Category curl
Changed by parasol-aser <jeffwalt630ohnoyoudont@gmail.com>
Changed at Thu 07 May 2026 08:00:03
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 74bc655bdfec8d7966b965d3c72f5e314a1d2b74

Comments

tool1622: assert width and exact format boundaries
Convert the silent "was too long!" diagnostics in the timebuf and
max5data width loops into fail_unless assertions, so a regression in
output width fails the unit test directly instead of only printing.

Add small exact-output tables that probe format-transition boundaries
not necessarily hit by the geometric value sweep: the 99999/100000
suffix kick-in for max5data, and the 6d/01h, 51m, 136y, and >99999y roll
points for timebuf.

Closes #21516

Changed files