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

Reword test names generated by interpolation-testcommon.js #18507

Merged
merged 1 commit into from Aug 16, 2019

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

Previously the generated test names were of the form:

property foo from <value> to <value> at <progress> is <actual-value>

This read weirdly when the test failed:

property foo from 0 to 1 at 0.5 is 'bananas': expected 0.5 but got 'bananas'

This CL re-words the test names to read like:

property foo from 0 to 1 at 0.5 should be 0.5: expected 0.5 but got 'bananas'

Bug: 900581
Change-Id: I77a02a24648171b3945d41cbf81d982879f4500d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758283
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#687653}

Previously the generated test names were of the form:

  property foo from <value> to <value> at <progress> is <actual-value>

This read weirdly when the test failed:

  property foo from 0 to 1 at 0.5 is 'bananas': expected 0.5 but got 'bananas'

This CL re-words the test names to read like:

  property foo from 0 to 1 at 0.5 should be 0.5: expected 0.5 but got 'bananas'

Bug: 900581
Change-Id: I77a02a24648171b3945d41cbf81d982879f4500d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758283
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#687653}
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.

Already reviewed downstream.

@Hexcles
Copy link
Member

Hexcles commented Aug 16, 2019

Error is not caused by this PR and will be fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1758486

@Hexcles Hexcles merged commit 81f8d11 into master Aug 16, 2019
@Hexcles Hexcles deleted the chromium-export-6b061dfcc3 branch August 16, 2019 20:10
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

5 participants