Skip to content

Commit

Permalink
Activate mn_div under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed May 23, 2020
1 parent 15a1b9c commit 30ff873
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]])
Expand Down

0 comments on commit 30ff873

Please sign in to comment.