Remove baselines for .any.js tests in wpt that are gone
These baselines are unused and only serve to confuse. Found with this script: find * -name '*.any*-expected.txt' | while read baseline; do file="$(echo $baseline | sed 's/\.any.*/.any.js/')"; [[ -f $file ]] || git rm $baseline; done Change-Id: Ibee6505895e91c68e43a452a002af9601a9adbfc Reviewed-on: https://chromium-review.googlesource.com/1200022Reviewed-by:Robert Ma <robertma@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#588184}
Showing
Please register or sign in to comment