diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-31 17:03:21 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-31 17:03:21 -0800 |
commit | 4e9f8bf803ffc65b422b78813711e2bc12670d2f (patch) | |
tree | 865cd8e09bd9fb8fc5e706c9c20eebc092dd0041 | |
parent | a97833a69f06cabd6944d6b51f3af774c0330481 (diff) |
update jcache test - without named globals, we generate smaller code and fewer chunks
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 75e404ce..59cacd52 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11080,7 +11080,7 @@ fi (['--jcache'], 'hello_libcxx.cpp', False, True, False, True, False, True, []), ([], 'hello_libcxx.cpp', False, False, False, False, False, False, []), # finally, build a file close to the previous, to see that some chunks are found in the cache and some not - (['--jcache'], 'hello_libcxx_mod1.cpp', False, True, True, True, True, True, []), # win on pre, mix on funcs, mix on jsfuncs + (['--jcache'], 'hello_libcxx_mod1.cpp', False, True, True, True, True, False, []), # win on pre, mix on funcs, lose on jsfuncs (['--jcache'], 'hello_libcxx_mod1.cpp', False, True, False, True, False, True, []), ]: print >> sys.stderr, args, input_file, expect_pre_save, expect_pre_load, expect_funcs_save, expect_funcs_load, expect_jsfuncs_save, expect_jsfuncs_load, expected |