Bug 151801 - REGRESSION(r192994): imported/w3c/web-platform-tests has been timeout since r192994
Summary: REGRESSION(r192994): imported/w3c/web-platform-tests has been timeout since r...
Status: RESOLVED DUPLICATE of bug 137692
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-03 00:53 PST by Gyuyoung Kim
Modified: 2015-12-03 02:34 PST (History)
3 users (show)

See Also:


Attachments
NETWORK_CACHE (1.47 KB, patch)
2015-12-03 02:18 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 Gyuyoung Kim 2015-12-03 00:53:26 PST
For now the test is skipped by r192994 - https://trac.webkit.org/changeset/192994
Comment 1 Hunseop Jeong 2015-12-03 01:54:12 PST
I tested the imported/w3c/web-platform-tests with NETWORK_CACHE then some tests was tested without timeout. I got this result from imported/w3c/web-platform-tests :

Unexpected flakiness: timeouts (8)
  imported/w3c/web-platform-tests/XMLHttpRequest/open-after-abort.htm [ Timeout Pass ]
  imported/w3c/web-platform-tests/XMLHttpRequest/send-data-blob.htm [ Timeout Pass ]
  imported/w3c/web-platform-tests/XMLHttpRequest/send-response-event-order.htm [ Timeout Pass ]
  imported/w3c/web-platform-tests/dom/nodes/Element-matches.html [ Timeout Pass ]
  imported/w3c/web-platform-tests/dom/traversal/TreeWalker-basic.html [ Timeout Pass ]
  imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/offsets-into-the-media-resource/duration.html [ Timeout Pass ]
  imported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/2d.getcontext.unique.html [ Timeout Pass ]
  imported/w3c/web-platform-tests/html/semantics/forms/attributes-common-to-form-controls/disabled-elements-01.html [ Timeout Pass ]


How about EFL turn on the NETWORK_CACHE like as GTK?
Comment 2 Hunseop Jeong 2015-12-03 02:04:36 PST
We have to fix some warning issues for allowing the NETWORK_CACHE. https://bugs.webkit.org/show_bug.cgi?id=146677 and unused-result error.

../../Source/WebKit2/NetworkProcess/cache/NetworkCacheBlobStorage.cpp:101:51: error: ignoring return value of ‘int link(const char*, const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
             link(blobPath.data(), linkPath.data());
                                                   ^
../../Source/WebKit2/NetworkProcess/cache/NetworkCacheBlobStorage.cpp:111:43: error: ignoring return value of ‘int link(const char*, const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
     link(blobPath.data(), linkPath.data());
Comment 3 Hunseop Jeong 2015-12-03 02:18:37 PST
Created attachment 266523 [details]
NETWORK_CACHE
Comment 4 Csaba Osztrogonác 2015-12-03 02:34:35 PST
bug137692 is to fix the same issue, it is the older one and contains
more detailed results about the bug. Let's continue the fixing in it.

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