RESOLVED DUPLICATE of bug 137692 151801
REGRESSION(r192994): imported/w3c/web-platform-tests has been timeout since r192994
https://bugs.webkit.org/show_bug.cgi?id=151801
Summary REGRESSION(r192994): imported/w3c/web-platform-tests has been timeout since r...
Gyuyoung Kim
Reported 2015-12-03 00:53:26 PST
For now the test is skipped by r192994 - https://trac.webkit.org/changeset/192994
Attachments
NETWORK_CACHE (1.47 KB, patch)
2015-12-03 02:18 PST, Hunseop Jeong
no flags
Hunseop Jeong
Comment 1 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?
Hunseop Jeong
Comment 2 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());
Hunseop Jeong
Comment 3 2015-12-03 02:18:37 PST
Created attachment 266523 [details] NETWORK_CACHE
Csaba Osztrogonác
Comment 4 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 ***
Note You need to log in before you can comment on or make changes to this bug.