| Commit message (Expand) | Author | Age | Files | Lines |
* | test: add test-fs-writeFileSync-invalid-windows | Rich Trott | 2019-07-20 | 1 | -0/+21 |
* | test: fix flaky test-vm-timeout-escape-nexttick | Rich Trott | 2019-07-02 | 2 | -15/+17 |
* | test: add github refs to flaky tests | Sam Roberts | 2019-06-17 | 1 | -0/+2 |
* | test: unskip copyfile permission test | cjihrig | 2019-04-22 | 1 | -6/+0 |
* | test: move known issue test to parallel | cjihrig | 2019-04-22 | 1 | -52/+0 |
* | test: fix error code typo | cjihrig | 2019-04-01 | 1 | -3/+5 |
* | test: add known_issues test for fs.copyFile() | Rich Trott | 2019-03-29 | 2 | -0/+56 |
* | test: remove test-path-parse-6229.js from known issues | Ruben Bridgewater | 2019-03-29 | 1 | -34/+0 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 3 | -3/+3 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 2 | -4/+4 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 2 | -3/+3 |
* | process: expose process.features.inspector | Joyee Cheung | 2019-02-02 | 1 | -1/+1 |
* | test: remove known_issues/test-cluster-bind-privileged-port | Rich Trott | 2019-01-24 | 1 | -25/+0 |
* | test: improve known_issues/test-vm-timeout-escape-queuemicrotask | Rich Trott | 2019-01-15 | 1 | -4/+7 |
* | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -1/+1 |
* | test: mark test-vm-timeout-escape-nexttick flaky | Gireesh Punathil | 2018-11-29 | 1 | -0/+4 |
* | test: replcae anonymous closure with arrow function | Sarath Govind K K | 2018-11-22 | 1 | -2/+2 |
* | test: fix flaky test-vm-timeout-escape-queuemicrotask | Rich Trott | 2018-11-12 | 2 | -3/+2 |
* | test: fix flaky test-vm-timeout-escape-nexttick | Rich Trott | 2018-11-09 | 1 | -1/+1 |
* | test: use URL fixtures under test/fixtures/wpt/url/resources | Joyee Cheung | 2018-11-09 | 1 | -1/+3 |
* | test: fix flaky VM timeout test on Raspberry Pi | Rich Trott | 2018-11-07 | 2 | -6/+6 |
* | test: remove unused catch bindings | cjihrig | 2018-11-06 | 1 | -2/+2 |
* | module: support multi-dot file extension | Geoffrey Booth | 2018-11-01 | 1 | -18/+0 |
* | test: mark test-vm-timeout-* known issue tests flaky | James M Snell | 2018-10-24 | 1 | -0/+3 |
* | doc, test: document and test vm timeout escapes | James M Snell | 2018-10-24 | 3 | -0/+120 |
* | test: skip failing tests for osx mojave | jn99 | 2018-10-21 | 1 | -0/+25 |
* | test: fix argument order in assertion | Illescas, Ricardo | 2018-10-19 | 1 | -1/+1 |
* | test: reversed arguments in strictqual to reflect documentation | scabhi | 2018-10-15 | 1 | -1/+1 |
* | Revert "module: fix inconsistency between load and _findPath" | John-David Dalton | 2018-10-10 | 1 | -0/+18 |
* | module: fix inconsistency between load and _findPath | Denys Otrishko | 2018-09-17 | 1 | -18/+0 |
* | test: make crashOnUnhandleRejection opt-out | Michaël Zasso | 2018-07-19 | 1 | -2/+0 |
* | test,tools: enable running tests under workers | Anna Henningsen | 2018-06-06 | 1 | -1/+1 |
* | test: move tmpdir to submodule of common | Rich Trott | 2018-01-31 | 2 | -5/+7 |
* | test: change assert message to default | ryanmahan | 2018-01-22 | 1 | -5/+1 |
* | test: remove orphaned entries from status | Kyle Farnung | 2018-01-11 | 1 | -2/+0 |
* | test: fix typo in test-inspector-cluster-port-clash.js | Rich Trott | 2017-12-20 | 1 | -1/+1 |
* | test: use common.crashOnUnhandledRejection | Zack Yang | 2017-11-22 | 1 | -0/+2 |
* | test: add failing vm tests to known_issues | Michaël Zasso | 2017-10-27 | 3 | -0/+84 |
* | src: fix vm module for strict mode | Franziska Hinkelmann | 2017-10-27 | 1 | -17/+0 |
* | test: fix test for inherited properties on vm | Franziska Hinkelmann | 2017-10-25 | 1 | -20/+0 |
* | src: use new V8 API in vm module | Franziska Hinkelmann | 2017-10-23 | 5 | -102/+0 |
* | test: remove invalid test | Rich Trott | 2017-09-13 | 1 | -26/+0 |
* | test: continue normalizing fixtures use | Miguel Angel Asencio Hurtado | 2017-08-27 | 2 | -7/+5 |
* | test: add known issue for vm module | Franziska Hinkelmann | 2017-08-23 | 1 | -0/+17 |
* | test: adjust indentation for stricter linting | Rich Trott | 2017-07-27 | 2 | -6/+6 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 3 | -3/+7 |
* | test: change isAix to isAIX | 章礼平 | 2017-07-16 | 1 | -1/+1 |
* | test: check and fail inspector-cluster-port-clash | Daniel Bevenius | 2017-07-06 | 1 | -2/+9 |
* | test: simplify test skipping | Vse Mozhet Byt | 2017-07-04 | 1 | -1/+0 |
* | test: fix test-inspector-port-zero-cluster | Refael Ackermann | 2017-06-16 | 1 | -0/+63 |