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

Builder curl-ares-solaris11-sparc Build #4177

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 44 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4177 Build
codebase Build
got_revision 9db91370666090f9b40ff4196fc8c71b7c2c3646 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9db91370666090f9b40ff4196fc8c71b7c2c3646 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. Viktor Szakats

Timing:

StartWed Jul 9 01:04:13 2025
EndWed Jul 9 01:32:07 2025
Elapsed27 mins, 53 secs

All Changes:

:

  1. Change #238737

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 09 Jul 2025 00:55:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9db91370666090f9b40ff4196fc8c71b7c2c3646

    Comments

    tests: fix 1301, 1308 to fail on error
    They were using a macro designed for unit tests. It does not fail when
    used in libtests. Make similar macros for these tests, and make them
    return a failure.
    
    Also:
    - makes these two tests align with the rest of libtests, by including
      `first.h` instead of `curlcheck.h`.
    - since libtests no longer need to depend on tests/unit, drop this
      dependency from build scripts.
    
    Closes #17867

    Changed files

    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/lib1301.c
    • tests/libtest/lib1308.c