Bug 99726
Summary: | Regression: NRWT considers results from --results-diretory if it's at the root of the WebKit checkout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Tools / Tests | Assignee: | Dirk Pranke <dpranke> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | dpranke, ojan |
Priority: | P1 | Keywords: | NRWT |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Julien Chaffraix
From a checkout r131656, running the following at the root of a WebKit checkout:
$ new-run-webkit-tests --platform=chromium-linux --debug --results-directory=tmp/ -p --no-http
With tmp/ populated with some previous diffs:
Regressions: Unexpected no expected results found : (524)
tmp/fast/backgrounds/animated-gif-as-background-diffs.html [ Missing ]
tmp/fast/block/basic/fieldset-stretch-to-legend-diffs.html [ Missing ]
tmp/fast/block/basic/fieldset-stretch-to-legend-pretty-diff.html [ Missing ]
tmp/fast/block/basic/fieldset-stretch-to-legend-wdiff.html [ Missing ]
tmp/fast/block/float/026-diffs.html [ Missing ]
tmp/fast/block/float/028-diffs.html [ Missing ]
tmp/fast/block/float/float-not-removed-from-next-sibling4-diffs.html [ Missing ]
tmp/fast/block/float/overhanging-tall-block-diffs.html [ Missing ]
tmp/fast/block/float/overhanging-tall-block-pretty-diff.html [ Missing ]
tmp/fast/block/float/overhanging-tall-block-wdiff.html [ Missing ]
tmp/fast/block/lineboxcontain/block-glyphs-replaced-diffs.html [ Missing ]
tmp/fast/block/lineboxcontain/block-glyphs-replaced-pretty-diff.html [ Missing ]
tmp/fast/block/lineboxcontain/block-glyphs-replaced-wdiff.html [ Missing ]
[snipped]
tmp/fast/clip/overflow-border-radius-composited-diffs.html [ Missing ]
tmp/fast/css/color-correction-diffs.html [ Missing ]
tmp/platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle-diffs.html [ Missing ]
tmp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-diffs.html [ Missing ]
tmp/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-diffs.html [ Missing ]
tmp/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-diffs.html [ Missing ]
tmp/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-diffs.html [ Missing ]
tmp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-diffs.html [ Missing ]
tmp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-diffs.html [ Missing ]
tmp/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-diffs.html [ Missing ]
tmp/results.html [ Missing ]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
I was unable to reproduce this using either a debug build or a release build on linux (using your exact command line). Do you still see this?
Dirk Pranke
please reopen if you still see this ...
Julien Chaffraix
(In reply to comment #2)
> please reopen if you still see this ...
Tried it again and I couldn't reproduce it too. Sorry for the noise.