summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-10 11:55:47 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-10 11:56:29 (GMT)
commit1ab58329a91fcb781cbda496dc8d79a35ef98f7f (patch)
tree92cfb52e712a122b781a2e2bfe4de2969c8d6b1c /tests/auto
parent7c2621743bd71aac11bba3d6061707cc2d95b0f9 (diff)
downloadQt-1ab58329a91fcb781cbda496dc8d79a35ef98f7f.zip
Qt-1ab58329a91fcb781cbda496dc8d79a35ef98f7f.tar.gz
Qt-1ab58329a91fcb781cbda496dc8d79a35ef98f7f.tar.bz2
skip QScriptEngine::newActivationObject() test
It's an internal function, and currently not implemented in the JSC-based back-end.
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qscriptengine/tst_qscriptengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp
index e9eeca2..538834b 100644
--- a/tests/auto/qscriptengine/tst_qscriptengine.cpp
+++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp
@@ -855,6 +855,7 @@ void tst_QScriptEngine::newQMetaObject()
void tst_QScriptEngine::newActivationObject()
{
+ QSKIP("internal function not implemented in JSC-based back-end", SkipAll);
QScriptEngine eng;
QScriptValue act = eng.newActivationObject();
QEXPECT_FAIL("", "", Continue);