[llvm-branch-commits] [MC] Invoke run line in stdin.s using bash (PR #157232)

2025-09-07 Thread Aiden Grossman via llvm-branch-commits
boomanaiden154 wrote: > I don't know if I understand what you're going for in this patch. How is this > an improvement over just keeping REQUIRES: shell? The REQUIRES: bit is > what's going to stop the test from running in the wrong environment. That > seems like the right tradeoff. If we do

[llvm-branch-commits] [MC] Invoke run line in stdin.s using bash (PR #157232)

2025-09-07 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/157232 This test needs to use subshells so that the file descriptor offset gets moved before llvm-mc starts writing output. I cannot get this to trigger the assertion (after reverting the code fixes that fixed th

[llvm-branch-commits] [MC] Invoke run line in stdin.s using bash (PR #157232)

2025-09-06 Thread Paul Kirth via llvm-branch-commits
ilovepi wrote: I don't know if I understand what you're going for in this patch. How is this an improvement over just keeping `REQUIRES: shell`? The `REQUIRES: ` bit is what's going to stop the test from running in the wrong environment. That seems like the right tradeoff. https://github.c