RESOLVED FIXED 53029
WebKit2: LayoutTests: The UNIMPLEMENTED warnings in TextCheckerWin should be disabled
https://bugs.webkit.org/show_bug.cgi?id=53029
Summary WebKit2: LayoutTests: The UNIMPLEMENTED warnings in TextCheckerWin should be ...
Jessie Berlin
Reported 2011-01-24 11:32:20 PST
They are showing up in the output of a lot of layout tests (e.g. plugins/access-after-page-destroyed.html), particularly due to the call in const TextCheckerState& TextChecker::state() { notImplemented(); return textCheckerState; } We should disable the UNIMPLEMENTED warnings in TextCheckerWin.cpp.
Attachments
Patch (deleted)
2011-01-24 11:37 PST, Jessie Berlin
no flags
Anders Carlsson
Comment 1 2011-01-24 11:35:57 PST
This can be done with #define DISABLE_NOT_IMPLEMENTED_WARNINGS 1
Jessie Berlin
Comment 2 2011-01-24 11:37:08 PST
Jessie Berlin
Comment 3 2011-01-24 13:03:34 PST
Note You need to log in before you can comment on or make changes to this bug.