Open Bug 1507816 Opened 7 years ago Updated 3 years ago

[wpt-sync] Sync PR 14093 - In affected tests logic, don't do `git diff` using a `A..B` range

Categories

(Testing :: web-platform-tests, enhancement, P4)

enhancement

Tracking

(Not tracked)

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 14093 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/14093 Details from upstream follow. Philip Jägenstedt <philip@foolip.org> wrote: > In affected tests logic, don't do `git diff` using a `A..B` range > > "%s..HEAD" will result in something like `git diff abcd1234..HEAD` > being called, and this is the same as `git diff abcd1234 HEAD`, which > in turn is the same as `git diff abcd1234`. > > Also, while `git rev-parse` can parse `A..B`, it doesn't refer to > *one* revision, so isn't appropriate to call a revish.
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.