Bug #821
sscanf("nan(1234)", "%e", &f) return non-NaN on mips device
Start date:
12/26/2014
Due date:
% Done:
0%
Estimated time:
CPU Architecture:
mips
Host OS:
Toolchain:
Android version:
4.0.3 (android-15)
CrystaX Version:
Description
Running device test [mips]: crystax-test-stdio2 (test-scanfloat)
/opt/android/android-sdk-mac/platform-tools/adb -s "Novo7 Paladin" shell "cd /data/local/tmp/ndk-tests && LD_LIBRARY_PATH=/data/local/tmp/ndk-tests ./test-scanfloat"
1..4
ok 1 - scanfloat
assertion "fetestexcept(FE_INVALID) == 0" failed: file "jni/test-scanfloat.c", line 201, function "main"
Bus error
138
---> TEST FAILED!!
Updated by Dmitry Moskalchuk about 6 years ago
- Subject changed from Comparing of float values with itself (f != f) set FE_INVALID flag on mips device to sscanf("nan(1234)", "%e", &f) return non-NaN on mips device
Updated by Dmitry Moskalchuk over 5 years ago
- Android version 4.0.3 (android-15) added
- Android version deleted (
4.0 (android-14))