From 0c9a5e5ce102a151012a33fe82ba4f942f95c135 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 15 Jul 2012 22:34:48 +0200 Subject: sw: disable CheckBookmarks on WNT Change-Id: Ia52cbea28c832706cbfa74c2b1d9bca43df006d9 (cherry picked from commit 01550a7450f099c4016af53fef53c286040b1575) Signed-off-by: Miklos Vajna --- sw/JunitTest_sw_complex.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/JunitTest_sw_complex.mk b/sw/JunitTest_sw_complex.mk index fbfb740c02b9..c31b0278d585 100644 --- a/sw/JunitTest_sw_complex.mk +++ b/sw/JunitTest_sw_complex.mk @@ -58,7 +58,6 @@ $(eval $(call gb_JunitTest_use_jars,sw_complex,\ $(eval $(call gb_JunitTest_add_classes,sw_complex,\ complex.accessibility.AccessibleRelationSet \ - complex.writer.CheckBookmarks \ complex.checkColor.CheckChangeColor \ complex.writer.CheckCrossReferences \ complex.writer.CheckFields\ @@ -68,4 +67,11 @@ $(eval $(call gb_JunitTest_add_classes,sw_complex,\ complex.writer.TextPortionEnumerationTest \ )) +# FIXME has never worked on windows, hashes are different +ifneq ($(OS),WNT) +$(eval $(call gb_JunitTest_add_classes,sw_complex,\ + complex.writer.CheckBookmarks \ +)) +endif + # vim: set noet sw=4 ts=4: -- cgit v1.2.3