diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2011-02-23 09:58:07 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2011-02-23 10:01:25 (GMT) |
commit | 4ae7bdabe8903d9cdfc48b9de6e2978b99b0b334 (patch) | |
tree | 78f36febee6184fb6ea17aaa0d60bcf2d50a316b /tests/auto/qscriptextqobject | |
parent | ad8ff4b6f6204a982d6050a45997d3a27be01fac (diff) | |
download | Qt-4ae7bdabe8903d9cdfc48b9de6e2978b99b0b334.zip Qt-4ae7bdabe8903d9cdfc48b9de6e2978b99b0b334.tar.gz Qt-4ae7bdabe8903d9cdfc48b9de6e2978b99b0b334.tar.bz2 |
Link expected failures to tasks
These failures are all due to regressions when switching to
the JavaScriptCore-based back-end (Qt 4.6). The failure messages
now contain the IDs of the corresponding tasks that have more
information.
Diffstat (limited to 'tests/auto/qscriptextqobject')
-rw-r--r-- | tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp index 1607bed..ca2b888 100644 --- a/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp +++ b/tests/auto/qscriptextqobject/tst_qscriptextqobject.cpp @@ -1103,7 +1103,7 @@ void tst_QScriptExtQObject::getSetDynamicProperty_doNotHideJSProperty() val.setProperty("x", 42); m_myObject->setProperty("x", 2222); - QEXPECT_FAIL("", "", Continue); + QEXPECT_FAIL("", "QTBUG-17612: Dynamic C++ property overrides JS property", Continue); // JS should see the original JS value QVERIFY(val.property("x").strictlyEquals(QScriptValue(m_engine, 42))); |