diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2010-04-13 12:31:04 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2010-04-13 12:34:28 (GMT) |
commit | 9af4c9174b507b9e56c95a196683b1f3a59cce90 (patch) | |
tree | 183e97c8e6bd14cfd752d0a176a22bd371a77a8b /src/3rdparty/webkit/WebKit | |
parent | f05452a7ed2b93978116e7afdf82acfbe541628e (diff) | |
download | Qt-9af4c9174b507b9e56c95a196683b1f3a59cce90.zip Qt-9af4c9174b507b9e56c95a196683b1f3a59cce90.tar.gz Qt-9af4c9174b507b9e56c95a196683b1f3a59cce90.tar.bz2 |
Mark QWebFrame::overloadedSlots autotest as expected failure
It's been failing in WebKit trunk for a long time (forever?),
and the fix is not entirely trivial.
The expected failure message has the link to the upstream issue,
which has more detailed comments.
Reviewed-by: Jocelyn Turcotte
Diffstat (limited to 'src/3rdparty/webkit/WebKit')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp b/src/3rdparty/webkit/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp index 72370ad..ca14f6c 100644 --- a/src/3rdparty/webkit/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp +++ b/src/3rdparty/webkit/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp @@ -1908,6 +1908,7 @@ void tst_QWebFrame::overloadedSlots() // should pick myOverloadedSlot(QRegExp) m_myObject->resetQtFunctionInvoked(); evalJS("myObject.myOverloadedSlot(document.body)"); + QEXPECT_FAIL("", "https://bugs.webkit.org/show_bug.cgi?id=37319", Continue); QCOMPARE(m_myObject->qtFunctionInvoked(), 36); // should pick myOverloadedSlot(QObject*) |