Avida

Builder avida-dev-tatooine: Build #601

Results:

build successful

SourceStamp:

Buildslave:

avida_tatooine_slavebot

Reason:

Steps and Logfiles:

  1. svn [update r3347]
    1. stdio
  2. compile [compile]
    1. stdio
  3. shell [tests]
    1. stdio
  4. compile_2 [xcode compile]
    1. stdio
  5. shell_2 [xcode tests]
    1. stdio

Blamelist:

  1. brysonda

All Changes

  1. Changed by: brysonda
    Changed at: Tue 30 Jun 2009 17:19:26
    Revision: 3347

    Changed files:

    Comments:
    Add unit tests to the unit testing framework for the recently implemented increment operators in cBitArray.  Also fix LeftShift operation on PowerPC.  Apparently GCC on i386 systems truncates variable shifts to 5 bits before performing the shift.  On PowerPC, the full value of the variable shift is honored, thus it will allow shifts to flush away all bits.  The intent of the masking statement is to have no effect when num_bits % 32 is 0, thus I have simply made the masking effect of the i386 version explicit so that it will work on all platforms.

Resubmit Build:

This tree was built from a specific set of source files, and can be rebuilt exactly

Your name:
Reason for re-running build: