NEW269323
[resultsdbpy] Pasting a list of tests will populate them in the incorrect order.
https://bugs.webkit.org/show_bug.cgi?id=269323
Summary [resultsdbpy] Pasting a list of tests will populate them in the incorrect order.
Ben Schwartz
Reported 2024-02-13 14:39:31 PST
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
Ben Schwartz
Comment 1 2024-02-13 14:39:45 PST
Note You need to log in before you can comment on or make changes to this bug.