Builder libcheck-solaris10-sparc Build #19
Results:
Build successful
SourceStamp:
| Project | libcheck |
| Repository | http://svn.code.sf.net/p/check/code/trunk |
| Revision | 1207 |
| Got Revision | 1207 |
| Changes | 4 changes |
BuildSlave:
unstable10sReason:
scheduler
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | None | Build |
| builddir | /export/home/buildbot-unstable10s/slave/libcheck-solaris10-sparc | slave |
| buildername | libcheck-solaris10-sparc | Builder |
| buildnumber | 19 | Build |
| codebase | Build | |
| got_revision | 1207 | SVN |
| project | libcheck | Build |
| repository | http://svn.code.sf.net/p/check/code/trunk | Build |
| revision | 1207 | Build |
| scheduler | schedule-libcheck-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/libcheck-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- brarcher
Timing:
| Start | Sun Jun 14 17:59:46 2015 |
| End | Sun Jun 14 18:13:39 2015 |
| Elapsed | 13 mins, 53 secs |
All Changes:
:
Change #11411
Category libcheck Changed by brarcher Changed at Sun 14 Jun 2015 17:58:40 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1204 Comments
cmake: Include time.h on several checks to prevent false negatives The clock_t, clockid_t and timer_t types are deemed not found when they are actually available if time.h is included. Include the header during the checks. Patch#53
Changed files
- AUTHORS
- CMakeLists.txt
- NEWS
Change #11412
Category libcheck Changed by brarcher Changed at Sun 14 Jun 2015 17:58:41 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1205 Comments
tests: fix compiler warning regarding improper prototype Clang warned that this prototype was not proper as it had no parameter list, and insisted on 'void'.
Changed files
- tests/check_check_sub.c
Change #11413
Category libcheck Changed by brarcher Changed at Sun 14 Jun 2015 17:58:41 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1206 Comments
tests: remove unused variables from main()
Changed files
- tests/check_mem_leaks.c
Change #11414
Category libcheck Changed by brarcher Changed at Sun 14 Jun 2015 17:58:41 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1207 Comments
configure: do not use echo -n option in summary print out OSX's version of echo does not support the -n option, and thus the summary output looked incorrect.
Changed files
- configure.ac