//===-- LLGSTest.cpp ------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "TestBase.h" #include "lldb/Host/Host.h" #include "llvm/Testing/Support/Error.h" usingnamespacellgs_tests; usingnamespacelldb_private; usingnamespacellvm; #ifdef SendMessage #undef SendMessage #endif // Disable this test on Windows as it appears to have a race condition // that causes lldb-server not to exit after the inferior hangs up. #if !defined(_WIN32) TEST_F(TestBase, LaunchModePreservesEnvironment) { … } #endif TEST_F(TestBase, DS_TEST(DebugserverEnv)) { … } TEST_F(TestBase, LLGS_TEST(vAttachRichError)) { … }