summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>2010-02-09 11:21:44 (GMT)
committerJedrzej Nowacki <jedrzej.nowacki@nokia.com>2010-02-09 11:23:53 (GMT)
commit1263253f298b4cb3f0679cc67b010766b58a4fd9 (patch)
tree993a31e38a3cf64e1415b81d1d05454a754dd610 /tests/auto
parentc034670d71247954eb918dfc84536ace02c33304 (diff)
downloadQt-1263253f298b4cb3f0679cc67b010766b58a4fd9.zip
Qt-1263253f298b4cb3f0679cc67b010766b58a4fd9.tar.gz
Qt-1263253f298b4cb3f0679cc67b010766b58a4fd9.tar.bz2
Add QSKIP to functionEntryAndExit_builtin.
The function fails on Mac and Windows, but it will be fixed in next JSC update. Lets skip it for now. Reviewed-by: Kent Hansen
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qscriptengineagent/tst_qscriptengineagent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptengineagent/tst_qscriptengineagent.cpp b/tests/auto/qscriptengineagent/tst_qscriptengineagent.cpp
index 8e26696..ac9ca46 100644
--- a/tests/auto/qscriptengineagent/tst_qscriptengineagent.cpp
+++ b/tests/auto/qscriptengineagent/tst_qscriptengineagent.cpp
@@ -832,6 +832,7 @@ void tst_QScriptEngineAgent::functionEntryAndExit_builtin_data()
/** check behaiviour of built-in function */
void tst_QScriptEngineAgent::functionEntryAndExit_builtin()
{
+ QSKIP("The test fails on platforms others than Linux. The issue will be fixed with next JSC update", SkipAll);
QFETCH(QString, script);
QFETCH(QString, result);
QScriptEngine eng;