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

Builder curl-unthreaded-solaris11-sparc Build #5670

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 5670 Build
codebase Build
got_revision 32a513e180ce83d5e9b708211306045407074134 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 32a513e180ce83d5e9b708211306045407074134 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. Stefan Eissing

Timing:

StartThu Apr 16 15:05:01 2026
EndThu Apr 16 15:30:32 2026
Elapsed25 mins, 31 secs

All Changes:

:

  1. Change #264674

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 16 Apr 2026 15:00:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32a513e180ce83d5e9b708211306045407074134

    Comments

    urlapi: same origin tests
    Add new internal `curl_url_same_origin()` to check if a href has the
    same origin as a base URL. Add test cases in test1675 and use this in
    http2 push handling.
    
    Closes #21328

    Changed files

    • lib/http2.c
    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/unit/unit1675.c