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

Consolidate pointer attribute testing #44147

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Jan 23, 2024

The primary goal of this patch was to address memory leaks. These
leaks were likely due to pending promises at the completion of the test.

The 3 tests for hover pointers, non-hover pointers and hover with
right click were all very similar in structure and were consolidated
in the patch. We now have 5 variants instead of 3 separate tests.

In the process the tests were modernized to be promise tests instead
of an async test. The structure was reformatted to remove the manual
test feel.

Bug: 1430360, 1499775, 1446799
Change-Id: Ia6dc48405d2e2197e3c020fdb803d836043698f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5229777
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1252074}

The primary goal of this patch was to address memory leaks. These
leaks were likely due to pending promises at the completion of the test.

The 3 tests for hover pointers, non-hover pointers and hover with
right click were all very similar in structure and were consolidated
in the patch.  We now have 5 variants instead of 3 separate tests.

In the process the tests were modernized to be promise tests instead
of an async test. The structure was reformatted to remove the manual
test feel.

Bug: 1430360, 1499775, 1446799
Change-Id: Ia6dc48405d2e2197e3c020fdb803d836043698f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5229777
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1252074}
Copy link
Collaborator

@wpt-pr-bot wpt-pr-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 Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot merged commit 8dbb7a1 into master Jan 25, 2024
18 checks passed
@chromium-wpt-export-bot chromium-wpt-export-bot deleted the chromium-export-cl-5229777 branch January 25, 2024 15:27
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.

None yet

3 participants