Skip to content

Commit

Permalink
Skip 3DNow tests with precision issues
Browse files Browse the repository at this point in the history
Fixes #4280
  • Loading branch information
pmatos committed Jan 28, 2025
1 parent f4c9275 commit 3c2641e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion unittests/ASM/Disabled_Tests
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,11 +20,16 @@ Test_Primary/Primary_E9.asm

# Relies on undefined behaviour
Test_X87/D9_F9.asm

Test_X87/D9_F2.asm

# Relies on rounding correctness
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

0 comments on commit 3c2641e

Please sign in to comment.