summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: replace anonymous function with arrowGagandeep Singh2018-11-231-8/+8
* test: add information to assertionRich Trott2018-11-231-1/+6
* test: replace anonymous function with arrow funcGagandeep Singh2018-11-231-5/+5
* test: change anonymous closure function to arrow functionNethra Ravindran2018-11-231-5/+5
* test: replace closure functions with arrow functionsGagandeep Singh2018-11-231-15/+15
* test: replace anonymous function with arrow functionGagandeep Singh2018-11-231-8/+8
* test: favor arrow function in callbackPranay Kothapalli2018-11-221-1/+1
* tls: add min/max protocol version optionsSam Roberts2018-11-225-28/+221
* net,dgram: add ipv6Only option for net and dgramOuyang Yadong2018-11-226-0/+285
* http: change DEP0066 to a runtime deprecationMorgan Roderick2018-11-223-0/+31
* test: remove unused reject handlersDan Foley2018-11-221-2/+2
* test: refactor test to use arrow functionssagirk2018-11-221-8/+8
* test: replace closure with arrow functionMaya Anilson2018-11-221-13/+13
* test: using arrow functionsNoSkillGirl2018-11-221-5/+5
* test: replace anonymous closure with arrow funcsuman-mitra2018-11-221-5/+5
* test: replace callback with arrow functionssreepurnajasti2018-11-221-9/+7
* test: replcae anonymous closure with arrow functionSarath Govind K K2018-11-221-2/+2
* test: refactor test-http-write-empty-string to use arrow functionssagirk2018-11-211-4/+4
* http2: throw from mapToHeadersJames M Snell2018-11-212-35/+29
* test: replace anonymous closure with arrow functionssuman-mitra2018-11-211-9/+9
* stream: correctly pause and resume after once('readable')Matteo Collina2018-11-211-0/+29
* test: replace anonymous closure functions with arrow functionssagirk2018-11-201-2/+2
* test: replace anonymous closure functions with arrow functionAbhishek Dixit2018-11-201-8/+8
* test: replace anonymous closure with arrow functPrabu Subra2018-11-211-2/+2
* test: add whatwg-encoding TextDecoder custom inspection with showHiddenZauberNerd2018-11-201-0/+37
* readline: add support for async iterationTimothy Gu2018-11-203-0/+203
* test: use Worker scope in WPTJoyee Cheung2018-11-203-3/+5
* test: modify order of parameters for assertionMrityunjoy Saha2018-11-201-2/+2
* tls: include RSA bit size in X.509 public key infoSam Roberts2018-11-201-0/+5
* tls: include elliptic curve X.509 public key infoSam Roberts2018-11-201-0/+45
* test: replace closure with arrow functionskanishk302018-11-201-2/+2
* test: replace anonymous closure function with arrow functionKunda Sunil Kumar2018-11-191-1/+1
* test: add typeerror test for EC crypto keygenMatteo2018-11-191-0/+16
* test: change anonymous closure functions to arrow functionsNamit Bhalla2018-11-191-2/+2
* test: favor arrow functions in callbacksUjjwalUpadhyay2018-11-191-4/+5
* benchmark: support URL inputs in create-clientrequestJoyee Cheung2018-11-201-0/+3
* benchmark: pre-generate data set for URL benchmarksJoyee Cheung2018-11-201-1/+3
* test: use print() function on both Python 2 and 3cclauss2018-11-192-22/+24
* test: replace anonymous closure functions with arrow functionAmanpreet2018-11-191-8/+8
* test: fix arguments order in napi test_exceptionkanishk302018-11-191-1/+1
* src: use STL containers instead of v8 values for static module dataJoyee Cheung2018-11-202-8/+17
* test: fix the arguments order in `assert.strictEqual`Jay Arthanareeswaran2018-11-191-2/+2
* test: replace closure with arrow functionsAmanpreet2018-11-191-7/+7
* test: change callback function to arrow functionJay Arthanareeswaran2018-11-191-1/+1
* test: fix the arguments order in `assert.strictEqual`apoorvanand2018-11-191-1/+1
* test: assertion equality fixNoSkillGirl2018-11-181-1/+1
* test: remove unused function arguments in async-hooks testsSimon Bruce2018-11-183-16/+14
* test: fix actual parameter order for 'assert.strictEqual'Selvaraj2018-11-181-1/+1
* test: swap actual&optional paramsNikhil M2018-11-181-2/+2
* test: skip test that use --tls-v1.x flagsDaniel Bevenius2018-11-181-7/+11