summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptcontextinfo
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2009-11-23 17:36:14 (GMT)
committerKent Hansen <kent.hansen@nokia.com>2009-11-23 18:43:25 (GMT)
commit664b77d83677281cddcedd90f7c172d443523487 (patch)
treef23b58d7bac62293af5df4461130521c52902506 /tests/auto/qscriptcontextinfo
parent1514917196835887c4d4c93cf2522d1a70285c16 (diff)
downloadQt-664b77d83677281cddcedd90f7c172d443523487.zip
Qt-664b77d83677281cddcedd90f7c172d443523487.tar.gz
Qt-664b77d83677281cddcedd90f7c172d443523487.tar.bz2
Add references to JIRA tasks for expected test failures
These are behavioral differences between QtScript in 4.6 and 4.5, and so should have tasks to figure out whether anyone actually depend on the behavior.
Diffstat (limited to 'tests/auto/qscriptcontextinfo')
-rw-r--r--tests/auto/qscriptcontextinfo/tst_qscriptcontextinfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qscriptcontextinfo/tst_qscriptcontextinfo.cpp b/tests/auto/qscriptcontextinfo/tst_qscriptcontextinfo.cpp
index fe69c07..09ef820 100644
--- a/tests/auto/qscriptcontextinfo/tst_qscriptcontextinfo.cpp
+++ b/tests/auto/qscriptcontextinfo/tst_qscriptcontextinfo.cpp
@@ -249,13 +249,13 @@ void tst_QScriptContextInfo::qtFunction()
QCOMPARE(info.functionEndLineNumber(), -1);
QCOMPARE(info.functionStartLineNumber(), -1);
if (x == 0)
- QEXPECT_FAIL("", "QScriptContextInfo doesn't pick the correct meta-index for overloaded slots", Continue);
+ QEXPECT_FAIL("", "QTBUG-6133: QScriptContextInfo doesn't pick the correct meta-index for overloaded slots", Continue);
QCOMPARE(info.functionParameterNames().size(), pnames.size());
if (x == 0)
- QEXPECT_FAIL("", "QScriptContextInfo doesn't pick the correct meta-index for overloaded slots", Continue);
+ QEXPECT_FAIL("", "QTBUG-6133: QScriptContextInfo doesn't pick the correct meta-index for overloaded slots", Continue);
QCOMPARE(info.functionParameterNames(), pnames);
if (x == 0)
- QEXPECT_FAIL("", "QScriptContextInfo doesn't pick the correct meta-index for overloaded slots", Continue);
+ QEXPECT_FAIL("", "QTBUG-6133: QScriptContextInfo doesn't pick the correct meta-index for overloaded slots", Continue);
QCOMPARE(info.functionMetaIndex(), metaObject()->indexOfMethod(sig));
}