Skip to content

[base64] Add FromBase64#4383

Merged
test262-merge-bot merged 1 commit intomainfrom
chromium-export-e8293d2b87
Jan 21, 2025
Merged

[base64] Add FromBase64#4383
test262-merge-bot merged 1 commit intomainfrom
chromium-export-e8293d2b87

Conversation

@test262-pr-bot
Copy link

This CL adds Uint8Array.fromBase64().

Bug: 42204568
Change-Id: Ib68683a2d5ead9720077197c0f895787214b183e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6026354
Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#98239}

This CL adds `Uint8Array.fromBase64()`.

Bug: 42204568
Change-Id: Ib68683a2d5ead9720077197c0f895787214b183e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6026354
Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#98239}
Copy link
Contributor

@test262-merge-bot test262-merge-bot left a comment

Choose a reason for hiding this comment

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

The review process for this patch is being conducted in the V8 project.

@test262-merge-bot test262-merge-bot merged commit 701b220 into main Jan 21, 2025
15 checks passed
@test262-merge-bot test262-merge-bot deleted the chromium-export-e8293d2b87 branch January 21, 2025 23:18
@ljharb
Copy link
Member

ljharb commented Jan 22, 2025

is this test not already covered by existing tests?

@syg
Copy link
Contributor

syg commented Jan 22, 2025

We didn't find tests for the various edge cases of string option handling. Got a pointer to them?

@ljharb
Copy link
Member

ljharb commented Jan 22, 2025

Gotcha, those might indeed be missing - this test seems to have all the boilerplate tho, so it could presumably be moved into the main corpus?

@syg
Copy link
Contributor

syg commented Jan 22, 2025

Gotcha, those might indeed be missing - this test seems to have all the boilerplate tho, so it could presumably be moved into the main corpus?

Sure, PRs welcome. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants