aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-19fix buffer.slice(0, 0) (#1114)Gravatar Zilin Zhu 1-0/+1
2022-08-19fix buffer.copy (#1113)Gravatar Zilin Zhu 1-0/+27
2022-08-19Update bun init testbun-v0.1.10Gravatar Jarred Sumner 1-2/+2
2022-08-18Make `Request`, `Response` and `TextDecoder` not read-onlyGravatar Jarred Sumner 1-0/+19
2022-08-18Add string support to `Buffer.fill`Gravatar Jarred Sumner 1-0/+45
2022-08-18Fixes https://github.com/oven-sh/bun/issues/1069bun-v0.1.9Gravatar Jarred Sumner 1-0/+20
2022-08-18Handle builds with remote inspector disabledGravatar Jarred Sumner 1-1/+1
2022-08-17uncommentGravatar Jarred Sumner 1-212/+211
2022-08-17slightly improve streams perfGravatar Jarred Sumner 1-212/+214
2022-08-12Update WebKitGravatar Jarred Sumner 1-13/+14
2022-08-10Log uncaught exceptionsGravatar Jarred Sumner 1-2/+0
2022-08-10Fix console.log with typed arraysGravatar Jarred Sumner 2-28/+84
2022-08-10[TS] Fix bug with `import Foo = require("bar")`Gravatar Jarred Sumner 1-62/+95
Closes https://github.com/oven-sh/bun/issues/1045
2022-08-10Commit snapshotGravatar Jarred Sumner 2-4/+12
2022-08-09[js] Fix console.log(Infinity)Gravatar Jarred Sumner 1-0/+3
2022-08-09[bun:ffi] ~30% perf improvement for wrapped functionsGravatar Jarred Sumner 1-0/+13
2022-08-09[bun:ffi] Re-enable most of the testsGravatar Jarred Sumner 1-543/+582
2022-08-09[node compat] Add tests for `fs.copyFileSync`Gravatar Jarred Sumner 1-0/+60
2022-08-09[node compat] Implement `require.resolve`Gravatar Jarred Sumner 1-0/+16
2022-08-08fix segfault for query().all() with more than 64 properties (#1025)Gravatar Zilin Zhu 1-55/+53
* fix segfault for query().all() with more than 64 properties * Update src/bun.js/bindings/sqlite/JSSQLStatement.cpp Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2022-08-07bun link fixtureGravatar Jarred Sumner 11-0/+266
2022-08-05feat(util): support for util.TextDecoder (#990)Gravatar Hyro 3-55/+77
* build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * feat(util): support for util.TextDecoder * tests(util): add TextDecoder * tests: seperate text-decoder Co-authored-by: xHyroM <xHyroM@users.noreply.github.com>
2022-08-05Fix for bearer tokens missing from request headers on bun install step (#991)Gravatar Soney Mathew 1-0/+23
2022-08-04[bun init] Add a testGravatar Jarred Sumner 1-0/+26
2022-08-04[misc] Add `bun-types` to repoGravatar Jarred Sumner 1-2/+1
2022-08-04[bun:sqlite] Fix crash when > 64 columnsGravatar Jarred Sumner 1-2/+61
Fixes https://github.com/oven-sh/bun/issues/987
2022-08-03[node.js compat] latin1 & ascii encoding for `Buffer`Gravatar Jarred Sumner 1-7/+7
2022-08-02[node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()`Gravatar Jarred Sumner 1-1/+15
2022-07-31Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944)Gravatar Oran Simhony 4-5/+5
* 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-27#609 Don't truncate ascii buffers to 7-bit (#775)Gravatar szatkus 1-0/+11
2022-07-25Increasing test coverage for node compatibility for util (#854)Gravatar Soney Mathew 1-2/+232
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder * [Bun.js] tests ported from node's test-util
2022-07-24Some tests for `console.log(new Blob([123]))`Gravatar Jarred Sumner 1-1/+31
2022-07-23[Bun.js] support for util.TextEncoder (#844)Gravatar Soney Mathew 1-0/+13
* [Bun.js] support for util.TextEncoder * [Bun.js] test for util.TextEncoder
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