summaryrefslogtreecommitdiff
path: root/test/parallel/test-cli-eval.js
AgeCommit message (Expand)Author
2019-12-06module: fix dynamic import from evalCorey Farrell
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-06-30esm: ensure cwd-relative imports for module --evalGuy Bedford
2019-06-17test: add eval ESM module testsEvgenii Shchepotev
2019-03-07test: fix tests so they work in worker threadsRichard Lau
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2017-10-13test: escape script filename on WindowsBartosz Sosnowski
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-05-14test: make the rest of tests path-independentVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-05test: make tests cwd-independentVse Mozhet Byt
2017-03-24lib: fix event race condition with -eBen Noordhuis
2017-03-17test: add coverage for child_process bounds checkRich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-25src: support "--" after "-e" as end-of-optionsJohn Barboza
2017-01-23test: refactor test-cli-eval.jscjihrig
2017-01-17test: fix broken assertioncjihrig
2017-01-16test: refactor test-cli-eval.jsSumit Goel
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2016-12-05test: use assert.strictEqual in test-cli-evalNigel Kibodeaux
2016-10-24lib: fix beforeExit not working with -eBen Noordhuis
2016-06-20src: fix Windows segfault with `--eval`Bryce Simonds
2016-04-18node: make builtin libs available for `--eval`Anna Henningsen
2016-01-13test: fix style issues after eslint updateMichaƫl Zasso
2015-10-29child_process: don't fork bomb ourselves from -eBen Noordhuis
2015-05-19test: enable linting for testsRoman Reiss
2015-02-22test: common.js -> commonBrendan Ashworth
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny