0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test/addons
Anna Henningsen 4c9b0bdf2f test: add an zlib binding addon test
Add a test addon that makes use of the zlib implementation bundled
with node, checking that a compression/decompression round-trip works.

This is largely based on the already-existing OpenSSL addon.

Fixes: https://github.com/nodejs/node/issues/7535
PR-URL: https://github.com/nodejs/node/pull/8039
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-08-17 18:44:00 -07:00
..
async-hello-world test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
at-exit test: build addons with V8_DEPRECATION_WARNINGS=1 2016-05-10 17:10:08 +02:00
buffer-free-callback test: don't use internal headers in add-on tests 2016-06-29 13:49:35 +02:00
heap-profiler test: build addons with V8_DEPRECATION_WARNINGS=1 2016-05-10 17:10:08 +02:00
hello-world test: build addons with V8_DEPRECATION_WARNINGS=1 2016-05-10 17:10:08 +02:00
hello-world-function-export test: build addons with V8_DEPRECATION_WARNINGS=1 2016-05-10 17:10:08 +02:00
load-long-path test,win: skip addons/load-long-path on WOW64 2016-05-27 12:05:49 +02:00
make-callback test: don't use internal headers in add-on tests 2016-06-29 13:49:35 +02:00
make-callback-recurse test: don't use internal headers in add-on tests 2016-06-29 13:49:35 +02:00
null-buffer-neuter test: don't use internal headers in add-on tests 2016-06-29 13:49:35 +02:00
openssl-binding test: remove internal headers from addons 2016-08-05 12:49:39 -07:00
parse-encoding test: remove internal headers from addons 2016-08-05 12:49:39 -07:00
repl-domain-abort test: build addons with V8_DEPRECATION_WARNINGS=1 2016-05-10 17:10:08 +02:00
stringbytes-external-exceed-max buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
symlinked-module src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00
zlib-binding test: add an zlib binding addon test 2016-08-17 18:44:00 -07:00
.gitignore build: make ci test addons in test/addons 2015-08-25 12:03:57 +02:00
testcfg.py