File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Test memory usage
44bsdiff
55--FILE--
66<?php
7+ // This test case doesn't work as should since the extension doesn't use function emalloc() to allocate memories.
8+ // It's not yet decided if it is necessary to use function emalloc().
9+
710$ old_file = __DIR__ . DIRECTORY_SEPARATOR . '005_old.out ' ;
811$ new_file = __DIR__ . DIRECTORY_SEPARATOR . '005_new.out ' ;
912$ diff_file = __DIR__ . DIRECTORY_SEPARATOR . '005_diff.out ' ;
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Test memory leaks in function bsdiff_diff()
44bsdiff
55--FILE--
66<?php
7+ // This test case doesn't work as should since the extension doesn't use function emalloc() to allocate memories.
8+ // It's not yet decided if it is necessary to use function emalloc().
9+
710$ old_file = __DIR__ . DIRECTORY_SEPARATOR . '006_old.out ' ;
811$ new_file = __DIR__ . DIRECTORY_SEPARATOR . '006_new.out ' ;
912$ diff_file = __DIR__ . DIRECTORY_SEPARATOR . '006_diff.out ' ;
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Test memory leaks in function bsdiff_patch()
44bsdiff
55--FILE--
66<?php
7+ // This test case doesn't work as should since the extension doesn't use function emalloc() to allocate memories.
8+ // It's not yet decided if it is necessary to use function emalloc().
9+
710$ old_file = __DIR__ . DIRECTORY_SEPARATOR . '007_old.out ' ;
811$ new_file = __DIR__ . DIRECTORY_SEPARATOR . '007_new.out ' ;
912$ diff_file = __DIR__ . DIRECTORY_SEPARATOR . '007_diff.out ' ;
You can’t perform that action at this time.
0 commit comments