test: check all properties in common.expectsError#19722
Conversation
This makes sure all properties that are meant to be checked will actually be tested for.
|
Landed in 2fef227. |
This makes sure all properties that are meant to be checked will actually be tested for. PR-URL: #19722 Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
|
Is it intentional that |
|
cc @BridgeAR ^ |
|
This commit lands cleanly on |
|
I guess in that case it would be best to backport it to make sure all properties are actually properly tested. |
|
@joyeecheung sorry, I overlooked your comment. It was not intentional to move the Since this function is still used currently, I am going to open another PR to add a similar functionality to |
This makes sure all properties that are meant to be checked will actually be tested for. PR-URL: nodejs#19722 Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
This makes sure all properties that are meant to be checked will
actually be tested for. Otherwise properties might be missed.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes