summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextscriptengine
diff options
context:
space:
mode:
authorJiang Jiang <jiang.jiang@nokia.com>2011-03-16 08:34:01 (GMT)
committerJiang Jiang <jiang.jiang@nokia.com>2011-03-16 11:06:41 (GMT)
commited218edcf3d40e05b7cc9e1b895b7dad662e0511 (patch)
tree37876001ce9438f242700fd17555599cba4b9eea /tests/auto/qtextscriptengine
parentf673f4c8273bcdde76b36cb58cb7b5e46a87f1ac (diff)
downloadQt-ed218edcf3d40e05b7cc9e1b895b7dad662e0511.zip
Qt-ed218edcf3d40e05b7cc9e1b895b7dad662e0511.tar.gz
Qt-ed218edcf3d40e05b7cc9e1b895b7dad662e0511.tar.bz2
Only enable RightToLeft forcing in OS X 10.6 and skip the test
Reviewed-by: Eskil
Diffstat (limited to 'tests/auto/qtextscriptengine')
-rw-r--r--tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp b/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp
index 54c07a2..1952796 100644
--- a/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp
+++ b/tests/auto/qtextscriptengine/tst_qtextscriptengine.cpp
@@ -1194,6 +1194,9 @@ void tst_QTextScriptEngine::mirroredChars_data()
void tst_QTextScriptEngine::mirroredChars()
{
+#if defined(Q_WS_MAC)
+ QSKIP("Not supported on Mac", SkipAll);
+#endif
QFETCH(int, hintingPreference);
QFont font;