diff --git a/unittests/ASM/Disabled_Tests b/unittests/ASM/Disabled_Tests index 6a8e35079b..f3c4757cb4 100644 --- a/unittests/ASM/Disabled_Tests +++ b/unittests/ASM/Disabled_Tests @@ -1,4 +1,7 @@ # Needs Precision checking +from unittest.mock import AsyncMagicMixin + + Test_REP/F3_52.asm Test_REP/F3_53.asm Test_TwoByte/0F_52.asm @@ -17,7 +20,6 @@ Test_Primary/Primary_E9.asm # Relies on undefined behaviour Test_X87/D9_F9.asm - Test_X87/D9_F2.asm # Relies on rounding correctness @@ -25,3 +27,9 @@ Test_X87/D9_F8.asm # This is basically a benchmark. FEX_bugs/XeSS_quadratic.asm + +# 3DNow reciprocal not providing enough precision +Test_3DNow/86.asm +Test_3DNow/87.asm +Test_3DNow/96.asm +Test_3DNow/97.asm \ No newline at end of file