Project

General

Profile

Bug #268

Updated by Alexander Z. about 11 years ago

OS: Linux 
 ARCH: x86 
 TOOLCHAIN: Clang 3.1, 3.2; GCC 4.4.3, 4.6, 4.7 

 Sample output: 

 <pre> 
 ## COMMAND: /opt/android/android-sdk-linux/platform-tools/adb -s emulator-5558 shell chmod 0755 /data/local/tmp/ndk-tests/test_fenv_c 
 Running device test [x86]: fenv (test_fenv_c) 
 /opt/android/android-sdk-linux/platform-tools/adb -s "emulator-5558" shell "cd /data/local/tmp/ndk-tests && LD_LIBRARY_PATH=/data/local/tmp/ndk-tests ./test_fenv_c" 
 ERROR jni/test_fenv.c:116 feclearexcept_fetestexcept: (raised & FE_DIVBYZERO) != 0 
 ERROR jni/test_fenv.c:121 feclearexcept_fetestexcept: (raised & FE_DIVBYZERO) != 0 
 test-return-code:1 
    ---> TEST FAILED!! 
 </pre>

Back