aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-22 15:15:00 +0100
committerAlon Zakai <alonzakai@gmail.com>2012-11-22 15:15:00 +0100
commit09c376afeea6c74642c57fa19b13f714d2189a01 (patch)
tree006457bf7b935a6a85d668d7b3403e3adb013b11 /tests
parentf725733b1475788559ff1862e7007559c5d550bc (diff)
fix ll func identifying for chunking purposes, and add testing of jcache on a large program
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 8297da53..6a0c9eee 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10490,6 +10490,11 @@ fi
(['--jcache'], 'hello_malloc.cpp', True, False, []),
(['--jcache'], 'hello_malloc.cpp', False, True, []),
([], 'hello_malloc.cpp', False, False, []),
+ # new, huge file
+ ([], 'hello_libcxx.cpp', False, False, ('2 chunks', '3 chunks')),
+ (['--jcache'], 'hello_libcxx.cpp', True, False, []),
+ (['--jcache'], 'hello_libcxx.cpp', False, True, []),
+ ([], 'hello_libcxx.cpp', False, False, []),
]:
print >> sys.stderr, args, input_file, expect_save, expect_load, expected
self.clear()