summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/lseek.cc
diff options
context:
space:
mode:
authorHaibo Xu <haibo.xu@arm.com>2020-03-20 08:45:07 +0000
committerHaibo Xu <haibo.xu@arm.com>2020-03-31 13:39:38 +0800
commit8ce5b569714351f9f2f7fc48b0ff0bebbdb018ee (patch)
treede4b412b806df5b1e7730b2d75074b5c404f1cd9 /test/syscalls/linux/lseek.cc
parent32a133537e61bbceb6a0a16c95815495d8f17a35 (diff)
Cleanup for syscall tests on arm64.
Signed-off-by: Haibo Xu <haibo.xu@arm.com> Change-Id: I8008c0375fc7e23225a21026f359e78e691729e5
Diffstat (limited to 'test/syscalls/linux/lseek.cc')
-rw-r--r--test/syscalls/linux/lseek.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/lseek.cc b/test/syscalls/linux/lseek.cc
index a8af8e545..6ce1e6cc3 100644
--- a/test/syscalls/linux/lseek.cc
+++ b/test/syscalls/linux/lseek.cc
@@ -53,7 +53,7 @@ TEST(LseekTest, NegativeOffset) {
// A 32-bit off_t is not large enough to represent an offset larger than
// maximum file size on standard file systems, so it isn't possible to cause
// overflow.
-#ifdef __x86_64__
+#if defined(__x86_64__) || defined(__aarch64__)
TEST(LseekTest, Overflow) {
// HA! Classic Linux. We really should have an EOVERFLOW
// here, since we're seeking to something that cannot be