From 59ddedfb6faf040eb052ee25ed7154de1b05eb2c Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 23 May 2012 13:06:06 +0200 Subject: [PATCH] Reenable QQuickTextEdit::delegateLoading for Mac OS X The render loop has been rewritten and the crash is no longer reproducable. Change-Id: I1402f7875075e4e552f7c430bbf1ca833d8dc601 Reviewed-by: Gatis Paeglis Reviewed-by: Kim M. Kalland --- tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp b/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp index 34d7ced..298a93c 100644 --- a/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp +++ b/tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp @@ -2230,9 +2230,6 @@ void tst_qquicktextedit::delegateLoading_data() void tst_qquicktextedit::delegateLoading() { -#ifdef Q_OS_MAC - QSKIP("Test crashes during canvas tear down. QTBUG-23010"); -#endif QFETCH(QString, qmlfile); QFETCH(QString, error); -- 2.7.4