clayborg added a comment.

I am worried if this test will be flaky on loaded machines. Not sure how we can 
ever guarantee we will see processor traces with our stuff in it if the machine 
is busy running many tests or even doing other things.



================
Comment at: 
lldb/test/API/tools/intel-features/intel-pt/test/TestIntelPTSimpleBinary.py:50-54
+                "rand", # We expect to see a reference to the rand function
+                        # within the last instructions
+                hex(fun_start_adddress),  # We expect to have seen the first
+                                          # instruction of 'fun'
+                "at main.cpp:21" # We expect to see the exit condition of
----------------
can we guarantee we will see any of these on a fully loaded machine running 
many tests simultaneously? Maybe we need to settle for the header of the output 
only to know that it tried to display something?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77107/new/

https://reviews.llvm.org/D77107



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to