summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]testautomation/graphics/optional/includes/global/export_graphic.inc4
-rwxr-xr-x[-rw-r--r--]testautomation/math/required/includes/m_005_.inc4
2 files changed, 8 insertions, 0 deletions
diff --git a/testautomation/graphics/optional/includes/global/export_graphic.inc b/testautomation/graphics/optional/includes/global/export_graphic.inc
index d60872022166..7c16129e41ae 100644..100755
--- a/testautomation/graphics/optional/includes/global/export_graphic.inc
+++ b/testautomation/graphics/optional/includes/global/export_graphic.inc
@@ -119,7 +119,11 @@ testcase tEPS
sleep 5
hNewDocument()
sleep 5
+ if ( lcase( gPlatform ) <> "osx" ) then
Call hGrafikEinfuegen ( OutputGrafikTBO+sExt )
+ else
+ qaErrorLog "#i100253# crash on MacOS X 10.4"
+ endif
endif
call hCloseDocument
diff --git a/testautomation/math/required/includes/m_005_.inc b/testautomation/math/required/includes/m_005_.inc
index 2b567c628b18..bb580b9bd9c3 100644..100755
--- a/testautomation/math/required/includes/m_005_.inc
+++ b/testautomation/math/required/includes/m_005_.inc
@@ -168,6 +168,7 @@ testcase tToolsExtensionManager
dim sTemp2 as string
dim x as integer
+ if ( lcase( gPlatform ) <> "osx" ) then
sPath = convertPath(gTestToolPath+"math/required/input/")
'/// open application ///'
Call hNewDocument
@@ -306,4 +307,7 @@ testcase tToolsExtensionManager
warnlog "Couldn't call Tools -> Package manager - aborting test"
endif
Call hCloseDocument
+ else
+ qaErrorLog "Do not run on macosx - not reproduceable error"
+ endif
endcase