-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
Workflow to build and test on ARM64 for 4.x branch #21907
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eec2c69
to
4a4cd4c
Compare
asenyaev
reviewed
Apr 29, 2022
@asmorkalov @asenyaev Some G-API tests failed: [----------] Global test environment tear-down
[==========] 20877 tests from 509 test cases ran. (1856588 ms total)
[ PASSED ] 20854 tests.
[ FAILED ] 23 tests, listed below:
[ FAILED ] PatternMatchingIntegrationE2E.ChainTransformationsApplied
[ FAILED ] PatternMatchingIntegrationE2E.ReversedChainTransformationsApplied
[ FAILED ] MathOpTestFluid/MathOpTest.MatricesAccuracyTest/26, where GetParam() = (8UC3, 1280x720, SAME_TYPE, 0xaaaadd2a5540, DIV, true, 1, false)
[ FAILED ] MathOpTestFluid/MathOpTest.MatricesAccuracyTest/34, where GetParam() = (8UC3, 1280x720, 8UC1, 0xaaaadd2a5540, DIV, true, 1, false)
[ FAILED ] MathOperatorArithmeticTestFluid/MathOperatorMatScalarTest.OperatorAccuracyTest/3, where GetParam() = (8UC1, 1280x720, SAME_TYPE, 0xaaaadd31f600, AbsExact(), DIV)
[ FAILED ] MathOperatorArithmeticTestFluid/MathOperatorMatScalarTest.OperatorAccuracyTest/7, where GetParam() = (8UC1, 1280x720, SAME_TYPE, 0xaaaadd31f600, AbsExact(), DIVR)
[ FAILED ] MathOperatorArithmeticTestFluid/MathOperatorMatScalarTest.OperatorAccuracyTest/11, where GetParam() = (8UC1, 640x480, SAME_TYPE, 0xaaaadd31f600, AbsExact(), DIV)
[ FAILED ] MathOperatorArithmeticTestFluid/MathOperatorMatScalarTest.OperatorAccuracyTest/15, where GetParam() = (8UC1, 640x480, SAME_TYPE, 0xaaaadd31f600, AbsExact(), DIVR)
[ FAILED ] MathOperatorArithmeticTestFluid/MathOperatorMatScalarTest.OperatorAccuracyTest/19, where GetParam() = (8UC1, 128x128, SAME_TYPE, 0xaaaadd31f600, AbsExact(), DIV)
[ FAILED ] MathOperatorArithmeticTestFluid/MathOperatorMatScalarTest.OperatorAccuracyTest/23, where GetParam() = (8UC1, 128x128, SAME_TYPE, 0xaaaadd31f600, AbsExact(), DIVR)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/2, where GetParam() = (8UC1, 1280x720, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/11, where GetParam() = (8UC1, 640x480, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/20, where GetParam() = (8UC1, 128x128, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/29, where GetParam() = (16SC1, 1280x720, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/38, where GetParam() = (16SC1, 640x480, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/47, where GetParam() = (16SC1, 128x128, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/56, where GetParam() = (32FC1, 1280x720, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/65, where GetParam() = (32FC1, 640x480, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/74, where GetParam() = (32FC1, 128x128, SAME_TYPE, 0xaaaadd31f650, AbsExact(), DIV)
[ FAILED ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/0, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 1, 0)
[ FAILED ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/1, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 2, 0)
[ FAILED ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/2, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 3, 0)
[ FAILED ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/3, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 4, 0)
23 FAILED TESTS
YOU HAVE 1677 DISABLED TESTS Should we turn it on but filter out those failed? |
I would suggest to turn it off at this moment and to deep dive in this issue a bit later. |
7f5d1ec
to
c6ac0e5
Compare
G-API tests are disabled. |
asenyaev
approved these changes
May 13, 2022
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.
Thanks!
asmorkalov
approved these changes
May 13, 2022
add opencv_contrib fork check use image hosted on quay.io
786d38d
to
07ad6a4
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Black list of tests can be found here
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.