[Webkit-unassigned] [Bug 64471] editing tests fail when run with new-run-webkit-tests on Apple's Windows port (because editing delegate callbacks aren't stripped)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 15:32:45 PDT 2011


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2011-07-13 15:32:45 PST ---
OK.  This is easy to fix.  The question is at what layer to fix it.

Is this only a hack for Apple Win, or do other ports want to use it?

SingleTestRunner already has a _get_normalized_output_text method which it uses to fix newlines before comparing results.

Port already has a compare_text method, which we could override in the WinPort to do this special compare, but then the "expected" results spit out would still have the editing callbacks. (are they supposed to?)

-- 
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