Crash: ASSERTION FAILED: m_ptr /home/sl/work/webkit/Source/WTF/wtf/OwnPtr.h(72) : WTF::OwnPtr<T>::ValueType* WTF::OwnPtr<T>::operator->() const [with T = WTR::TestInvocation; WTF::OwnPtr<T>::PtrType = WTR::TestInvocation*; WTF::OwnPtr<T>::ValueType = WTR::TestInvocation] 1 0x80666be WTF::OwnPtr<WTR::TestInvocation>::operator->() const 2 0x8062c14 WTR::TestController::run() 3 0x8060a0d WTR::TestController::TestController(int, char const**) 4 0x8075b77 main 5 0xb05304d3 __libc_start_main 6 0x805f611
Created attachment 175024 [details] Patch
LGTM
Comment on attachment 175024 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=175024&action=review > Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp:36 > + ecoreEvas = ecore_evas_new(engine, 0, 0, 800, 600, 0); I would add a comment here // Graceful fallback to software rendering if evas_gl engine is not available.
Created attachment 175129 [details] Patch for landing
Comment on attachment 175129 [details] Patch for landing Clearing flags on attachment: 175129 Committed r135246: <http://trac.webkit.org/changeset/135246>
All reviewed patches have been landed. Closing bug.