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

Builder curl-unthreaded-solaris11-sparc Build #5627

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision283db12e05e870207b63bb1b096b1269477afee0
Got Revision283db12e05e870207b63bb1b096b1269477afee0
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 50 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 6 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5627 Build
codebase Build
got_revision 283db12e05e870207b63bb1b096b1269477afee0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 283db12e05e870207b63bb1b096b1269477afee0 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Apr 8 12:50:22 2026
EndWed Apr 8 13:42:29 2026
Elapsed52 mins, 7 secs

All Changes:

:

  1. Change #263981

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 12:00:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 283db12e05e870207b63bb1b096b1269477afee0

    Comments

    parsedate: bsearch the time zones
    There are 69 entries, bsearch is faster than linear search for random
    access.
    
    This now also makes the matching case sensitive (zone names always in
    uppercase). No docs said otherwise and all tests assumed uppercase.
    
    Extended test 517
    
    Closes #21266

    Changed files

    • lib/parsedate.c
    • tests/libtest/lib517.c