micropython/tests/float
Damien George e1e7657277 py/formatfloat: Fix further cases of buffer overflow in formatting.
Includes extensive test cases to catch hopefully all cases where
buffer might overflow.
2016-03-29 22:07:15 +01:00
..
array_construct.py
builtin_float_minmax.py
builtin_float_round.py
bytearray_construct.py
bytes_construct.py
cmath_fun.py
cmath_fun_special.py
complex1.py
float1.py
float2int.py test/float2int: Make test output clearer. 2016-02-13 17:03:02 +02:00
float2int_doubleprec.py
float2int_fp30.py test/float2int_fp30: Variant of float2int for 30-bit stuffed float. 2016-03-06 06:08:38 +02:00
float_array.py
float_divmod.py
float_divmod_relaxed.py
float_struct.py
int_big_float.py
int_divzero.py
int_power.py
list_index.py
math_fun.py
math_fun_bool.py
math_fun_special.py
string_format.py float/string_format: Split large test in 2. 2016-02-13 17:18:55 +02:00
string_format2.py float/string_format: Split large test in 2. 2016-02-13 17:18:55 +02:00
string_format_fp30.py test/string_format_fp30: Variant of string_format for 30-bit stuffed float. 2016-03-06 06:10:40 +02:00
string_format_modulo.py py/formatfloat: Fix buffer overflow when formatting tiny numbers. 2016-03-15 12:21:56 +00:00
string_format_modulo2.py py/formatfloat: Fix further cases of buffer overflow in formatting. 2016-03-29 22:07:15 +01:00
true_value.py
types.py