Bug 269323
| Summary: | [resultsdbpy] Pasting a list of tests will populate them in the incorrect order. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, zhifei_fang |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=268413 | ||
Ben Schwartz
When pasting a list of tests into the results database search box, the tests will populate in the incorrect order.
Steps to Reproduce:
- Navigate to results.webkit.org.
- Paste the following test list:
fast/events/ios/activating-button-should-not-scroll-page.html
fast/events/ios/command+shift+v-should-not-insert-v.html
fast/events/ios/focus-tab-previous-field.html
fast/events/ios/forward-delete-in-editable.html
fast/events/ios/input-events-insert-replacement-text.html
fast/events/ios/key-command-delete-to-end-of-paragraph.html
fast/events/ios/key-command-italic-dispatches-keydown.html
fast/events/ios/key-command-italic.html
fast/events/ios/key-command-select-all-prevent-default.html
fast/events/ios/key-command-transpose.html
fast/events/ios/keyboard-event-key-attribute.html
fast/events/ios/rotation/basic-rotation.html
Results:
- Expected: The test list populates on the page/URI in that order.
- Actual: The test list populates the first test first (correct), but the rest are populated in reverse order on the page. The URI is in the correct order of the tests, which causes a discrepancy between what's populated on the page and in the URI.
Notes: This issue is another way to cause bug #268413, which was fixed for the previous repro steps but persists when performing these and removing a test due to the URI/page display discrepancy.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Schwartz
<rdar://problem/122913261>