summaryrefslogtreecommitdiff
path: root/test/message
Commit message (Expand)AuthorAgeFilesLines
* src: attach error to stack on displayErrorscjihrig2016-01-262-0/+19
* test: remove unused modulesRich Trott2016-01-011-1/+0
* test: remove unused assert module importsRich Trott2015-12-3022-24/+7
* test: remove unnecessary assignmentsRich Trott2015-12-2618-18/+18
* src: fix line numbers on core errorscjihrig2015-12-142-0/+26
* node: s/doNTCallbackX/nextTickCallbackWithXArgs/Rod Vagg2015-12-073-9/+9
* test: remove flaky status from eval_messages testRich Trott2015-10-201-1/+0
* test: fix tests after V8 upgradeMichaël Zasso2015-10-142-2/+2
* test: mark eval_messages as flakyAlexis Campailla2015-09-061-0/+1
* test: add test configuration templatesAlexis Campailla2015-08-271-0/+18
* test: remove unreachable codeMichaël Zasso2015-08-204-12/+2
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-048-10/+10
* test: remove stray copyright noticesBen Noordhuis2015-05-262-2/+0
* src: fix deferred events not working with -eBen Noordhuis2015-05-262-32/+19
* test: enable linting for testsRoman Reiss2015-05-1924-19/+39
* node: improve nextTick performanceBrian White2015-05-012-3/+5
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-151-4/+4
* test: common.js -> commonBrendan Ashworth2015-02-221-1/+1
* events: optimize various functionsBrian White2015-02-091-0/+4
* test: fix message tests regressionBen Noordhuis2015-01-135-5/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-1219-418/+0
* test: make test runner multi-arch/mode compatibleBen Noordhuis2014-10-161-6/+7
* test: fix error messages after v8 upgradeFedor Indutny2014-10-122-8/+6
* Merge branch 'v0.10'Fedor Indutny2014-06-051-4/+4
|\
| * lib: name EventEmitter prototype methodsBen Noordhuis2014-05-071-4/+4
| * src: domain should not replace nextTick functionTimothy J Fontaine2014-03-031-0/+2
* | node: do not print SyntaxError hints to stderrFedor Indutny2014-02-064-9/+0
* | src: only access stack of non-null errorsVladimir Kurchatkin2013-12-232-0/+30
* | src: only access stack of defined errorsVladimir Kurchatkin2013-12-102-0/+30
* | vm: update API to use options argumentDomenic Denicola2013-08-2810-2/+208
* | vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-214-9/+18
* | test: update tests after internal api changeBen Noordhuis2013-08-151-1/+1
* | process: remove maxTickDepth from _tickCallbackTrevor Norris2013-05-303-68/+0
* | util: Add debuglog, deprecate console lookalikesisaacs2013-05-215-10/+10
* | test: Fix message/error_exitisaacs2013-04-051-1/+1
* | bindings: update apiTrevor Norris2013-03-203-2/+4
|/
* process: separate nextTick domain logicTrevor Norris2013-02-271-1/+1
* core: Remove the nextTick for running the main fileisaacs2013-02-275-17/+22
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-10/+0
* process: streamlining tick callback logicTrevor Norris2013-02-154-5/+10
* Revert "Move MakeCallback to JS"isaacs2013-02-152-5/+0
* test: make tests work with newer v8Fedor Indutny2013-01-021-0/+10
* node: emit 'exit' when exiting with errorisaacs2012-12-293-1/+43
* timers: Move list.ontimeout to separate functionisaacs2012-12-291-1/+1
* test-message: Add setTimeout and nextTick message testsisaacs2012-12-294-0/+73
* test: Update message tests for streams2isaacs2012-12-142-14/+18
* Print warning when maxTickDepth is reachedisaacs2012-10-294-0/+115
* test: Fix stdin message testsisaacs2012-09-281-4/+4
* test-message: fix message outputisaacs2012-08-053-45/+62
* test: stdin error messagesisaacs2012-08-022-0/+116