summaryrefslogtreecommitdiff
path: root/tests/auto/qscriptcontext/tst_qscriptcontext.cpp
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-01-10 15:33:05 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-10 06:38:30 +0100
commita86c24675f4de9ef17932c6ee6fcc21cb0774cd8 (patch)
treeb9a6d9afe9b8fe293675d6d864c9f0ff7d9370d9 /tests/auto/qscriptcontext/tst_qscriptcontext.cpp
parent7ba9a789c930b420e970e50d3ffba7f408fd8f8c (diff)
downloadqtscript-a86c24675f4de9ef17932c6ee6fcc21cb0774cd8.tar.gz
Bypass autotests that currently fail on Ubuntu 11.10 x64.
These tests currently do not pass the CI system. They are bypassed with an associated QTBUG assigned to fix them. Bypassing allows the modules tests to be flagged as enforcing. Task-number: QTBUG-23463 Change-Id: I8ef665b5a62426b6d1cc3b4952a9cc4e4136c2a4 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qscriptcontext/tst_qscriptcontext.cpp')
-rw-r--r--tests/auto/qscriptcontext/tst_qscriptcontext.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qscriptcontext/tst_qscriptcontext.cpp b/tests/auto/qscriptcontext/tst_qscriptcontext.cpp
index 64ccce6..b9c3f0c 100644
--- a/tests/auto/qscriptcontext/tst_qscriptcontext.cpp
+++ b/tests/auto/qscriptcontext/tst_qscriptcontext.cpp
@@ -964,6 +964,9 @@ void tst_QScriptContext::backtrace_data()
void tst_QScriptContext::backtrace()
{
+#if defined(UBUNTU_ONEIRIC) && defined(__x86_64__)
+ QSKIP("Fails on this platform - QTBUG-23463");
+#endif
QFETCH(QString, code);
QFETCH(QStringList, expectedbacktrace);