From 30ff873a79de3565ca7f41507925387f31c15e73 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Sat, 23 May 2020 12:49:04 +0200 Subject: [PATCH] Activate mn_div under windows --- test/test_all.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_all.py b/test/test_all.py index a8bf53303..90cacec05 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -112,8 +112,6 @@ def __init__(self, script, jitter ,*args, **kwargs): if jitter in blacklist.get(script, []): continue tags = [TAGS[jitter]] if jitter in TAGS else [] - if is_win and script.endswith("mn_div.py"): - continue testset += ArchUnitTest(script, jitter, base_dir="arch", tags=tags) testset += ArchUnitTest("x86/unit/access_xmm.py", "python", base_dir="arch", tags=[TAGS["python"]])