diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-17 13:23:13 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-17 13:23:13 -0700 |
commit | 07d5aca5ba0e209a5e95f83fd5c1804e9016a500 (patch) | |
tree | 5db24f8de556c9142e289f7242f473c039b81139 /tests | |
parent | 50914ed6a35d42ce13b83f689a5e809a2d25e57c (diff) |
enable larger outline test
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 6e3ae8b1..17e38c04 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11569,8 +11569,8 @@ f.close() ['asm', 'relocate']), (path_from_root('tools', 'test-js-optimizer-asm-outline1.js'), open(path_from_root('tools', 'test-js-optimizer-asm-outline1-output.js')).read(), ['asm', 'outline']), - #(path_from_root('tools', 'test-js-optimizer-asm-outline2.js'), open(path_from_root('tools', 'test-js-optimizer-asm-outline2-output.js')).read(), - # ['asm', 'outline']), + (path_from_root('tools', 'test-js-optimizer-asm-outline2.js'), open(path_from_root('tools', 'test-js-optimizer-asm-outline2-output.js')).read(), + ['asm', 'outline']), ]: print input output = Popen(listify(NODE_JS) + [path_from_root('tools', 'js-optimizer.js'), input] + passes, stdin=PIPE, stdout=PIPE).communicate()[0] |