From ddcf07d51c94caf958a31b60f85642628ce282f1 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 11 Feb 2016 02:02:52 +0000 Subject: [PATCH] Move mmap_limit_mp test to Posix This test isn't posix specific, but it doesn't pass on Windows and is XFAILed. I suspect that this test, which is expected to fail, is causing the hangs I'm seeing on our WinASan builder. Moving it to Posix seems to be the cleanest way to avoid running it on Windows. llvm-svn: 260480 --- compiler-rt/test/asan/TestCases/{ => Posix}/mmap_limit_mb.cc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename compiler-rt/test/asan/TestCases/{ => Posix}/mmap_limit_mb.cc (100%) diff --git a/compiler-rt/test/asan/TestCases/mmap_limit_mb.cc b/compiler-rt/test/asan/TestCases/Posix/mmap_limit_mb.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/mmap_limit_mb.cc rename to compiler-rt/test/asan/TestCases/Posix/mmap_limit_mb.cc -- 2.7.4