You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
WPR seems to mix up the order of responses in findBestMatchInArchivedRequestSet.
Steps to reproduce:
cd $CHROMIUM_SRC
git cl patch 1761597
./tools/perf/run_benchmark run v8.browsing_desktop --browser=system --output-format=html --story-filter='browse:tools:sheets' --show-stdout --pageset-repeat=1 --use-live-sites
./tools/perf/record_wpr '--story-filter=^browse\:tools\:sheets\:2019$' --browser=system desktop_system_health_story_set
./tools/perf/run_benchmark run v8.browsing_desktop --browser=system --output-format=html --story-filter='browse:tools:sheets' --show-stdout --pageset-repeat=1
Expected: The replay runs without errors.
Actual: The web page shows "Error: Class$obf_1001: removeSent called when not waiting for ack"
Note that the live run may fail in future if the web page changes. Let me know if that happens and I'll adjust the JS code in the CL.
The text was updated successfully, but these errors were encountered: