aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
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 96142aa4..c886afd4 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5587,6 +5587,7 @@ f.close()
assert False, 'Make sure unaligned loads are not done unnecessarily (add some comments and inspect the source)'
assert False, 'Why is libcxx/ created in e.g. test_python, with EMCC_DEBUG, when it does not need libcxx?'
assert False, 'Make sure Poppler builds with llvm full opts'
+ assert False, 'Check if we should use -Ox instead of -std-compile-opts'
elif 'benchmark' in str(sys.argv):
# Benchmarks. Run them with argument |benchmark|. To run a specific test, do