Skip to content
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

Removed the next pointer offset condition to set data size #328

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Merge branch 'main' into RawImagePlanarMetadataFix

d488909
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Removed the next pointer offset condition to set data size #328

Merge branch 'main' into RawImagePlanarMetadataFix
d488909
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results Linux failed Apr 16, 2024 in 0s

1 fail, 73 skipped, 233 pass in 10m 25s

  1 files  ±0    1 suites  ±0   10m 25s ⏱️ +3s
307 tests +4  233 ✅ +4  73 💤 ±0  1 ❌ ±0 
234 runs  +4  160 ✅ +4  73 💤 ±0  1 ❌ ±0 

Results for commit d488909. ± Comparison against earlier commit f52055d.

Annotations

Check warning on line 0 in imagemetadata_tests

See this annotation in the file changed.

@github-actions github-actions / Test Results Linux

rawplanar_offset (imagemetadata_tests) failed

artifacts/CI_test_result_Linux.xml [took 0s]
Raw output
failure
failure
failure

ASSERTION FAILURE:
- file   : imagemetadata_tests.cpp
- line   : 212
- message: check ptr->getNextPtrOffset(i) == mnextPtrOffset[i] has failed [2211840 != 2000]



ASSERTION FAILURE:
- file   : imagemetadata_tests.cpp
- line   : 212
- message: check ptr->getNextPtrOffset(i) == mnextPtrOffset[i] has failed [4423680 != 350]



ASSERTION FAILURE:
- file   : imagemetadata_tests.cpp
- line   : 215
- message: check ptr->getDataSize() == 0 has failed [6635520 != 0]
INFO:
- file   : imagemetadata_tests.cpp
- line   : 209
- message: check ptr->getWidth(i) == width has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 210
- message: check ptr->getHeight(i) == height has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 211
- message: check ptr->getStep(i) == step[i] has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 212
- message: check ptr->getNextPtrOffset(i) == mnextPtrOffset[i] has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 209
- message: check ptr->getWidth(i) == width has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 210
- message: check ptr->getHeight(i) == height has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 211
- message: check ptr->getStep(i) == step[i] has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 209
- message: check ptr->getWidth(i) == width has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 210
- message: check ptr->getHeight(i) == height has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 211
- message: check ptr->getStep(i) == step[i] has passed

INFO:
- file   : imagemetadata_tests.cpp
- line   : 214
- message: check ptr->getChannels() == channels has passed
Failures detected in:
- test case: imagemetadata_tests/rawplanar_offset
- file: imagemetadata_tests.cpp
- line: 194