From 4b03941f5e3f7b6b722303a7cf7aedcd75a4a13f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Mon, 6 Mar 2017 16:30:12 +0100 Subject: [PATCH] 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). --- .../{float2int_doubleprec.py => float2int_doubleprec_intbig.py} | 0 tests/float/{float2int_fp30.py => float2int_fp30_intbig.py} | 0 tests/float/{float2int.py => float2int_intbig.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/float/{float2int_doubleprec.py => float2int_doubleprec_intbig.py} (100%) rename tests/float/{float2int_fp30.py => float2int_fp30_intbig.py} (100%) rename tests/float/{float2int.py => float2int_intbig.py} (100%) diff --git a/tests/float/float2int_doubleprec.py b/tests/float/float2int_doubleprec_intbig.py similarity index 100% rename from tests/float/float2int_doubleprec.py rename to tests/float/float2int_doubleprec_intbig.py diff --git a/tests/float/float2int_fp30.py b/tests/float/float2int_fp30_intbig.py similarity index 100% rename from tests/float/float2int_fp30.py rename to tests/float/float2int_fp30_intbig.py diff --git a/tests/float/float2int.py b/tests/float/float2int_intbig.py similarity index 100% rename from tests/float/float2int.py rename to tests/float/float2int_intbig.py -- GitLab