summaryrefslogtreecommitdiff
path: root/test/addons/stringbytes-external-exceed-max
Commit message (Expand)AuthorAgeFilesLines
* test: add trailing commas in addons test (#45548)Antoine du Hamel2022-11-216-7/+7
* doc,src,test: revise C++ code for linter updateRich Trott2020-10-231-1/+1
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-2/+1
* test: refactor common.expectsErrorRuben Bridgewater2019-12-316-13/+17
* test: use arrow functions in addons testsgarygsc2019-11-306-8/+8
* test: specialize OOM check for AIXSam Roberts2019-07-271-1/+31
* test: skip stringbytes-external-exceed-max on AIXSam Roberts2019-07-041-5/+0
* test: skip tests related to CI failures on AIXSam Roberts2019-07-021-0/+5
* test, tools: suppress addon function cast warningsDaniel Bevenius2019-02-011-2/+2
* test: replace internals with public APIRich Trott2019-01-038-24/+9
* buffer: move process.binding('buffer') to internalBindingWeijia Wang2018-10-158-9/+24
* test: remove usage of deprecated V8 APIs in addonsMichaël Zasso2018-09-071-1/+1
* test: call gc() explicitly to avoid OOMRefael Ackermann2018-08-141-1/+5
* src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung2018-04-106-14/+21
* src: migrate string_bytes.cc to throw errors with codeJoyee Cheung2018-04-076-17/+56
* test,doc: make module name match gyp target nameGabriel Schulhof2017-09-101-1/+1
* test: support odd value for kStringMaxLengthMichaël Zasso2017-08-041-1/+1
* test: simplify test skippingVse Mozhet Byt2017-07-048-80/+40
* addons: remove semicolons from after module definitionGabriel Schulhof2017-05-151-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-118-9/+17
* test: replace assert.equal with assert.strictEqualbrad-decker2016-12-013-4/+4
* test: rename target to exports for consistencyDaniel Bevenius2016-10-191-2/+2
* test: enable addons test to pass with debug buildDaniel Bevenius2016-10-068-8/+8
* buffer: introduce latin1 encoding termTrevor Norris2016-06-072-4/+4
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-128-40/+32
* test: build addons with V8_DEPRECATION_WARNINGS=1Ben Noordhuis2016-05-101-0/+1
* test: fix another flaky stringbytes testAli Ijaz Sheikh2016-04-061-0/+34
* test: fix flakiness of stringbytes-externalAli Ijaz Sheikh2016-04-059-0/+288