[uClibc] uClibc++ 0.1.11 is out!

Mike Frysinger vapier at gentoo.org
Sat Jul 2 17:09:17 UTC 2005


On Saturday 02 July 2005 10:49 am, Garrett Kajmowicz wrote:
> Finally, after a lot of work, I've decided to put out a new version of
> uClibc++.

i just built & ran `make test` on x86_64 and all but one test passed ... it 
looks like just a bug in handling of pointers ?  maybe assuming they're 
32bits in size ?

make -C testoutput test
make[1]: Entering directory `/usr/local/src/uclibc/uClibc++/tests/testoutput'
./runtests.sh
bitsettest      OK
dequetest       OK
excepttest      OK
fstreamtest     OK
io      OK
listtest        OK
maptest         OK
mmaptest        OK
newdel  OK
settest         OK
sstreamtest     OK
stacktest       OK
streambuftest   OK
stringtest.good stringtest.test differ: char 1232, line 48
stringtest      FAILED
make[1]: *** [test] Error 1
make[1]: Leaving directory `/usr/local/src/uclibc/uClibc++/tests/testoutput'
make: *** [test] Error 2

--- stringtest.test     2005-07-02 13:04:49.000000000 -0400
+++ stringtest.good     2005-07-02 12:59:34.000000000 -0400
@@ -45,7 +45,7 @@
 Position of "search": 26 - should be 26
 Position of "through": 36 - should be 36
 Position of "is" starting at character 3: 5 - should be 5
-Position of "q": 1844674407370955161 - should be 1844674407370955161
+Position of "q": 4294967295 - should be 4294967295
 Making sure return value can be casted - OK
 
 
@@ -54,7 +54,7 @@
 Position of 'g': 41 - should be 41
 Position of "search": 26 - should be 26
 Position of "is" starting at character 3: 2 - should be 2
-Position of "q": 1844674407370955161 - should be 1844674407370955161
+Position of "q": 4294967295 - should be 4294967295
 Position of "This": 0 - should be 0
 
 Checking find_first_of on string "This is the string we are searching 
through"
@@ -62,7 +62,7 @@
 Position of 'g': 17 - should be 17
 Position of "search": 1 - should be 1
 Position of "is" starting at character 4: 5 - should be 5
-Position of "q": 1844674407370955161 - should be 1844674407370955161
+Position of "q": 4294967295 - should be 4294967295
 Position of "This": 0 - should be 0
 
 Checking find_last_of on string "This is the string we are searching through"
@@ -70,7 +70,7 @@
 Position of 'g': 41 - should be 41
 Position of "search": 42 - should be 42
 Position of "is" starting at character 4: 3 - should be 3
-Position of "q": 1844674407370955161 - should be 1844674407370955161
+Position of "q": 4294967295 - should be 4294967295
 Position of "This": 42 - should be 42
 
 Checking find_first_not_of on string "This is the string we are searching 
through"
-mike



More information about the uClibc mailing list