Bug 151437 - [EFL][GTK] context_menu API test failed after r192333
Summary: [EFL][GTK] context_menu API test failed after r192333
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hunseop Jeong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-19 00:01 PST by Hunseop Jeong
Modified: 2015-11-19 18:45 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2015-11-19 04:27 PST, Hunseop Jeong
no flags Details | Formatted Diff | Diff
Patch (2.06 KB, patch)
2015-11-19 04:45 PST, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-11-19 00:01:25 PST
8/69 Test  #8: test_ewk2_context_menu .............................***Failed   13.28 sec

../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_context_menu.cpp:70: Failure
Value of: eina_list_count(list)
  Actual: 5
Expected: 4

../../Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_context_menu.cpp:107: Failure
Value of: eina_list_count(list)
  Actual: 5
Expected: 4

test_ewk2_context_menu API test failed between r192335 - r192338.

I don't know the culprit, we have to find the cause.
Comment 1 Hunseop Jeong 2015-11-19 03:59:47 PST
r192333 looks like the culprit.

GTK TestContextMenu also failed after r192333.
https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug%20%28Tests%29/builds/6209/steps/API%20tests/logs/stdio

  /webkit2/WebKitWebView/default-menu:                                 ASSERTION FAILED: type == WebCore::ActionType || type == WebCore::CheckableActionType || type == WebCore::SeparatorType

../../Source/WebKit2/Shared/WebContextMenuItemData.cpp(57) : WebKit::WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const WTF::String&, bool, bool)
Comment 2 Hunseop Jeong 2015-11-19 04:04:07 PST
seperatorItem and ShareMenuItem was added to contextMenu after r192333.
Comment 3 Hunseop Jeong 2015-11-19 04:27:22 PST
Created attachment 265858 [details]
Patch
Comment 4 Hunseop Jeong 2015-11-19 04:45:55 PST
Created attachment 265860 [details]
Patch
Comment 5 Carlos Garcia Campos 2015-11-19 05:03:20 PST
Comment on attachment 265860 [details]
Patch

Thanks!
Comment 6 WebKit Commit Bot 2015-11-19 18:45:14 PST
Comment on attachment 265860 [details]
Patch

Clearing flags on attachment: 265860

Committed r192672: <http://trac.webkit.org/changeset/192672>
Comment 7 WebKit Commit Bot 2015-11-19 18:45:18 PST
All reviewed patches have been landed.  Closing bug.