diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2009-08-03 18:06:34 (GMT) |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2009-08-03 18:18:05 (GMT) |
commit | e2852e547216562751a5d05ebdfbd001113cc9b6 (patch) | |
tree | 9be1efb141753fdbe3b6887c6049544f64b674f4 /tests | |
parent | f3a7266cb4793f933ea8c7d2c73c736e022b754a (diff) | |
download | Qt-e2852e547216562751a5d05ebdfbd001113cc9b6.zip Qt-e2852e547216562751a5d05ebdfbd001113cc9b6.tar.gz Qt-e2852e547216562751a5d05ebdfbd001113cc9b6.tar.bz2 |
Implement QScriptEngine::abortEvaluation()
We store the abort-state in the TimeoutChecker, since that's
where we'll mostly access it, but the abort result is stored
in the QScriptEngine's d-pointer.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qscriptengine/tst_qscriptengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp index 04d7d21..0b16980 100644 --- a/tests/auto/qscriptengine/tst_qscriptengine.cpp +++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp @@ -2531,7 +2531,6 @@ static QScriptValue myFunctionAbortingEvaluation(QScriptContext *, QScriptEngine void tst_QScriptEngine::abortEvaluation() { - QSKIP("Not implemented", SkipAll); QScriptEngine eng; eng.abortEvaluation(); |