jasonmolenda wrote: I did have one unrelated change to TestPlatformCommand.py in this PR, as I was running the testsuite, the way `/bin/ls` displayed the files in `/` failed to match a regex this test was using because it required ordering that isn't reliable when files are displayed multi-column. Changed the match to not require an exact ordering; other option would have been to use `/bin/ls -1` to get a single column.
https://github.com/llvm/llvm-project/pull/180323 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
