[Webkit-unassigned] [Bug 134580] New: [GTK] API test TestWebKitAPI/WebKit2Gtk/TestCookieManager is flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 2 18:39:03 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134580
Summary: [GTK] API test
TestWebKitAPI/WebKit2Gtk/TestCookieManager is flaky
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: clopez at igalia.com
CC: cgarcia at igalia.com
The API test fails sometimes with the following failure:
WebKit $ Tools/Scripts/run-gtk-tests --release WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestCookieManager
TEST: WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestCookieManager... (pid=29329)
**
ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestCookieManager.cpp:289:void testCookieManagerPersistentStorage(CookieManagerTest*, gconstpointer): assertion failed (g_strv_length(domains) == 2): (0 == 2)
GTester: last random seed: R02S36a48b6bc39b0616bf610e899d725016
(pid=29400)
FAIL: WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestCookieManager
Tests failed (1): WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestCookieManager
The following bash command would run the test until it fails (should happen in less than 100 iterations):
WebKit $ while true; do Tools/Scripts/run-gtk-tests --release WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestCookieManager || break; done
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list