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

Builder curl-pr-unthreaded-solaris10-i386 Build #1889

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/Curl_get_pathname
Revisiondf6a3af470059b79c535c22f2f06f2b7fc02f6fd
Got Revisiondf6a3af470059b79c535c22f2f06f2b7fc02f6fd
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 12 mins, 39 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/Curl_get_pathname Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 1889 Build
codebase Build
got_revision df6a3af470059b79c535c22f2f06f2b7fc02f6fd Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision df6a3af470059b79c535c22f2f06f2b7fc02f6fd Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue May 7 14:37:20 2024
EndTue May 7 14:50:07 2024
Elapsed12 mins, 47 secs

All Changes:

:

  1. Change #196567

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 May 2024 14:36:04
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/Curl_get_pathname
    Revision df6a3af470059b79c535c22f2f06f2b7fc02f6fd

    Comments

    curl_path: make Curl_get_pathname use dynbuf
    
    ... instead of malloc and memcpy
    
    - changed the prototype: the first argument no longer gets updated. No
      caller used this functionality.
    
    - unit test 2604 verifies Curl_get_pathname()

    Changed files

    • lib/curl_path.c
    • lib/curl_path.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • tests/data/Makefile.inc
    • tests/data/test2604
    • tests/unit/Makefile.inc
    • tests/unit/unit2604.c