Merge pull request #1868 from BillSeurer/ppc-floats
[mono.git] / mono / tests / Makefile.am
index 1da8f045d701416864bcb7a08eca9d6fbb52db7c..f350e4fa4be767c8e24385673a124040d34e02ce 100644 (file)
@@ -458,6 +458,11 @@ if POWERPC
 PLATFORM_DISABLED_TESTS=finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe
 endif
 
+if POWERPC64
+# These tests hang
+PLATFORM_DISABLED_TESTS=monitor.exe finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe
+endif
+
 if ARM
 PLATFORM_DISABLED_TESTS=filter-stack.exe
 endif