[all-commits] [llvm/llvm-project] 291b8c: [XRay] Make Test Work with Internal Shell
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Oct 30 12:31:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 291b8ce40d0de8f876ab3791740b98dff5961a93
https://github.com/llvm/llvm-project/commit/291b8ce40d0de8f876ab3791740b98dff5961a93
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
M compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
Log Message:
-----------
[XRay] Make Test Work with Internal Shell
There was one test that set an environment variable without using env
and also used a subshell. These are features the internal shell does not
support. Rewrite the test to use readfile/env.
Reviewers: fmayer, MaskRay
Reviewed By: fmayer
Pull Request: https://github.com/llvm/llvm-project/pull/165143
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list