[Webkit-unassigned] [Bug 127820] API tests on Windows fail after r162774 (Debug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 29 13:09:25 PST 2014


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





--- Comment #4 from Roger Fong <roger_fong at apple.com>  2014-01-29 13:06:46 PST ---
Looks like we got something funky going on with the VS2013 headers

inline int _Mtx_lockX(_Mtx_t *_Mtx)
    {    // throw exception on failure
    return (_Check_C_return(_Mtx_lock(_Mtx)));
    }

in xthread.h is throwing the exception

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