ptrivedi2610

Results 6 comments of ptrivedi2610

@BUG1989 Since compiling with GDB, we observed crash in libGAL.ko, we even tried to use multiple galcore.ko and corresponding libGAL.so packages. Still it failed. PFA for the logs ![using_different_galcore](https://user-images.githubusercontent.com/42232260/162139415-439e4471-68c2-4eb9-8aaa-fa6f7cb14193.png) ![with_older_galcore_6...

@astraw38 Yes, I would like to go ahead and implement. But I need to discuss about the approach. Does this mean overriding pytest_pyfunc_call and pointing to my own custom hook...

@astraw38 As discussed, I have started implementing hook pytest_assume_modify_summary_report() hook to give user control to print the summary in a customized way (similar approach to how I implemented pytest_assume_pass() and...

@astraw38 Can you confirm above approach so that I can implement and send to you for review ?