Jim Lewis

Results 102 comments of Jim Lewis

@SkydiverTricky Currently adding affirmation counts to each level (each level has its own count and the top a summation of the individual counts) If we add G_ALLOW_VACUOUS_PASS for scoreboards, why...

Given that you can do this, why add something inside. `AlertIf(G_ALERT_ID, GetAffirmCount = 0, "Test Ended with no affirmations checked", FAILURE);` If we add something internal, you would loose the...

Note to self: If the alert is configured to have a requirement goal or set up as a requirement, then there are settings that will allow a requirement that is...

I will put these on the update list. Both seem interesting and definitely worthy to add, particularly the 2nd one.

Resolution: Allow mirroring for Log, Alert, and Done to be Separately

I agree that what you are describing is erroneous (aka: a user error that is not currently detected by the coverage model). OTOH, detecting it would make entry an O(n**2)...

In a way, this is like file reading during an image processing test. If the image file were corrupted, the test may fail after running for hours due to the...

Based on my last class session, I added some additional materials to make the fact that it does a in order search of the data structure and picks the first...

With the current implementation of merging, you can enable merging and then add more to the bins: ``` Cov.SetMerging(TRUE); Cov.AddBins(5, GenBin(1)) ; - do bin 1. 5 more times Cov.AddBins(5,...

@riedel-ferringer First, thanks for the pull request. Can you submit the changes to ScoreboardGenericPkg and TbUtilPkg separately from AlertLogPkg. I can merge those. We need to talk about the changes...