History log of /ndk/tests/device/test-stlport/unit/num_put_get_test.cpp
Revision Date Author Comments
b090d74ba60290d302067b2ca2ad2e41109d86f5 17-Sep-2014 Varvara Rainchik <varvara.rainchik@intel.com> Remove check on negative NaN. The sign of NaN is not
specified by standard (ISO/IEC 9899:TC2):

5.2.4.2.2 Characteristics of floating types <float.h>
4 An implementation may give zero and non-numeric values (such as infinities and NaNs) a
sign or may leave them unsigned. Wherever such values are unsigned, any requirement
in this International Standard to retrieve the sign shall produce an unspecified sign, and
any requirement to set the sign shall be ignored.

Also add missing assert for files test.

Change-Id: I74e3754b5e3ec8db9a937c9f568155e2c78b7783
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>
3112b24636bcd1051c6ff20bc49e4af3f0945e2f 31-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Enable test-stlport runtime test

Change-Id: I8dc76bbbb95f8c6689484176d4fdd306c61b1a66
d212053779f35d3ec9b1c43917e31183ef95ebcd 22-Nov-2010 David 'Digit' Turner <digit@google.com> Add automated test runner for the NDK.

See tests/run-tests.sh, which will, by default do the following:

- build all NDK samples
- build tests that check the NDK's build system under tests/build/
- build tests that shall run on the device, under tests/device/

+ move STLport unit test from sources/android/stlport/test to tests/device/test-stlport

Change-Id: Ie65a85a67836a8bbe517fcf2c503083b19ccc4d1