================
@@ -104,7 +104,7 @@ TEST(Perf, RealLogicalCoreIDs) {
   ASSERT_GT((int)cpu_ids->size(), 0) << "We must see at least one core";
 }
 
-TEST(Perf, RealPtraceScope) {
+TEST(Perf, RealPtraceScopeWhenExist) {
----------------
rupprecht wrote:

I think it's a bug that I wrote `if (!*ptrace_scope_file)` instead of `if 
(!ptrace_scope_file)` -- I don't think there was anything I had in mind when 
writing it that way, e.g. if we should be able to assume the ptrace scope file 
exists & is readable. I'm surprised nobody noticed this bug earlier.

https://github.com/llvm/llvm-project/pull/142224
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to