Michael H
e8289cc3ab
fix os.networkInterfaces where scope_id should be scopeid ( #21026 )
2025-07-14 02:48:20 -07:00
190n
91f2be57b5
fix(node:os): loadavg() return values on Darwin ( #16922 )
2025-01-30 17:08:44 -08:00
dave caruso
77acfa23a7
pass all upstream node:os tests, all supported node:async_hooks tests ( #15802 )
2024-12-16 22:22:54 -08:00
Jarred Sumner
cd6785771e
run prettier and add back format action ( #13722 )
2024-09-03 21:32:52 -07:00
Meghan Denny
d44969769f
darwin: implement node:os.freemem() ( #12870 )
2024-08-07 02:31:45 -07:00
Jarred Sumner
30f4090571
Fix flaky test
2024-04-20 21:30:05 -07:00
Jarred Sumner
9f81a6268e
Fixes #10259 ( #10260 )
2024-04-14 03:07:18 -07:00
Ashcon Partovi
264142e756
Add isWindows and related helpers to test harness
2024-02-05 12:47:52 -08:00
dave caruso
07a685bd3d
feat(windows): implement the rest of node:os ( #8399 )
...
* feat(windows): implement os.networkInterfaces
* we are cooking (os tests almost pass)
* os
* fix version struct
* oops
* [autofix.ci] apply automated fixes
* fix the submodules
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-01-23 05:06:51 -08:00
dave caruso
072f2f15ea
ci: run windows tests and also run them concurrently ( #7758 )
2024-01-12 17:02:20 -08:00
Dylan Conway
5a315f4df0
fix another os test failure
2023-10-04 22:45:11 -07:00
WingLim
932fa35f99
feat(nodejs): implement os.availableParallelism ( #5109 )
...
* feat(nodejs): implement `os.availableParallelism`
* chore: do not throw error as same as node
* refactor: use `navigator.hardwareConcurrency`
2023-09-13 17:41:09 -07:00
Jarred Sumner
70a87e1181
Make node:os tmpdir more consistent with Node.js
2023-06-29 16:37:38 -07:00
Dylan Conway
4b9b648f8a
could include /private/ on macos
2023-04-12 15:22:04 -07:00
Jarred Sumner
5a23d17620
Several bug fixes ( #2427 )
...
* Fix test
* Fix segfault when unexpected type is passed in `expect().toThrow`
* Fix issues with request constructor
* Don't bother cloning headers when its empty
* woops
* more tests
* fix incorrect test
* Make the fetch error messages better
* Update response.zig
* Fix test that failed on macOS
* Fix test
* Remove extra hash table lookups
* Support running dummy registry directly
cc @alexlamsl
* Update test
* Update test
* fixup
* Workaround crash in test runner
* Fixup test
* Fixup test
* Update os.test.js
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-03-19 14:08:20 -07:00
Ashcon Partovi
f7e4eb8369
Reorganize tests ( #2332 )
2023-03-07 12:22:34 -08:00