82 Commits (0597d3fe8f83f4e72c643a7048c02f39ecced860)

Author SHA1 Message Date
Anna Henningsen ad1d745498
test: extend async addon test 7 years ago
Ezequiel Garcia e5375a97e0
test: add check on an addon that does not register 8 years ago
Vse Mozhet Byt 1633f8b243
test: simplify test skipping 8 years ago
Nataly Shrits 49e786628f
test: replace indexOf with includes and startsWith 8 years ago
Daniel Bevenius 2eb926b487
test: remove undef NDEBUG from at-exit addons test 8 years ago
Ezequiel Garcia dc3d29519d
test: remove unneeded HandleScope usage 8 years ago
James M Snell a7b94500f2
test: add common.noop, default for common.mustCall() 8 years ago
Gabriel Schulhof 8860117600
addons: remove semicolons from after module definition 8 years ago
Vse Mozhet Byt 5b74e635e5
test: reduce string concatenations 8 years ago
Rich Trott c10525c562
test: add not-called check to heap-profiler test 8 years ago
Rich Trott 7e6a956a29
test,lib,doc: use function declarations 8 years ago
Ben Noordhuis 7aa5a993b2
src: make cross-context MakeCallback() calls work 8 years ago
dave-k 8c922736d0
test: add a second argument to assert.throws() 8 years ago
Gibson Fahnestock 6f85c81f0d
test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock db61c952de
test: use eslint to fix var->const/let 8 years ago
Ben Noordhuis 87760cc346
test: add new.target add-on regression test 8 years ago
brad-decker 74919eb5ef
test: replace assert.equal with assert.strictEqual 8 years ago
Rich Trott 31a3328269
test: refactor make-callback-recurse test 8 years ago
Daniel Bevenius 88cd4cfcb0 test: rename target to exports for consistency 8 years ago
Daniel Bevenius 147a06d4a5 test: enable addons test to pass with debug build 8 years ago
Dany Shaanan 73d54a6fc7 tools: add eslint rule prefer-assert-methods 8 years ago
Anna Henningsen d401e5575a test: add an zlib binding addon test 9 years ago
Gibson Fahnestock b5beae2529 test: remove internal headers from addons 9 years ago
Ben Noordhuis da9bd2fc48
src: alias BINARY to LATIN1 9 years ago
Ben Noordhuis 7ba0f860a6
src: fix erroneous fallthrough in ParseEncoding() 9 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
cjihrig 9e9d499b8b test: use mustCall() for simple flow tracking 9 years ago
Ben Noordhuis 15a32dd42b build: export openssl symbols on windows 9 years ago
Ben Noordhuis 6de80fcaea test: don't use internal headers in add-on tests 9 years ago
Ben Noordhuis 43e83576bd src: fix readability/namespace cpplint warnings 9 years ago
Alexis Campailla ea287fc1a6 test,win: skip addons/load-long-path on WOW64 9 years ago
Ben Noordhuis 64445674f0 src: add include guards to internal headers 9 years ago
Rich Trott 8c634d78f8 test: favor strictEqual() in addon test 9 years ago
James M Snell 95b7560d8e src,module: add --preserve-symlinks command line flag 9 years ago
Jeremiah Senkpiel b1f58edd54 test: abstract skip functionality to common 9 years ago
Ben Noordhuis f264749c5c test: build addons with V8_DEPRECATION_WARNINGS=1 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
Rich Trott 089362f8b8 test,tools: limit lint tolerance of gc global 9 years ago
Ali Ijaz Sheikh b73e1b3c5a test: fix another flaky stringbytes test 9 years ago
Ali Ijaz Sheikh f4ebd5989a test: fix flakiness of stringbytes-external 9 years ago
Anna Henningsen be97db92af test: add buffer alignment regression tests 9 years ago
Trevor Norris ab6fe5998a test: add addons test for MakeCallback 9 years ago
Rich Trott bc39d6a3a6 test: remove unused vars 9 years ago
Rich Trott 6abd8b587e test: remove unused modules 9 years ago
Rich Trott a030c5cf49 test: remove unused assert module imports 9 years ago
Michael Cornacchia c0bac95147 test: fix path to module for repl test on Windows 9 years ago
Rich Trott 35f2f64edd tools: Use `throw new Error()` consistently 9 years ago
Fedor Indutny 827ee498e3 buffer: neuter external `nullptr` buffers 9 years ago
Junliang Yan 9f967058e8 test: fix heap-profiler link error LNK1194 on win 9 years ago
Junliang Yan 4139f2a820 test: fix missing unistd.h on windows 9 years ago