summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-05-13 22:02:09 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-05-13 22:02:09 +0000
commitb40284dfb0930ebb48d6bf2dc11d1dc49ab1c162 (patch)
tree3537f43170b399d75a94a4c13e60ad29999787cc /lldb
parentec42fc177c1de276074f4499a4dd8d6911e94bdd (diff)
downloadbcm5719-llvm-b40284dfb0930ebb48d6bf2dc11d1dc49ab1c162.tar.gz
bcm5719-llvm-b40284dfb0930ebb48d6bf2dc11d1dc49ab1c162.zip
Disable TestEnvironment on Windows
The input source file seems to be triggering an error in the Visual Studio headers. > xstddef:338:2: error: ''auto' return without trailing return type; > deduced return types are a C++14 extension I tried converting the test to use the %build stuff Zachary added, but that seems to be missing some Darwin support. Disabling the test on Windows in the meantime. llvm-svn: 360624
Diffstat (limited to 'lldb')
-rw-r--r--lldb/lit/Process/TestEnvironment.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/Process/TestEnvironment.test b/lldb/lit/Process/TestEnvironment.test
index 8bbf8767f33..355feb306cd 100644
--- a/lldb/lit/Process/TestEnvironment.test
+++ b/lldb/lit/Process/TestEnvironment.test
@@ -1,3 +1,5 @@
+UNSUPPORTED: system-windows
+
The double quotes around "BAR" ensure we don't match the command.
RUN: %clangxx -std=c++11 %p/Inputs/env.cpp -o %t
OpenPOWER on IntegriCloud