diff options
Diffstat (limited to 'test/tsan/map32bit.cc')
-rw-r--r-- | test/tsan/map32bit.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tsan/map32bit.cc b/test/tsan/map32bit.cc index 9dae6880e7fe2..d9a04655ddcac 100644 --- a/test/tsan/map32bit.cc +++ b/test/tsan/map32bit.cc @@ -7,6 +7,9 @@ // Test for issue: // https://code.google.com/p/thread-sanitizer/issues/detail?id=5 +// MAP_32BIT flag for mmap is supported only for x86_64. +// XFAIL: mips64 + void *Thread(void *ptr) { *(int*)ptr = 42; barrier_wait(&barrier); |