diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2009-11-23 17:36:14 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2009-11-23 18:43:25 (GMT) |
commit | 664b77d83677281cddcedd90f7c172d443523487 (patch) | |
tree | f23b58d7bac62293af5df4461130521c52902506 /tests/auto/qscriptcontext | |
parent | 1514917196835887c4d4c93cf2522d1a70285c16 (diff) | |
download | Qt-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/qscriptcontext')
-rw-r--r-- | tests/auto/qscriptcontext/tst_qscriptcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptcontext/tst_qscriptcontext.cpp b/tests/auto/qscriptcontext/tst_qscriptcontext.cpp index a0af214..4ecd887 100644 --- a/tests/auto/qscriptcontext/tst_qscriptcontext.cpp +++ b/tests/auto/qscriptcontext/tst_qscriptcontext.cpp @@ -1114,7 +1114,7 @@ void tst_QScriptContext::calledAsConstructor() QVERIFY(!fun3.property("calledAsConstructor").toBool()); eng.evaluate("new test();"); if (qt_script_isJITEnabled()) - QEXPECT_FAIL("", "calledAsConstructor is not correctly set for JS functions when JIT is enabled", Continue); + QEXPECT_FAIL("", "QTBUG-6132: calledAsConstructor is not correctly set for JS functions when JIT is enabled", Continue); QVERIFY(fun3.property("calledAsConstructor").toBool()); } |