Actions
Bug #768
closedtests/device/fenv failed on x86 device
Start date:
12/22/2014
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
x86
Host OS:
Toolchain:
Android version:
CrystaX NDK Version:
Description
Running device test [x86]: fenv (test_fenv_c) /home/crystax/.crystax/android-sdk/android-sdk-linux/platform-tools/adb -s "emulator-5556" shell "cd /data/local/tmp/ndk-tests && LD_LIBRARY_PATH=/data/local/tmp/ndk-tests ./test_fenv_c" ERROR jni/test_fenv.c:74 TestRounding: expectation2==x ERROR jni/test_fenv.c:74 TestRounding: expectation2==x ERROR jni/test_fenv.c:116 feclearexcept_fetestexcept: (raised & FE_DIVBYZERO) != 0 ERROR jni/test_fenv.c:121 feclearexcept_fetestexcept: (raised & FE_DIVBYZERO) != 0 total_fail = 4 1 ---> TEST FAILED!!
Updated by Dmitry M. almost 10 years ago
- Status changed from Open to In Progress
Updated by Dmitry M. almost 10 years ago
- Status changed from In Progress to Won't fix
Such error happens only on old (non-KVM-enabled) x86 emulator - i.e. this test pass on x86 device and on new (KVM-enabled) x86 emulator. Google's tests/device/fenv from NDK r10d also fails on old x86 emulator. Obviously this is bug of old emulator.
Close this bug as invalid.
Actions