On 02/04/2020 20:37, Walter Erquinigo via lldb-commits wrote: > - Now using a env var to determine whether to run the test, as > someone might have built liblldbIntelFeatures.so without intelPT > support, which would make this test fail.
That's a very nonstandard way of doing things. I don't think we should be doing that. Is there any way of checking this automatically (for example, by looking at /proc/cpuinfo)? We could then have a test decorator or a test category to annotate these tests with... pl _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits