diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 16:48:35 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-22 16:48:35 -0800 |
commit | 7537fe280b24dcbe7733685cc20e2abde259f082 (patch) | |
tree | 874496269c75143c8ac5d884fa595306e2e2c761 /tests | |
parent | 20bfab62c606859899cb54345b11763661f62030 (diff) |
fix jsfuncchunking bug
Diffstat (limited to 'tests')
-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 44879c16..4ec99878 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11782,7 +11782,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, False, []), # win on pre, mix on funcs, lose on jsfuncs + (['--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, 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 |