[Webkit-unassigned] [Bug 132955] New: WebKit2.CookieManager test fails when run under guardmalloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 08:14:07 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132955

           Summary: WebKit2.CookieManager test fails when run under
                    guardmalloc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: ap at webkit.org, andersca at apple.com, sam at webkit.org,
                    beidson at apple.com
        Depends on: 132954


After adding support for running TestWebKitAPI with guardmalloc in Bug 132954, I found that WebKit2.CookieManager fails with a Debug build of r168683 (test may be flaky, but it fails most of the time):

$ ./Tools/Scripts/run-api-tests --debug -g -v WebKit2.CookieManager
[...]
Note: Google Test filter = WebKit2.CookieManager
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from WebKit2
[ RUN      ] WebKit2.CookieManager
Tools/TestWebKitAPI/Tests/WebKit2/CookieManager.cpp:43: Failure
Value of: policy
  Actual: 2
Expected: testPolicy
Which is: 0
[  FAILED  ] WebKit2.CookieManager (455 ms)
[----------] 1 test from WebKit2 (455 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (455 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] WebKit2.CookieManager

 1 FAILED TEST
  YOU HAVE 5 DISABLED TESTS

LEAK: 1 WebContext
Tests that failed:
  WebKit2.CookieManager

-- 
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