Bug 120162
Summary: | WebKit2.GetPIDAfterAbortedProcessLaunch is failing on Lion due to wrongly using NetworkProcess | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | andersca, ap, kling, sam, thorton |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Note: Google Test filter = WebKit2.GetPIDAfterAbortedProcessLaunch
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from WebKit2
[ RUN ] WebKit2.GetPIDAfterAbortedProcessLaunch
NetworkProcess: Couldn't initialize sandbox profile [/Volumes/Data/slave/lion-debug-tests-wk1/build/WebKitBuild/Debug/WebKit2.framework/Resources/com.apple.WebKit.NetworkProcess.sb], error 'line 86: unbound variable: ipc-posix-shm-read-data '
_OS_VERSION=10.7
WEBKIT2_FRAMEWORK_DIR=/Volumes/Data/slave/lion-debug-tests-wk1/build/WebKitBuild/Debug
DARWIN_USER_TEMP_DIR=/private/var/folders/_c/vr7s8m291vz90n5ffhf72nnw0000gn/T
DARWIN_USER_CACHE_DIR=/private/var/folders/_c/vr7s8m291vz90n5ffhf72nnw0000gn/C
HOME_DIR=/Users/buildbot
HOME_LIBRARY_DIR=/Users/buildbot/Library
HOME_LIBRARY_PREFERENCES_DIR=/Users/buildbot/Library/Preferences
Timeout
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
e.g. http://build.webkit.org/builders/Apple%20Lion%20Debug%20WK2%20%28Tests%29/builds/10929/steps/run-api-tests/logs/stdio
Alexey Proskuryakov
NetworkProcess cannot be used on Lion, the test should be conditional on OS version.