Enable 2-channel arrays in resize tests#16189
Conversation
b563dd9 to
d3568a4
Compare
|
jenkins cn please retry a build |
|
@mshabunin do you plan to finish the pr? |
bd1eed8 to
06ed269
Compare
|
|
||
| void TS::update_context( BaseTest* test, int test_case_idx, bool update_ts_context ) | ||
| { | ||
| CV_UNUSED(update_ts_context); |
There was a problem hiding this comment.
@alalek , do you remember whether the changes in this file are necessary? It seems that some calib3d and color conversion tests fail due to this modification.
There was a problem hiding this comment.
These changes are used to have reproducible initial RNG seed (independent and different for each test_case_idx of the legacy test system).
RNG seeds are changed by this modification, so some tests are started to fail. This is the question to the testing code and performed checks.
c5de027 to
8dbd818
Compare
|
The PR have passed all checks now. Following is the list of changes:
Maybe there are too many commits? I can squash them into 1, 2 or 3 according to categories above if needed - please let me know. |
|
@mshabunin Please squash and rebase commits to enable GitHub Actions checks too (GHA fetch workflows from source branch only :\ ). |
8dbd818 to
6a129f0
Compare
9e134d3 to
6902066
Compare
|
It should be good now - I've rebased and "fixed" one flaky test in video module. |
relates #15257