summaryrefslogtreecommitdiff
path: root/test/parallel/test-internal-errors.js
AgeCommit message (Expand)Author
2019-10-03errors: make sure all Node.js errors show their propertiesRuben Bridgewater
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-03-23errors: update error nameRuben Bridgewater
2019-03-21test: remove internal error testsRuben Bridgewater
2019-01-18worker: enable passing command line flagsYael Hermon
2018-11-07test: disable color formating for test-internal-errors.jsRefael Ackermann
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-09-25errors: fix ERR_SOCKET_BAD_PORT messageGiovanny Andres Gongora Granada (Gioyik)
2018-09-19assert: improve diff outputRuben Bridgewater
2018-08-24test: move hijackstdio out of require('common')James M Snell
2018-08-04assert: multiple improvementsRuben Bridgewater
2018-04-30errors: minor (SystemError) refactoringRuben Bridgewater
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-23test: improve common.expectsErrorRuben Bridgewater
2018-04-13errors: validate input argumentsRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-10lib: remove unused internal error constructorsMichaƫl Zasso
2018-02-22errors: update all internal errorsRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-29errors: improve the description of ERR_INVALID_ARG_VALUEJoyee Cheung
2018-01-06test: add more asserts to `test-internal-errors`Refael Ackermann
2018-01-06test: fix wrong error classes passed in as typeRuben Bridgewater
2017-12-24lib: combine similar error codesWeijia Wang
2017-12-11test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-10-15net: convert to using internal/errorsmatzavinos
2017-10-15test: add tests for ERR_HTTP2_FRAME_ERRORRuxandra Fediuc
2017-10-07test: improve coverage for 'internal/errors'Ruxandra Fediuc
2017-10-04test: refactor test-internal-errorsRich Trott
2017-10-04errors: make `code` and `name` properties settableJohn-David Dalton
2017-10-04errors: make properties mutableRich Trott
2017-10-02zlib: migrate to internal/errorsJames M Snell
2017-09-12errors: eliminate circular dependency on assertJames M Snell
2017-08-30test: increase coverage for internal/errors.jsWeijia Wang
2017-08-27timers: Migrate to use internal/errorsWeijia Wang
2017-08-14async_hooks: don't abort unnecessarilyTrevor Norris
2017-08-14errors: migrate _http_outgoingWeijia Wang
2017-08-01http_client, errors: migrate to internal/errorsWeijia Wang
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-19test: validate more properties in expectsErrorRuben Bridgewater
2017-07-18tls: migrate tls.js to use internal/errors.jsMichael Dawson
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-05-04assert: fix AssertionError, assign error codeJames M Snell
2017-04-27errors: use lazy assert to avoid issues on startupJames M Snell
2017-04-25url: port WHATWG URL API to internal/errorsTimothy Gu
2017-04-20errors: port internal/process errors to internal/errorsJames M Snell
2017-04-03errors: add space between error name and codeJames M Snell
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-15lib, test: add duplicate symbol checking in E()DavidCai
2017-02-27test: change common.expectsError() signatureRich Trott