[Webkit-unassigned] [Bug 64205] With NRWT, many plugin-related tests fail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 10 12:08:09 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64205
--- Comment #6 from Eric Seidel <eric at webkit.org> 2011-07-10 12:08:09 PST ---
static void addTestPluginsToPluginSearchPath(const char* executablePath)
{
NSString *pwd = [[NSString stringWithUTF8String:executablePath] stringByDeletingLastPathComponent];
[WebPluginDatabase setAdditionalWebPlugInPaths:[NSArray arrayWithObject:pwd]];
[[WebPluginDatabase sharedDatabase] refresh];
}
Is the function you referenced before. It adds the build directory of DRT to the plugin search path. Which looks correct.
Are you running new-run-webkit-tests directly (or is run-webkit-tests calling it for you?)
I assume you're running the tests with WebKit1? (Right now run-webkit-tests will call old-run-webkit-tests if you run it for WebKit2, since NRWT's WebKit2 support isn't quite done yet. See bug 56729.)
--
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