Menu

#647 CVS test failure on hppa

2.0 Series
closed-fixed
5
2007-07-16
2007-07-13
Paul Wise
No

/home/pabs/cvs-nsis/build/release/tests/test
...........F.E......

winchar.cpp:25:Assertion
Test name: WinCharTest::testFromAnsi
equality assertion failed
- Expected: 0
- Actual : -116

##Failure Location unknown## : Error
Test name: WinCharTest::testToAnsi
uncaught exception of type std::runtime_error
- Unicode conversion failed

Failures !!!
Run: 18 Failure total: 2 Failures: 1 Errors: 1
scons: *** [test-code] Error 1
scons: building terminated because of errors.

This was in the Debian sid chroot on paer:

http://db.debian.org/machines.cgi?host=paer

If there is anything I can do to debug this further, please give me step-by-step instructions (not much time to do FOSS stuff these days).

Discussion

  • Amir Szekely

    Amir Szekely - 2007-07-14

    Logged In: YES
    user_id=584402
    Originator: NO

    The Unicode error is most probably because the installed libiconv doesn't support UCS-2LE. Run `iconv -l | grep UCS-2` to verify.

     
  • Paul Wise

    Paul Wise - 2007-07-15

    Logged In: YES
    user_id=35028
    Originator: YES

    pabs@paer:~$ iconv -l | grep UCS-2
    UCS-2//
    UCS-2BE//
    UCS-2LE//

     
  • Amir Szekely

    Amir Szekely - 2007-07-16

    Logged In: YES
    user_id=584402
    Originator: NO

    Weird... Can I get access to the machine?

     
  • Paul Wise

    Paul Wise - 2007-07-16

    Logged In: YES
    user_id=35028
    Originator: YES

    On the machines.cgi list, paer has it's access shown as 'all', so I presume it is supposed to be accessible to non-debian-developers too. Send me an ssh key and I'll ask the debian-admin folks if you can get a login. No idea how long that will take, I can try to debug it further if you had some other thoughts.

     
  • Amir Szekely

    Amir Szekely - 2007-07-16

    Logged In: YES
    user_id=584402
    Originator: NO

    Never mind, the tests themselves are just not big-endian safe. I'll fix it.

     
  • Amir Szekely

    Amir Szekely - 2007-07-16
    • status: open --> closed-fixed
     

Log in to post a comment.