diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2017-06-27 13:58:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-27 13:58:48 +0200 |
| commit | 4202a41f13ad0968025c64d1a0481913f675880f (patch) | |
| tree | 17d4f1e9112257ca1a3ee38e9471bf100f8061fc /test/test_all.py | |
| parent | 4c1a445b1062cd154ed3fc11ed9887f94c008479 (diff) | |
| parent | 04fc16be01be380b4b25d795f271c38e8dabc79f (diff) | |
| download | focaccia-miasm-4202a41f13ad0968025c64d1a0481913f675880f.tar.gz focaccia-miasm-4202a41f13ad0968025c64d1a0481913f675880f.zip | |
Merge pull request #573 from commial/feature/llvm-128div
Feature/llvm 128div
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index b70afa9a..3da2dbb5 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -60,6 +60,7 @@ class ArchUnitTest(RegressionTest): # script -> blacklisted jitter blacklist = { "x86/unit/mn_float.py": ["python", "llvm"], + "x86/unit/mn_div.py": ["tcc", "gcc"], } for script in ["x86/sem.py", "x86/unit/mn_strings.py", @@ -80,6 +81,7 @@ for script in ["x86/sem.py", "x86/unit/mn_pushpop.py", "x86/unit/mn_seh.py", "x86/unit/mn_cpuid.py", + "x86/unit/mn_div.py", "arm/arch.py", "arm/sem.py", "aarch64/unit/mn_ubfm.py", |