[msan] Disable allocator_mapping test on mips64 and aarch64.

llvm-svn: 248835
This commit is contained in:
Evgeniy Stepanov 2015-09-29 22:24:57 +00:00
parent 2d3754d82e
commit 01e4c87a5a
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
// //
// RUN: %clangxx_msan -O0 %s -o %t_1 // RUN: %clangxx_msan -O0 %s -o %t_1
// RUN: %clangxx_msan -O0 -DHEAP_ADDRESS=$(%run %t_1) %s -o %t_2 && %run %t_2 // RUN: %clangxx_msan -O0 -DHEAP_ADDRESS=$(%run %t_1) %s -o %t_2 && %run %t_2
//
// This test only makes sense for the 64-bit allocator. The 32-bit allocator
// does not have a fixed mapping. Exclude platforms that use the 32-bit
// allocator.
// UNSUPPORTED: mips64,aarch64
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>