tests/auto/qfile/largefile/tst_largefile.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/tests/auto/qfile/largefile/tst_largefile.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/tests/auto/qfile/largefile/tst_largefile.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -523,6 +523,10 @@
 
 void tst_LargeFile::mapOffsetOverflow()
 {
+#if defined(Q_OS_MAC)
+    QSKIP("mmap'ping beyond EOF may succeed; generate bus error on access", SkipAll);
+#endif
+
     // Out-of-range mappings should fail, and not silently clip the offset
     for (int i = 50; i < 63; ++i) {
         uchar *address = 0;