aboutsummaryrefslogtreecommitdiff
path: root/test/apps (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 11-475/+0
2022-10-07Fix nested modules bin executable issue (#1299)Gravatar zhiyuang 1-1/+4
2022-09-221 event loop per thread. Instead of 3.Gravatar Jarred Sumner 1-2/+3
uWebSockets and uSockets will need to be upgraded to match the changes. Previously: - Bun had a separate kqueue/eventfd just for async wakeups. - Bun had a separate kqueue/epoll just for reading files non-blocking in the same thread This commit unifies it into one event loop per thread
2022-09-22Fix `bun run foo --` by ignoring `--`Gravatar Jarred Sumner 1-0/+23
2022-08-19Update bun init testbun-v0.1.10Gravatar Jarred Sumner 1-2/+2
2022-08-04[bun init] Add a testGravatar Jarred Sumner 1-0/+26
2022-07-31Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944)Gravatar Oran Simhony 2-3/+3
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo.
2022-07-22fix: remove suffix arg for mktemp compatibility (#825)Gravatar Connor Lurring 5-5/+5
2022-07-11woopsGravatar Jarred Sumner 1-1/+1
2022-07-11[integration test scripts] `bun` -> `bun dev`Gravatar Jarred Sumner 3-4/+4
2022-07-11Revert changes to integration test scripts that break macOS testsGravatar Jarred Sumner 8-98/+58
2022-07-11Fixes https://github.com/oven-sh/bun/issues/229Gravatar Jarred Sumner 2-3/+50
2022-07-10Update GitHub URL to match new repo URL (#547)Gravatar Aurora Luna Takemi 2-3/+3
* Update repo URLs * GitHub URL update * Revert accidental URL changes
2022-07-09update bash references to work in non-fhs compliant distrosGravatar lucasew 8-8/+8
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-07-09Migrate to Zig v0.10.0Gravatar Alexander 8-54/+55
2022-07-05Fix testsbun-v0.1.0Gravatar Jarred Sumner 3-4/+3
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 9-0/+415