aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ProgramTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-05Support: Fix program error test failures when using fork (#129252)Matt Arsenault1-5/+17
2025-03-02unittests: Use EXPECT_ instead of ASSERT_ in a few tests (#129251)Matt Arsenault1-6/+6
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue1-0/+90
2024-02-26Revert "[llvm][Support] Add support for executing a detached process (#81708)"cpsughrue1-74/+0
2024-02-26[llvm][Support] Add support for executing a detached process (#81708)Connor Sughrue1-0/+74
2023-12-16[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2022-12-22Support: Add polling option to sys::WaitMatt Arsenault1-0/+39
2022-12-14Support: Make Wait's SecondsToWait be std::optional [NFC]Matt Arsenault1-8/+10
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+5
2022-12-01Support: Convert Program APIs to std::optionalMatt Arsenault1-3/+4
2022-04-12[Reland][lit] Use sharding for GoogleTest formatYuanfang Chen1-1/+3
2022-04-04Revert "Reland "[lit] Use sharding for GoogleTest format""Alex Brachet1-3/+1
2022-04-03Reland "[lit] Use sharding for GoogleTest format"Yuanfang Chen1-1/+3
2022-04-03Revert "[lit] Use sharding for GoogleTest format"Yuanfang Chen1-3/+1
2022-04-03[lit] Use sharding for GoogleTest formatYuanfang Chen1-1/+3
2022-02-08[Support] Don't print stacktrace if DbgHelp.dll hasn't been loaded yetAndy Yankovsky1-0/+25
2022-01-21[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)Archibald Elliott1-2/+2
2021-11-05[Support] [Windows] Convert paths to the preferred formMartin Storsjö1-3/+12
2021-04-09[RGT] Tweak test so assertion is always executedPaul Robinson1-2/+4
2020-07-28[Support] Add file lock/unlock functionsSerge Pavlov1-0/+54
2020-07-14[llvm][unittests] Fix ProgramEnvTest.TestExecuteAndWaitStatistics on SolarisRainer Orth1-1/+0
2020-06-17Use explicitly unsigned zero to prevent from a warningSerge Pavlov1-1/+1
2020-06-17[Support] Get process statistics in ExecuteAndWait and WaitSerge Pavlov1-0/+26
2019-08-14Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath1-2/+10
2019-08-14raw_ostream: add operator<< overload for std::error_codePavel Labath1-10/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-38/+22
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-7/+7
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko1-12/+11
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth1-2/+2
2017-01-13Remove unused lambda captures. NFCMalcolm Parsons1-0/+1
2016-06-29Resubmit "Update llvm command line parser to support subcommands."Zachary Turner1-2/+2
2016-06-28Revert r274054 to try to appease the botManman Ren1-2/+2
2016-06-28Update llvm command line parser to support subcommands.Zachary Turner1-2/+2
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-10/+4
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-4/+10
2016-02-03Silence -Wsign-conversion issue in ProgramTest.cppReid Kleckner1-3/+3
2015-11-04Fix unit tests on Windows: handle env vars with non-ASCII chars.Pawel Bylica1-38/+70
2014-11-24More long path name support on Windows, this time in program execution.Paul Robinson1-0/+50
2014-09-03Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola1-0/+50
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-18/+18
2014-05-31Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne1-0/+30
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+0
2013-10-01Add non-blocking Wait() for launched processesTareq A. Siraj1-0/+103
2013-09-20Fixed typo in CreateProcessTrailingSlash testTareq A. Siraj1-1/+1
2013-06-26Remove unused includes.Rafael Espindola1-1/+0
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola1-2/+4
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola1-6/+7