parent
d315a3131d
commit
37c6d63ddf
@ -35,5 +35,6 @@ qt_log_ignore =
|
|||||||
^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127
|
^Geoclue error: Process org\.freedesktop\.Geoclue\.Master exited with status 127
|
||||||
^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\)
|
^QObject::connect: Cannot connect \(null\)::stateChanged\(QNetworkSession::State\) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged\(QNetworkSession::State\)
|
||||||
^QXcbClipboard: Cannot transfer data, no data available
|
^QXcbClipboard: Cannot transfer data, no data available
|
||||||
|
^load glyph failed
|
||||||
qt_wait_signal_raising = true
|
qt_wait_signal_raising = true
|
||||||
xfail_strict = true
|
xfail_strict = true
|
||||||
|
@ -772,8 +772,7 @@ class TestJavascriptEscape:
|
|||||||
"""Test javascript escaping with a real QWebPage."""
|
"""Test javascript escaping with a real QWebPage."""
|
||||||
self._test_escape(text, qtbot, webframe)
|
self._test_escape(text, qtbot, webframe)
|
||||||
|
|
||||||
@pytest.mark.qt_log_ignore('^load glyph failed',
|
@pytest.mark.qt_log_ignore('^OpenType support missing for script',
|
||||||
'^OpenType support missing for script',
|
|
||||||
extend=True)
|
extend=True)
|
||||||
@hypothesis.given(hypothesis.strategies.text())
|
@hypothesis.given(hypothesis.strategies.text())
|
||||||
def test_real_escape_hypothesis(self, webframe, qtbot, text):
|
def test_real_escape_hypothesis(self, webframe, qtbot, text):
|
||||||
|
Loading…
Reference in New Issue
Block a user