Skip to content

Commit

Permalink
Use llvmlite 0.29.0, which seems to fix the remaining issues under Wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
aguinet committed Jun 17, 2019
1 parent fa1bb95 commit 9bae953
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion optional_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycparser
z3-solver==4.5.1.0
llvmlite==0.26.0
llvmlite==0.29.0
2 changes: 0 additions & 2 deletions test/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,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 9bae953

Please sign in to comment.