aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-29 13:13:48 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-29 13:13:48 -0800
commit63abeaa88d35575419f87c594df1830b957e0b4e (patch)
tree3e8a91a3df8bd0704198e0c0484aed33c4c55ba4 /tests/runner.py
parente29f63136bb41aa5c5c5ef33e67a4c7fa1a8e36e (diff)
fix eliminator bug with eliminating over loops
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index d3c53d88..fdeb9b11 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5652,6 +5652,7 @@ f.close()
assert False, 'Make sure unaligned loads are not done unnecessarily (add some comments and inspect the source)'
assert False, 'Make sure Poppler builds with llvm full opts'
assert False, 'Check if we should use -Ox instead of -std-compile-opts'
+ assert False, 'Ensure all opts including linktime apply to bindings generator. might need to adjust visibility of bindings C funcs'
elif 'benchmark' in str(sys.argv):
# Benchmarks. Run them with argument |benchmark|. To run a specific test, do