|
Boost Testing : |
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-11-27 15:34:14
Hi,
After recent changes, HP-UX_ia64_gcc (gcc-4.2.1) failures have been
reduced to 13 and those are the only remaining failures for
Interprocess. There are some strange failures. For example:
Run [2007-11-26 19:09:49 UTC]: fail
do_test_condition_notify_one<N5boost12interprocess22interprocess_conditionE,N5boost12interprocess18interprocess_mutexE
do_test_condition_notify_all<N5boost12interprocess22interprocess_conditionE,N5boost12interprocess18interprocess_mutexE
fails without the return error. Maybe an exception?
This one (http://tinyurl.com/2o7ohr) fails with:
Run [2007-11-26 19:09:52 UTC]: fail
Unhandled exception: Not enough space
terminate called after throwing an instance of
'boost::interprocess::interprocess_exception'
what(): Not enough space
EXIT STATUS: 134
The test is trying to create a mapped file. Maybe a permission issue
when creating the file?
The same tests on the same gcc version but on linux (Sandia-gcc-64) seem
ok, so I need a bit of help here.
Regards,
Ion