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

Builder curl-unthreaded-solaris11-i386 Build #3694

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 22 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 16 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3694 Build
codebase Build
got_revision 9db91370666090f9b40ff4196fc8c71b7c2c3646 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9db91370666090f9b40ff4196fc8c71b7c2c3646 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jul 9 01:04:15 2025
EndWed Jul 9 04:00:55 2025
Elapsed2 hrs, 56 mins, 39 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