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

Test for Map behavior that breaks Playwright #1

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

leeN
Copy link

@leeN leeN commented Jul 29, 2024

Currently, the Map object calculates different hash values for the number 42 and the tainted number 42. This leads to issues when storing a mix of tainted and untainted numbers in a Map. This is what makes the Playwright integration fail for this branch (at least one of the reasons).

I have played around with the Map object but did not find a nice way to fix it (yet)? So I'm just pushing the test case to simplify debugging and fixing this issue.

Copy link

(Automated Close) Please do not file pull requests here, see https://firefox-source-docs.mozilla.org/contributing/how_to_submit_a_patch.html

@github-actions github-actions bot closed this Jul 29, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 29, 2024
@tmbrbr tmbrbr reopened this Jul 29, 2024
@tmbrbr tmbrbr merged commit a442a54 into tmbrbr:primitaint-merge Jul 29, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants