Bug 77426 - [CMAKE] Support javascript test for EFL port.
Summary: [CMAKE] Support javascript test for EFL port.
Status: RESOLVED DUPLICATE of bug 77425
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on: 77425
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-31 04:45 PST by Gyuyoung Kim
Modified: 2012-01-31 07:58 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2012-01-31 04:49 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2012-01-31 04:45:21 PST
In order to run javascriptcore test, I change jsc executable name from jsc_efl to jsc. In addition, DRT and EWebLauncher are prohibited to be built when jsc is built.
Comment 1 Gyuyoung Kim 2012-01-31 04:49:09 PST
Created attachment 124709 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-31 04:51:54 PST
Attachment 124709 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
First, rewinding head to replay your work on top of it...
Applying: Fix compilation errors on build-webkit --debug --no-workers on mac.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Auto-merging LayoutTests/platform/qt/Skipped
CONFLICT (content): Merge conflict in LayoutTests/platform/qt/Skipped
Auto-merging Source/WebCore/ChangeLog
CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Fix compilation errors on build-webkit --debug --no-workers on mac.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Gyuyoung Kim 2012-01-31 07:57:33 PST
This patch is merged to Bug 77425.

*** This bug has been marked as a duplicate of bug 77425 ***