aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-07-16 16:40:56 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-16 16:40:56 -0700
commitf2f45b8499559181ae0a0b1b5e198a480b77e76f (patch)
tree293c91e44f32556131a1d1ff0cb16e5bc45f14da /tests
parent7ccc0d908a849bdb9b9cc17dfa0cae0ba17ad7d0 (diff)
enable outline test and add a case for outlining in a while loop
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index d56c27ee..6e3ae8b1 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -11567,8 +11567,8 @@ f.close()
['asm', 'last']),
(path_from_root('tools', 'test-js-optimizer-asm-relocate.js'), open(path_from_root('tools', 'test-js-optimizer-asm-relocate-output.js')).read(),
['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-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']),
]: