Hmm, can't seem to get run-webkit-tests to complete successfully. I copied the script, with a few others, to /usr/bin. When I type in run-webkit-tests, I receive the following:
Thanks.
llama
Code:
deprecated option: -buildstyle is no longer supported in xcodebuild. Use -configuration instead.
(NOTE: project DumpRenderTree was written by an older version of Xcode (39) -- temporarily upgrading it to version 42 (without modifying project file))
warning: skipping file '/System/Library/Frameworks/Foundation.framework' (unexpected file type 'folder' in Frameworks & Libraries build phase)
=== BUILDING NATIVE TARGET DumpRenderTree WITH CONFIGURATION Deployment ===
Ld "/Users/alex/Documents/Built Projects/Deployment/DumpRenderTree" normal ppc
mkdir "/Users/alex/Documents/Built Projects/Deployment"
cd /Users/alex/WebKitTools/DumpRenderTree
/usr/bin/gcc-4.0 -o "/Users/alex/Documents/Built Projects/Deployment/DumpRenderTree" "-L/Users/alex/Documents/Built Projects/Deployment" "-F/Users/alex/Documents/Built Projects/Deployment" -filelist "/Users/alex/Documents/Built Projects/DumpRenderTree.build/Deployment/DumpRenderTree.build/Objects-normal/ppc/DumpRenderTree.LinkFileList" -framework WebKit -framework WebCore -framework JavaScriptCore -arch ppc -prebind
/usr/bin/ld: warning prebinding disabled because dependent library: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit is not prebound
/usr/bin/ld: Undefined symbols:
.objc_class_name_NSAutoreleasePool
.objc_class_name_NSConstantString
.objc_class_name_NSDate
.objc_class_name_NSObject
.objc_class_name_NSRunLoop
.objc_class_name_NSURLRequest
_CFStringCreateWithCString
_CFURLCreateWithFileSystemPath
_NSDefaultRunLoopMode
__NSConstantStringClassReference
collect2: ld returned 1 exit status
** BUILD FAILED **
running css1/basic/class_as_selector testCan't exec "/Users/alex/Documents/Built Projects/DumpRenderTree": Permission denied at /System/Library/Perl/5.8.6/IPC/Open3.pm line 244.
open2: exec of /Users/alex/Documents/Built Projects/DumpRenderTree - failed at /usr/bin/run-webkit-tests line 112
-> failed
running css1/basic/comments testBroken pipe
Thanks.
llama