Project

General

Profile

Bug #820

Updated by Dmitry M. over 9 years ago

<pre> 
 Running device test [armeabi]: crystax-test-stdio2 (test-printfloat) 
 /opt/android/android-sdk-mac/platform-tools/adb -s "HT011P800177" shell "cd /data/local/tmp/ndk-tests && LD_LIBRARY_PATH=/data/local/tmp/ndk-tests ./test-printfloat" 
 1..11 
 ok 1 - printfloat 
 ok 2 - printfloat 
 ok 3 - printfloat 
 ok 4 - printfloat 
 ok 5 - printfloat 
 ok 6 - printfloat 
 ok 7 - printfloat 
 ok 8 - printfloat 
 ok 9 - printfloat 
 ok 10 - printfloat 
 jni/test-printfloat.c:326: jni/test-printfloat.c:316: printf("%.11A", 0x1.23456789abcdep0) ==> [0X1.23456789ABDP+0], expected [0X1.23456789ABCP+0] 
 1 
    ---> TEST FAILED!! 
 </pre> 

 It only happens for 'armeabi' binaries, i.e. built in soft float mode

Back