summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2009-11-23 20:00:21 +0100
committerKent Hansen <kent.hansen@nokia.com>2009-11-23 20:00:21 +0100
commit0ea7b40128bde00868bbab040b337fbc59cc0287 (patch)
tree015d65626d34fe8f0d78aa45c1a73558f67fb084 /tests
parent664b77d83677281cddcedd90f7c172d443523487 (diff)
downloadqt4-tools-0ea7b40128bde00868bbab040b337fbc59cc0287.tar.gz
Add reference to JIRA task for expected test failure
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qscriptengine/tst_qscriptengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp
index 0887a68836..3505b5dd0b 100644
--- a/tests/auto/qscriptengine/tst_qscriptengine.cpp
+++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp
@@ -2505,7 +2505,7 @@ void tst_QScriptEngine::stacktrace()
QVERIFY(eng.hasUncaughtException());
QVERIFY(result.isError());
- QEXPECT_FAIL("", "", Abort);
+ QEXPECT_FAIL("", "QTBUG-6139: uncaughtExceptionBacktrace() doesn't give the full backtrace", Abort);
QCOMPARE(eng.uncaughtExceptionBacktrace(), backtrace);
QVERIFY(eng.hasUncaughtException());
QVERIFY(result.strictlyEquals(eng.uncaughtException()));