diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-28 23:59:33 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-28 23:59:33 -0800 |
commit | 3f7a07ed04115b3687c2c959b10ab78e7d09c592 (patch) | |
tree | b5250e906279e56acca28c3b5a848ddce3b4a252 | |
parent | 687b8cfa3d105a634b3c9cfbc5fc287f1517fae3 (diff) |
remove unneeded reminders
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index cbff37eb..d3c53d88 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5650,10 +5650,8 @@ f.close() def test_reminder(self): assert False, 'Optimize makeGet/SetValue to do 16-bit reads/writes when possible, not just 8' 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' - assert False, 'Make it easy to disable full llvm opts and use just normal ones' elif 'benchmark' in str(sys.argv): # Benchmarks. Run them with argument |benchmark|. To run a specific test, do |