diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-24 16:12:22 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-24 16:12:22 -0800 |
commit | d99e50804a47130a7732ae569427abdc21de1859 (patch) | |
tree | 4da4b97836bbad940ec263c5e24668a8584d04e7 | |
parent | 05ee11999ac1e4428f9ddefbed2abde62203eda2 (diff) |
add reminder
-rwxr-xr-x | tests/runner.py | 1 |
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 |