summaryrefslogtreecommitdiff
path: root/tests
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
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')
-rw-r--r--tests/auto/qscriptcontext/qscriptcontext.pro3
-rw-r--r--tests/auto/qscriptcontext/tst_qscriptcontext.cpp3
-rw-r--r--tests/auto/qscriptv8testsuite/skip.txt4
3 files changed, 9 insertions, 1 deletions
diff --git a/tests/auto/qscriptcontext/qscriptcontext.pro b/tests/auto/qscriptcontext/qscriptcontext.pro
index 5ca1a2f..6731cf9 100644
--- a/tests/auto/qscriptcontext/qscriptcontext.pro
+++ b/tests/auto/qscriptcontext/qscriptcontext.pro
@@ -3,4 +3,5 @@ CONFIG += testcase
QT = core script testlib
SOURCES += tst_qscriptcontext.cpp
-
+# QTBUG-23463
+linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC
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);
diff --git a/tests/auto/qscriptv8testsuite/skip.txt b/tests/auto/qscriptv8testsuite/skip.txt
index 9658c2b..f5eec08 100644
--- a/tests/auto/qscriptv8testsuite/skip.txt
+++ b/tests/auto/qscriptv8testsuite/skip.txt
@@ -29,3 +29,7 @@ to-precision | Unresolved failures on Mac OS X (Cocoa)
[Q_OS_WIN]
to-precision | Unresolved failures on Windows
+
+[Q_OS_LINUX]
+smi-negative-zero | Unresolved sign failure for Ubuntu 11.10 x64 (QTBUG-23463)
+to-precision | Unresolved failure on Ubuntu 11.10 x64 (QTBUG-23463)