aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* WebCrypto: added ECDH support.Dmitry Volyntsev2 days
* WebCrypto: fixed extractable handling for crypto.subtle.deriveKey().Dmitry Volyntsev11 days
* WebCrypto: added support for HMAC as derivedKeyAlgorithm.Dmitry Volyntsev11 days
* Test262: fixed mktemp format on OpenBSD.Dmitry Volyntsev2025-04-21
* QuickJS: added xml module.Dmitry Volyntsev2025-03-27
* Test262: improved compatibility with node.js for fs/methods.t.mjs.Dmitry Volyntsev2025-03-27
* QuickJS: crypto module.Vadim Zhestikov2025-03-18
* Test262: allowing to omit empty default option argument.Dmitry Volyntsev2025-03-18
* Test262: using default prepare_args() where appropriate.Dmitry Volyntsev2025-03-18
* QuickJS: added WebCrypto import tests forgotten in 75ca26f.Dmitry Volyntsev2025-02-18
* QuickJS: added querystring module.Dmitry Volyntsev2025-02-07
* Tests262: fixed merge() with null values.Dmitry Volyntsev2025-02-07
* QuickJS: added WebCrypto module.Dmitry Volyntsev2025-01-24
* QuickJS: added support for QuickJS-NG library.Dmitry Volyntsev2025-01-24
* QuickJS: fixed Buffer.concat() with a single argument.Dmitry Volyntsev2025-01-22
* QuickJS: added TextDecoder and TextEncoder.Dmitry Volyntsev2025-01-22
* QuickJS: added fs module.Dmitry Volyntsev2024-12-18
* Test262: running tests within their own directory.Dmitry Volyntsev2024-12-18
* Test262: skipping individual tests.Dmitry Volyntsev2024-12-18
* Test262: collecting all tests results before exiting.Dmitry Volyntsev2024-12-18
* Test262: renaming fs tests.Dmitry Volyntsev2024-12-18
* Test262: making "fs" module required.Dmitry Volyntsev2024-12-18
* Test262: fixed check for crypto object.Dmitry Volyntsev2024-12-18
* Fixed resolving when Promise is inherited.Dmitry Volyntsev2024-11-08
* Introduced process.kill() function.Stefan Sundin2024-11-06
* Improved error messages for module loading failures.Dmitry Volyntsev2024-10-21
* FS: introduced fs.readlinkSync() and friends.Dmitry Volyntsev2024-10-21
* Fixed Buffer.prototype.indexOf() and friends.Dmitry Volyntsev2024-10-10
* Fixed Buffer.prototype.lastIndexOf() when `from` is provided.Dmitry Volyntsev2024-10-10
* Fixed heap-buffer-overflow in Buffer.prototype.indexOf().Dmitry Volyntsev2024-10-10
* Test262: reporting name of the testsuite for a failed test.Dmitry Volyntsev2024-10-10
* QuickJS: added buffer module.Dmitry Volyntsev2024-08-15
* Test262: fixed unstable fs test.Dmitry Volyntsev2024-05-30
* Test262: fixed flaky fs tests.Dmitry Volyntsev2024-05-30
* Test262: improved skipping of tests.Dmitry Volyntsev2024-05-28
* QuickJS: added zlib module.Dmitry Volyntsev2024-05-01
* Shell: added completions for QuickJS engine.Dmitry Volyntsev2024-03-18
* Shell: completions are refactored and moved out of the core.Dmitry Volyntsev2024-03-18
* Removed duplicate expect tests introduced in cb3e068a511c.Dmitry Volyntsev2024-02-27
* Shell: added QuickJS engine support.Dmitry Volyntsev2024-02-22
* Test262: fix import_global_ref_var.t.js.Dmitry Volyntsev2024-02-07
* Test262: simplified import_chain.t.js.Dmitry Volyntsev2024-02-07
* Reverted changes introduced in 7eaaa7d57636 (not released) back.Dmitry Volyntsev2024-02-06
* Test262: handling the mkdir issue with a host file system.Dmitry Volyntsev2024-01-29
* Change: imported modules are not resolved relative to current dir.Dmitry Volyntsev2024-01-23
* Shell: fixed unhandled rejected promises handling.Dmitry Volyntsev2024-01-23
* Tests: detection when "xml" module is disabled.Dmitry Volyntsev2023-11-29
* Moving out setTimeout() and clearTimeout() from njs core.Dmitry Volyntsev2023-11-21
* FS: introduced fs.existsSync().Dmitry Volyntsev2023-09-29
* Shell: simplified console.time()/timeEnd() pair.Dmitry Volyntsev2023-09-21