diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2009-11-23 19:00:21 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2009-11-23 19:00:21 (GMT) |
commit | 0ea7b40128bde00868bbab040b337fbc59cc0287 (patch) | |
tree | 015d65626d34fe8f0d78aa45c1a73558f67fb084 /tests/auto | |
parent | 664b77d83677281cddcedd90f7c172d443523487 (diff) | |
download | Qt-0ea7b40128bde00868bbab040b337fbc59cc0287.zip Qt-0ea7b40128bde00868bbab040b337fbc59cc0287.tar.gz Qt-0ea7b40128bde00868bbab040b337fbc59cc0287.tar.bz2 |
Add reference to JIRA task for expected test failure
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qscriptengine/tst_qscriptengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp index 0887a68..3505b5d 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())); |