Skip to content

Commit 586fcc8

Browse files
committed
tst for @^{/fix_postprocess_memcpy_pitch_20250305}
1 parent 3bd4924 commit 586fcc8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/regression/run_tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ test_different_sizes() {
6666
rm $files
6767
}
6868

69+
test_fix_postprocess_memcpy_pitch_20250305() {
70+
$GPUJPEG -e 1119x561.c_ycbcr-jpeg.p_422-u8-p0p1p2.tst ycbcr422.jpg
71+
$GPUJPEG -d -c ycbcr-jpeg ycbcr422.jpg out.y4m
72+
rm ycbcr422.jpg out.y4m
73+
}
74+
6975
# sanity test (gpujpeg should fail)
7076
test_nonexistent() {
7177
! $GPUJPEG -e nonexistent.pam fail.jpg
@@ -156,6 +162,7 @@ test_random_psnr() {
156162
test_commit_b620be2
157163
test_different_sizes
158164
test_fix_decode_outside_pinned_AND_fix_huff_buf_partially_not_cleared
165+
test_fix_postprocess_memcpy_pitch_20250305
159166
test_gray_image
160167
test_nonexistent
161168
test_pam_pnm_y4m

0 commit comments

Comments
 (0)