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

Fix null-handling for equals in test and polyfill #43

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

ajklein
Copy link
Contributor

@ajklein ajklein commented Sep 4, 2024

Equals specifically allows null inputs. Update the JS API tests and the polyfill to match.

Equals specifically allows null inputs. Update the JS API tests
and the polyfill to match.
aarongable pushed a commit to chromium/chromium that referenced this pull request Sep 4, 2024
Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <[email protected]>
Commit-Queue: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1350946}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Sep 4, 2024
Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <[email protected]>
Commit-Queue: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1350946}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Sep 4, 2024
Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <[email protected]>
Commit-Queue: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1350946}
@ajklein ajklein marked this pull request as ready for review September 6, 2024 19:06
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Sep 11, 2024
…tring Builtins, a=testonly

Automatic update from web-platform-tests
[wpt] Fix null-handling in `equals` JS String Builtins

Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <[email protected]>
Commit-Queue: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1350946}

--

wpt-commits: f427091001d8e21333c4a7ed1bfa10379f1f767d
wpt-pr: 47969
jamienicol pushed a commit to jamienicol/gecko that referenced this pull request Sep 12, 2024
…tring Builtins, a=testonly

Automatic update from web-platform-tests
[wpt] Fix null-handling in `equals` JS String Builtins

Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <[email protected]>
Commit-Queue: Adam Klein <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1350946}

--

wpt-commits: f427091001d8e21333c4a7ed1bfa10379f1f767d
wpt-pr: 47969
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Sep 16, 2024
…tring Builtins, a=testonly

Automatic update from web-platform-tests
[wpt] Fix null-handling in `equals` JS String Builtins

Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <rezvanchromium.org>
Commit-Queue: Adam Klein <adamkchromium.org>
Cr-Commit-Position: refs/heads/main{#1350946}

--

wpt-commits: f427091001d8e21333c4a7ed1bfa10379f1f767d
wpt-pr: 47969

UltraBlame original commit: b18d279f4aa8fe1f9f1620b57282557fa43fd884
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Sep 16, 2024
…tring Builtins, a=testonly

Automatic update from web-platform-tests
[wpt] Fix null-handling in `equals` JS String Builtins

Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <rezvanchromium.org>
Commit-Queue: Adam Klein <adamkchromium.org>
Cr-Commit-Position: refs/heads/main{#1350946}

--

wpt-commits: f427091001d8e21333c4a7ed1bfa10379f1f767d
wpt-pr: 47969

UltraBlame original commit: b18d279f4aa8fe1f9f1620b57282557fa43fd884
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Sep 16, 2024
…tring Builtins, a=testonly

Automatic update from web-platform-tests
[wpt] Fix null-handling in `equals` JS String Builtins

Equals specifically allows null inputs. Update the JS API
tests and the polyfill to match, and remove expectations files
now that the `basic` tests pass.

The test changes are mirrored in an upstream PR:
WebAssembly/js-string-builtins#43

Bug: 42204114
Change-Id: I170f7e26e80033844a1d3e95fbe998d5f64f4a47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5836264
Reviewed-by: Rezvan Mahdavi Hezaveh <rezvanchromium.org>
Commit-Queue: Adam Klein <adamkchromium.org>
Cr-Commit-Position: refs/heads/main{#1350946}

--

wpt-commits: f427091001d8e21333c4a7ed1bfa10379f1f767d
wpt-pr: 47969

UltraBlame original commit: b18d279f4aa8fe1f9f1620b57282557fa43fd884
@eqrion eqrion merged commit ab1be32 into WebAssembly:main Sep 23, 2024
1 check passed
@eqrion
Copy link
Collaborator

eqrion commented Sep 23, 2024

Thanks!

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