summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-03-06 16:30:12 +0100
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-03-06 16:30:12 +0100
commit4b03941f5e3f7b6b722303a7cf7aedcd75a4a13f (patch)
tree9dd5c800cacf8e2297814409244f2fa361237938
parent121fb88988fd4b4511476231943e999cf38b2866 (diff)
tests/float2int*: Suffix with _intbig, don't run on any other int type.
I.e. they don't run successfully with MICROPY_LONGINT_IMPL_NONE and MICROPY_LONGINT_IMPL_LONGLONG (the problem is that they generate different output than CPython, TODO to fix that).
-rw-r--r--tests/float/float2int_doubleprec_intbig.py (renamed from tests/float/float2int_doubleprec.py)0
-rw-r--r--tests/float/float2int_fp30_intbig.py (renamed from tests/float/float2int_fp30.py)0
-rw-r--r--tests/float/float2int_intbig.py (renamed from tests/float/float2int.py)0
3 files changed, 0 insertions, 0 deletions
diff --git a/tests/float/float2int_doubleprec.py b/tests/float/float2int_doubleprec_intbig.py
index de2137d66..de2137d66 100644
--- a/tests/float/float2int_doubleprec.py
+++ b/tests/float/float2int_doubleprec_intbig.py
diff --git a/tests/float/float2int_fp30.py b/tests/float/float2int_fp30_intbig.py
index fbb94a4cc..fbb94a4cc 100644
--- a/tests/float/float2int_fp30.py
+++ b/tests/float/float2int_fp30_intbig.py
diff --git a/tests/float/float2int.py b/tests/float/float2int_intbig.py
index 3596d2f73..3596d2f73 100644
--- a/tests/float/float2int.py
+++ b/tests/float/float2int_intbig.py