summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfile/largefile/tst_largefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qfile/largefile/tst_largefile.cpp')
-rw-r--r--tests/auto/qfile/largefile/tst_largefile.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qfile/largefile/tst_largefile.cpp b/tests/auto/qfile/largefile/tst_largefile.cpp
index 92d3070..2897ad6 100644
--- a/tests/auto/qfile/largefile/tst_largefile.cpp
+++ b/tests/auto/qfile/largefile/tst_largefile.cpp
@@ -526,6 +526,9 @@ void tst_LargeFile::mapOffsetOverflow()
uchar *address = 0;
address = largeFile.map(((qint64)1 << i), blockSize);
+#if defined(__x86_64__)
+ QEXPECT_FAIL("", "fails on 64-bit Linux (QTBUG-21175)", Abort);
+#endif
QVERIFY( !address );
address = largeFile.map(((qint64)1 << i) + blockSize, blockSize);