-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Enable 2-channel arrays in resize tests #16189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b563dd9
to
d3568a4
Compare
jenkins cn please retry a build |
@mshabunin do you plan to finish the pr? |
bd1eed8
to
06ed269
Compare
@@ -621,20 +621,27 @@ void TS::set_gtest_status() | |||
|
|||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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