Boost logo

Boost-Build :

From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2005-01-10 07:16:05


Results of Boost.Thread tests execution:

on Compaq X1000 (Pentium M):

$ cd $BOOST_ROOT
$ rm -rf bin.v2/
$ cd libs/thread/build
$ bjam --v2 release optimization=space
$ cd ../test
$ bjam --v2 release optimization=space
$ find ../../../bin.v2/ -type f -perm +111 -exec scp {} root_at_192.168.0.202:boost_release_optimization_space/ \;

on iPAQ:

~/boost_release_optimization_space # ./test_barrier
Running 1 test case...

*** No errors detected
~/boost_release_optimization_space # ./test_condition
Running 3 test cases...

*** No errors detected
~/boost_release_optimization_space # ./test_mutex
Running 6 test cases...

*** No errors detected
~/boost_release_optimization_space # ./test_once
Running 1 test case...

*** No errors detected
~/boost_release_optimization_space # ./test_thread
Running 3 test cases...

*** No errors detected
~/boost_release_optimization_space # ./test_tss
Running 1 test case...
tss_instances = 0; tss_total = 5

*** No errors detected
~/boost_release_optimization_space # ./test_xtime
Running 2 test cases...

*** No errors detected
~/boost_release_optimization_space # ls -l
-rwxr-xr-x 1 root root 48956 Jan 10 2005 boost_thread.so
-rwxr-xr-x 1 root root 178704 Jan 10 2005 boost_unit_test_framework.so
-rwxr-xr-x 1 root root 14168 Jan 10 2005 test_barrier
-rwxr-xr-x 1 root root 47428 Jan 10 2005 test_condition
-rwxr-xr-x 1 root root 67656 Jan 10 2005 test_mutex
-rwxr-xr-x 1 root root 30668 Jan 10 2005 test_once
-rwxr-xr-x 1 root root 38856 Jan 10 2005 test_thread
-rwxr-xr-x 1 root root 39712 Jan 10 2005 test_tss
-rwxr-xr-x 1 root root 38752 Jan 10 2005 test_xtime

We definitely need support for "running regression tests across
platforms. But that the topic for another list.

-- 
Alexander Nasonov
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk