Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More bug fixes #2486

Merged
merged 20 commits into from
Mar 29, 2023
Merged

More bug fixes #2486

merged 20 commits into from
Mar 29, 2023

Conversation

Jarred-Sumner
Copy link
Collaborator

No description provided.

@@ -2146,7 +2146,7 @@ pub fn escapeHTMLForLatin1Input(allocator: std.mem.Allocator, latin1: []const u8

buf = try std.ArrayList(u8).initCapacity(allocator, latin1.len + @as(usize, Scalar.lengths[c]));
const copy_len = @ptrToInt(ptr) - @ptrToInt(latin1.ptr);
@memcpy(buf.items.ptr, latin1.ptr, copy_len - 1);
@memcpy(buf.items.ptr, latin1.ptr, copy_len);
Copy link
Collaborator Author

@Jarred-Sumner Jarred-Sumner Mar 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pointer arithmetic is tricky

@github-actions
Copy link
Contributor

github-actions bot commented Mar 28, 2023

@dylan-conway 6 files with test failures on linux-x64:

  • test/js/bun/http/proxy.test.js
  • test/js/bun/http/serve.test.ts
  • test/js/bun/resolve/png/test-png-import.test.js
  • test/js/bun/resolve/resolve.test.js
  • test/js/node/process/process.test.js
  • test/js/third_party/napi_create_external/napi-create-external.test.ts

View test output

#0c8da55349338cfeeeddab53e41a5ca4d63f7c7d

@github-actions
Copy link
Contributor

github-actions bot commented Mar 28, 2023

@dylan-conway 5 files with test failures on linux-x64-baseline:

  • test/js/bun/http/serve.test.ts
  • test/js/bun/resolve/png/test-png-import.test.js
  • test/js/bun/resolve/resolve.test.js
  • test/js/node/process/process.test.js
  • test/js/third_party/napi_create_external/napi-create-external.test.ts

View test output

#0c8da55349338cfeeeddab53e41a5ca4d63f7c7d

@github-actions
Copy link
Contributor

github-actions bot commented Mar 28, 2023

@dylan-conway 10 files with test failures on bun-darwin-x64-baseline:

  • test/js/bun/http/bun-server.test.ts
  • test/js/bun/http/serve.test.ts
  • test/js/bun/resolve/png/test-png-import.test.js
  • test/js/bun/resolve/resolve.test.js
  • test/js/bun/sqlite/sqlite.test.js
  • test/js/bun/util/sleepSync.test.ts
  • test/js/node/child_process/child_process-node.test.js
  • test/js/node/child_process/child_process.test.ts
  • test/js/node/process/process.test.js
  • test/js/third_party/napi_create_external/napi-create-external.test.ts

View test output

#0c8da55349338cfeeeddab53e41a5ca4d63f7c7d

@Jarred-Sumner Jarred-Sumner merged commit b763843 into main Mar 29, 2023
@Jarred-Sumner Jarred-Sumner deleted the dylan/more-bug-fixes branch March 29, 2023 01:23
cirospaciari pushed a commit that referenced this pull request Mar 31, 2023
* readline_promises test fix

* fix `escapeHTML` for baseline builds

* fs test fixes, use `tmpdir()`

* add paths for `resolve.test.js`

* isError with toString symbol and error prototype

* comment about `toString`

* skip async macro transform

* test cleanup, skip stack format test

* readline undo and redo fix

* capture error from readline keypress

* Update tcp-server.test.ts

* use `removefileat` for recursive rmdir

* use strong for `signal.reason`

* initialize `m_flags`

* directory with file fs test

* recursive option

* import expect

* could be less than

* move abort signal tests to another process

* fix typecheck

---------

Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants