aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: SVN20080523 Win32/MingW+Debian Etch - make check fails  (Read 2146 times)

Radek

  • Full Member
  • ***
  • Karma: 5
  • Offline Offline
  • Posts: 149
SVN20080523 Win32/MingW+Debian Etch - make check fails
« on: May 23, 2008, 02:17:06 PM »

Hi!

I have several errors when I try "make check" under WinXP/MingW or Debian Etch. The first two are new, obviously related, and appear with Win32/MingW as well as with Debian/Etch, while the last one is there for a longer time and appears only with Win32/MingW.

Code: [Select]
Running test-collection "CUInt128" with 58 test-cases:
        Test "Reading/writing byte sequences"
        Test "ToHexString"
        Test "ToBinaryString"
        Test "Get32BitChunk"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/CUInt128Test.cpp:114 -- Exception of type CAssertFailureException not raised.
        Test "operator==(const CUInt128&)"
        Test "operator==(uint32_t)"
        Test "operator==(uint32_t, const CUInt128&)"
        Test "CUInt128()"
        Test "CUInt128(const CUInt128&)"
        Test "CUInt128(bool)"
        Test "CUInt128(uint32_t)"
        Test "operator=(const CUInt128&)"
        Test "operator=(uint32_t)"
        Test "Set32BitChunk"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/CUInt128Test.cpp:212 -- Exception of type CAssertFailureException not raised.
        Test "SetValue(const CUInt128&)"
        Test "SetValue(uint32_t)"
        Test "SetValueRandom"
        Test "SetValueBE"
        Test "StoreCryptValue"
        Test "ShiftLeft"
        Test "Add(const CUInt128&)"
        Test "Add(uint32_t)"
        Test "Subtract(const CUInt128&)"
        Test "Subtract(uint32_t)"
        Test "XOR(const CUInt128&)"
        Test "operator<<=(unsigned)"
        Test "operator+=(const CUInt128&)"
        Test "operator+=(uint32_t)"
        Test "operator-=(const CUInt128&)"
        Test "operator-=(uint32_t)"
        Test "operator^=(const CUInt128&)"
        Test "operator^=(uint32_t)"
        Test "GetBitNumber"
        Test "SetBitNumber"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/CUInt128Test.cpp:539 -- Exception of type CAssertFailureException not raised.
        Test "operator!=(const CUInt128&)"
        Test "operator!=(uint32_t)"
        Test "operator!=(uint32_t, const CUInt128&)"
        Test "operator<(const CUInt128&)"
        Test "operator<=(const CUInt128&)"
        Test "operator>(const CUInt128&)"
        Test "operator>=(const CUInt128&)"
        Test "operator<(uint32_t)"
        Test "operator<=(uint32_t)"
        Test "operator>(uint32_t)"
        Test "operator>=(uint32_t)"
        Test "operator<(uint32_t, const CUInt128&)"
        Test "operator<=(uint32_t, const CUInt128&)"
        Test "operator>(uint32_t, const CUInt128&)"
        Test "operator>=(uint32_t, const CUInt128&)"
        Test "operator+(const CUInt128&)"
        Test "operator-(const CUInt128&)"
        Test "operator^(const CUInt128&)"
        Test "operator+(uint32_t)"
        Test "operator-(uint32_t)"
        Test "operator^(uint32_t)"
        Test "operator+(uint32_t, const CUInt128&)"
        Test "operator-(uint32_t, const CUInt128&)"
        Test "operator^(uint32_t, const CUInt128&)"
FAIL: CUInt128Test

Code: [Select]
Running test-collection "Format" with 16 test-cases:
        Test "ConstructorAndGetString"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/FormatTest.cpp:72 -- Exception of type CAssertFailureException not raised.
        Test "SetStringAndGetString"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/FormatTest.cpp:99 -- Exception of type CAssertFailureException not raised.
        Test "InjectwxChar"
        Test "InjectInteger"
        Test "InjectFloatAndDouble"
        Test "InjectString"
        Test "InjectNULLString"
        Test "MultipleFields"
        Test "EscapedPercentageSign"
        Test "MalformedFields"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/FormatTest.cpp:310 -- Exception of type CAssertFailureException not raised.
        Test "NotReady"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/FormatTest.cpp:348 -- Exception of type CAssertFailureException not raised.
        Test "WrongTypes"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/FormatTest.cpp:376 -- Exception of type CAssertFailureException not raised.
        Test "NotSupported"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/FormatTest.cpp:401 -- Exception of type CAssertFailureException not raised.
        Test "Overfeeding"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/FormatTest.cpp:426 -- Exception of type CAssertFailureException not raised.
        Test "64bValues"
        Test "Printable"
FAIL: FormatTest

Code: [Select]
Running test-collection "CPath" with 11 test-cases:
        Test "DefaultConstructor"
        Test "PathConstructor"
        Test "CopyConstructor"
        Test "Operators"
        Test "JoinPaths"
        Test "StartsWith"
        Test "IsSameDir"
        Test "GetPath_FullName"
        Test "Cleanup"
        Test "AddPostFix"
                Failure running:
                 p:/sources/amule-cvs/unittests/tests/PathTest.cpp:348 -- Expected '\\foo_1.bar' but got '\foo_1.bar'
        Test "Extensions"
FAIL: PathTest
« Last Edit: May 23, 2008, 04:23:20 PM by Radek »
Logged
There are 10 kinds of people - those who are able to understand binary numbers and those who aren't...