[Webkit-unassigned] [Bug 48926] Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 10:10:33 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48926





--- Comment #2 from kalman at chromium.org  2010-11-03 10:10:33 PST ---
FYI, script to update the expectations files was

for f in `find LayoutTests -name '*_expectations.txt'`; do
  sed -E -i '' "s/BUG([0-9]+)/BUGCR\1/g" "$f"
done

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list