Paul T Robinson
Paul T Robinson
> I am not sure if the definition of the `operator delete` is valid, because > it does not de-allocate memory allocated by `new`. The standard specifies that the memory...
There's actually a significant amount of change in DWARF v5. New line table header format, which can move pathnames to a new section. Location lists and range lists have a...
Detailed description of Rotten Green Test detection in googletest. ## Overview Rotten Green Test detection consists of (a) statically identifying all test assertions; (b) dynamically recording which assertions are executed;...
> What we do is define a global variable with the same name as the `test_info_` member. That way, if a test assertion is defined inside a Test, the name...
Is there something else you want to know? I should be able to get started on unit tests for the new feature in the near future.
While investigating a failure in googletest-output-test, I've discovered that my instrumentation doesn't work well for TEST_P, TYPED_TEST, and TYPED_TEST_P. For those tests, the TestInfo* is not statically identifiable, unlike with...
Lacking any feedback, I'll assume RGT detection would have to work with all googletest features, and my current design of adding a new "kRotten" test result isn't going to work....
I am actively trying to get the CLA issue resolved. If someone on the Google side can tell me who the Sony/SIE contact is, that would help immensely.
I'm told I've been added to the CLA, so we should be okay to go now?
I've added the `cla: yes` and `cla: no` labels as instructed on the troubleshooting page, and my corporate contact says I should be on the list. But I'm still failing...