[Webkit-unassigned] [Bug 22611] Clean up run-javascriptcore-tests in preparation for adding --chromium support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 17:09:30 PST 2008


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





------- Comment #2 from mrowe at apple.com  2008-12-02 17:09 PDT -------
(From update of attachment 25691)
>  chdir "JavaScriptCore" or die "Can't find JavaScriptCore directory to build from";
>  my $result;
>  if (isAppleMacWebKit()) {
> -    $result = system "sh", "-c", 'xcodebuild -project JavaScriptCore.xcodeproj -target jsc "$@" | grep -v setenv && exit ${PIPESTATUS[0]}', "xcodebuild",  @options, @ARGV;
> +    $result = system "sh", "-c", 'xcodebuild -project JavaScriptCore.xcodeproj -target jsc "$@" | grep -v setenv && exit ${PIPESTATUS[0]}', "xcodebuild",  @options, @ARGV, @coverageSupportOptions;
>  } elsif (isAppleWinWebKit()) {

Why is this not using buildXCodeProject?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list