diff options
author | Vedant Kumar <vsk@apple.com> | 2018-06-01 20:02:57 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-06-01 20:02:57 +0000 |
commit | 1943b49c99a3ea7df455788e9402a2501d618c05 (patch) | |
tree | 5ed2230200581d1310e8d67eef45111614a076f6 /lldb/lit/Expr/TestIRMemoryMap.test | |
parent | bf03bfb0a33af6b847a19971eedb09582ef3cb84 (diff) | |
download | bcm5719-llvm-1943b49c99a3ea7df455788e9402a2501d618c05.tar.gz bcm5719-llvm-1943b49c99a3ea7df455788e9402a2501d618c05.zip |
Disable TestIRMemoryMap.test on Windows
It's been pointed out in https://reviews.llvm.org/D47646 that lldb-test
fails to create a usable process on Windows when running this test.
llvm-svn: 333785
Diffstat (limited to 'lldb/lit/Expr/TestIRMemoryMap.test')
-rw-r--r-- | lldb/lit/Expr/TestIRMemoryMap.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/Expr/TestIRMemoryMap.test b/lldb/lit/Expr/TestIRMemoryMap.test index b3837bb84ef..3a2c86c97f7 100644 --- a/lldb/lit/Expr/TestIRMemoryMap.test +++ b/lldb/lit/Expr/TestIRMemoryMap.test @@ -1,3 +1,5 @@ +# REQUIRES: nowindows + # RUN: %cxx %p/Inputs/call-function.cpp -g -o %t # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic |