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

Builder curl-ares-solaris11-sparc Build #4036

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Jun 11 15:31:31 2025
EndWed Jun 11 17:08:34 2025
Elapsed1 hrs, 37 mins, 2 secs

All Changes:

:

  1. Change #231988

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 14:25:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 02dd471bbf8e04fc595ad0f28c965c278ffcefd0

    Comments

    libtests: make test 1503,1504,1505 use the 1502 binary
    Adjust the differences at runtime instead of build-time, to avoid
    extra buillds.
    
    Set the `CURL_TESTNUM` env variable to pass test numbers to tests.
    
    Make libtest/first.c use that env variable to set the `testnum` global
    variable to allow tests to differ based on which test that runs it.
    
    Closes #17591

    Changed files

    • tests/data/test1503
    • tests/data/test1504
    • tests/data/test1505
    • tests/libtest/Makefile.inc
    • tests/libtest/first.c
    • tests/libtest/lib1502.c
    • tests/libtest/test.h
    • tests/runner.pm