summaryrefslogtreecommitdiff
path: root/tests/testdata/workers
AgeCommit message (Expand)Author
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-09chore: Deprecate worker itests (#25514)Mohammad Sulaiman
2024-09-06chore(net): soft-remove `Deno.serveHttp()` (#25451)Asher Gomez
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-07-25chore: update to `std@2024.07.19` (#24715)Asher Gomez
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-05fix(permissions): handle ipv6 addresses correctly (#24397)Luca Casonato
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-05-03refactor(tests): move worker_threads itests to spec tests (#23648)Satya Rohith
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
2024-04-08test: use unordered assertion for node worker test (#23288)Bartek Iwańczuk
2024-04-03fix(ext/node): patch MessagePort if provided as workerData (#23198)Satya Rohith
2024-04-02fix(ext/node): MessagePort works (#22999)Satya Rohith
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-13fix(ext/node): make worker ids sequential (#22884)Satya Rohith
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-02-13chore: move `test_util/std` to `tests/util/std` (#22402)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci