In https://codereview.chromium.org/2427773002/, when zakerinasab@ invoked webkit-patch rebaseline-cl --only-changed-tests, it didn't find any tests to rebaseline, even though there is a test to rebaseline; when invoked without --only-changed-tests, it found the test to rebaseline (in addition to some other tests which shouldn't be rebaselined).
Hypothesis: rebaseline-cl is using WebKitFinder.layout_test_name to determine whether a file in the CL is a layout test, and this method always returns None on Windows, since it doesn't properly handle file paths on Windows.
This bug is currently not straightforward to reproduce in unit tests since some other functions in MockFileSystem and MockSCM may assume that paths are Unix-style paths.
Comment 1 by bugdroid1@chromium.org
, Oct 25 2016