Builder libcheck-solaris10-i386 Build #22
Results:
Failed shell_3
SourceStamp:
| Project | libcheck |
| Repository | http://svn.code.sf.net/p/check/code/trunk |
| Revision | 1214 |
| Got Revision | 1214 |
| Changes | 4 changes |
BuildSlave:
unstable10xReason:
scheduler
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | None | Build |
| builddir | /export/home/buildbot/slave/libcheck-solaris10-i386 | slave |
| buildername | libcheck-solaris10-i386 | Builder |
| buildnumber | 22 | Build |
| codebase | Build | |
| got_revision | 1214 | SVN |
| project | libcheck | Build |
| repository | http://svn.code.sf.net/p/check/code/trunk | Build |
| revision | 1214 | Build |
| scheduler | schedule-libcheck-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/libcheck-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- brarcher
Timing:
| Start | Mon Jul 6 15:29:42 2015 |
| End | Mon Jul 6 15:37:33 2015 |
| Elapsed | 7 mins, 50 secs |
All Changes:
:
Change #12293
Category libcheck Changed by brarcher Changed at Mon 06 Jul 2015 15:28:40 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1211 Comments
doc: Change "Variables" -> "Variables" for consistency
Changed files
- doc/check.texi
Change #12294
Category libcheck Changed by brarcher Changed at Mon 06 Jul 2015 15:28:40 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1212 Comments
replace // comments with /* */ comments Some compilers are strict with only accepting C style block comments
Changed files
- tests/check_check_master.c
- tests/check_check_sub.c
Change #12295
Category libcheck Changed by brarcher Changed at Mon 06 Jul 2015 15:28:41 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1213 Comments
tests: define variable at top of block Some compilers may be picky about defining variables at the beginning of the block.
Changed files
- tests/check_check_master.c
Change #12296
Category libcheck Changed by brarcher Changed at Mon 06 Jul 2015 15:28:41 Repository http://svn.code.sf.net/p/check/code/trunk Project libcheck Revision 1214 Comments
tests: include missing libcompat header This header is necessary one some platforms where some portions of check.h are unrecognized. For example, using the MSVC compiler on Windows the pid_t usage in check.h results in a compiler error.
Changed files
- tests/check_nofork_teardown.c