diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-23 15:58:23 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-23 15:58:23 -0800 |
commit | 19fc5147a448901be239e6d4f9d777e75cfb15d6 (patch) | |
tree | 6836af935fc139820cea709bffd0e4260608d096 /tests | |
parent | c5792d7e865ac6b41aa1a056c71a9e1ed1ea7f77 (diff) |
support unaligned reads/writes in ta2; fixes test_cubescript
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 24cf78af..8016a26a 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5545,6 +5545,9 @@ f.close() output = Popen([NODE_JS, JS_OPTIMIZER, input] + passes, stdin=PIPE, stdout=PIPE).communicate()[0] self.assertIdentical(expected, output.replace('\n\n', '\n')) + def test_reminder(self): + assert False, 'Optimize makeGet/SetValue to do 16-bit reads/writes when possible, not just 8' + elif 'benchmark' in str(sys.argv): # Benchmarks. Run them with argument |benchmark|. To run a specific test, do # |benchmark.test_X|. |