aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index dc2e6e18..258df215 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5550,6 +5550,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'
elif 'benchmark' in str(sys.argv):
# Benchmarks. Run them with argument |benchmark|. To run a specific test, do