From a86c24675f4de9ef17932c6ee6fcc21cb0774cd8 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Tue, 10 Jan 2012 15:33:05 +1000 Subject: 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 --- tests/auto/qscriptcontext/tst_qscriptcontext.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/qscriptcontext/tst_qscriptcontext.cpp') 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); -- cgit v1.2.1