summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-03-30 14:13:22 -0400
committerBrian Potchik <brian@vector35.com>2021-03-30 14:13:22 -0400
commit1189b309f718dc89c6ffcf6a09fd40b5af79d3d0 (patch)
tree66a648bed4193f7324c5a045ed06f7d6f96156ca
parentec5acd622aa48e7b87f6246e774983a7652c0acd (diff)
Enable alternateTypePropagation by default to improve determinism and eliminate stale xrefs.
-rwxr-xr-xsuite/generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/suite/generator.py b/suite/generator.py
index 7d42f847..8cc891f5 100755
--- a/suite/generator.py
+++ b/suite/generator.py
@@ -173,8 +173,8 @@ class OracleTestFile:
class UnitTestFile:
binary_test_options = {}
- binary_test_options['binaries/test_corpus/pe_thumb'] = {'analysis.experimental.alternateTypePropagation' : True}
- binary_test_options['binaries/test_corpus/quick3dcoreplugin.dll'] = {'analysis.experimental.alternateTypePropagation' : True}
+ # binary_test_options provides the ability to test a binary with specific options e.g.:
+ #binary_test_options['binaries/test_corpus/pe_thumb'] = {'analysis.experimental.alternateTypePropagation' : True}
def __init__(self, filename, outdir, test_store):
self.filename = filename