aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-22Mark as executableGravatar Jarred Sumner 2-0/+20
2022-07-22fix: remove suffix arg for mktemp compatibility (#825)Gravatar Connor Lurring 5-5/+5
2022-07-20feat(node/fs): implement more stat methods (#807)Gravatar Carter Snook 2-0/+62
2022-07-16test(wiptest): add a way to test wiptest (#699)Gravatar thislooksfun 7-0/+441
This adds a really basic test runner that will execute test files using `bun wiptest` and compare the output to make sure it's correct. It could definitely be improved, especially in the speed department, but it's at least functional now, which is better than we had before!
2022-07-15[parser] Fix symbol collision with requireGravatar Jarred Sumner 3-0/+13
Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382
2022-07-15Add a TLA testGravatar Jarred Sumner 2-0/+11
2022-07-15[bun.js] Fix non-ascii latin1 string handling in console.logGravatar Jarred Sumner 1-0/+17
Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737
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-11[resolver] Stripe `file://` from import pathsGravatar Jarred Sumner 1-0/+8
2022-07-11Fixes https://github.com/oven-sh/bun/issues/195Gravatar Jarred Sumner 1-0/+10
2022-07-11Fixes https://github.com/oven-sh/bun/issues/561Gravatar Jarred Sumner 1-0/+20
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 5-7/+7
* 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 58-299/+279
2022-07-06fixup!: add newline to end of fileGravatar Joe Previte 1-1/+1
2022-07-06refactor: wrap BigInt tests in describe blockGravatar Joe Previte 1-9/+11
Place BigInt tests inside of describe block to match test structure of the rest of the codebase.
2022-07-05Fix testsbun-v0.1.0Gravatar Jarred Sumner 4-4/+4
2022-07-04Fix case in dynamic require()Gravatar Jarred Sumner 1-0/+12
2022-07-04[resolver] Add a test for self-referencing package.json exportsGravatar Jarred Sumner 1-0/+44
2022-07-04[itnernal] Cleanup some of the streams codeGravatar Jarred Sumner 1-43/+43
2022-07-02Update reactdom-bun.jsGravatar Jarred Sumner 1-1/+1
2022-07-02[bun:jsc] Add a test for `getProtectedObjects`Gravatar Jarred Sumner 1-1/+11
2022-07-01[Bun.serve] Clean up lifetimes & error handling somewhatGravatar Jarred Sumner 1-127/+135
2022-07-01Add some tests for error handlingGravatar Jarred Sumner 1-1/+187
2022-07-01Improve test coverage for streamsGravatar Jarred Sumner 3-34/+128
2022-06-30Improve test coverage for react ssrGravatar Jarred Sumner 2-60/+238
2022-06-29[encoder] Fix non-ascii latin1 charactersGravatar Jarred Sumner 1-0/+53
2022-06-27begin adding react-ssr testsGravatar Jarred Sumner 2-0/+1945
2022-06-27[http server] couple more testsGravatar Jarred Sumner 1-1/+46
2022-06-27[web streams] Add more testsGravatar Jarred Sumner 1-81/+131
2022-06-26wip ReadableStream for HTTP(s) ServerGravatar Jarred Sumner 3-64/+217
2022-06-24Add dynamic require supportGravatar Jarred Sumner 7-1/+52
2022-06-23Fix buffer test which was failing for correct reasonsGravatar Jarred Sumner 1-304/+304
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 326-0/+31832