opencv/modules/gapi/test/cpu
Dmitry Matveev d792086ba6
Merge pull request #25060 from dmatveev:dm/gapi_test_time
G-API: Make test execution lighter (first attempt) #25060

### Background

G-API tests look running longer than tests for the rest of modules (e.g., 5m), and the analysis show that there's several outliers in G-API test suite which take a lot of time but don't improve the testing quality much:
![image](https://github.com/opencv/opencv/assets/144187/e6df013f-e548-47ac-a418-285b3f78c9f8)

In this PR I will cut the execution time to something reasonable.

### Contents

- Marked some outliers as `verylong`:
  - OneVPL barrier test - pure brute force
  - Stateful test in stream - in fact BG Sub accuracy test clone
- Restructured parameters instantiation in Streaming tests to generate less test configurations (54 -> 36)

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-02-22 16:40:33 +03:00
..
gapi_core_tests_cpu.cpp Merge pull request #21909 from dbudnikov:dbudnikov/reduce_gapi_tests_number 2022-05-15 10:07:01 +00:00
gapi_core_tests_fluid.cpp Merge pull request #21909 from dbudnikov:dbudnikov/reduce_gapi_tests_number 2022-05-15 10:07:01 +00:00
gapi_imgproc_tests_cpu.cpp Merge pull request #21909 from dbudnikov:dbudnikov/reduce_gapi_tests_number 2022-05-15 10:07:01 +00:00
gapi_imgproc_tests_fluid.cpp Merge pull request #21909 from dbudnikov:dbudnikov/reduce_gapi_tests_number 2022-05-15 10:07:01 +00:00
gapi_ocv_stateful_kernel_test_utils.hpp gapi(test): avoid anonymous namespace types as template parameters 2020-11-26 21:37:54 +00:00
gapi_ocv_stateful_kernel_tests.cpp Merge pull request #25060 from dmatveev:dm/gapi_test_time 2024-02-22 16:40:33 +03:00
gapi_operators_tests_cpu.cpp Merge pull request #21909 from dbudnikov:dbudnikov/reduce_gapi_tests_number 2022-05-15 10:07:01 +00:00
gapi_operators_tests_fluid.cpp Merge pull request #21909 from dbudnikov:dbudnikov/reduce_gapi_tests_number 2022-05-15 10:07:01 +00:00
gapi_ot_tests_cpu.cpp Enabled VAS OT in G-API Python interface 2023-12-19 17:51:59 +00:00
gapi_stereo_tests_cpu.cpp Merge pull request #20129 from aDanPin:dp/improvement_gapi_stereo_documentation 2021-06-09 13:24:50 +00:00
gapi_video_tests_cpu.cpp Merge pull request #19542 from OrestChura:oc/BGSub_ptest 2021-03-10 17:37:55 +00:00