We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd4924 commit 586fcc8Copy full SHA for 586fcc8
test/regression/run_tests.sh
@@ -66,6 +66,12 @@ test_different_sizes() {
66
rm $files
67
}
68
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
+
75
# sanity test (gpujpeg should fail)
76
test_nonexistent() {
77
! $GPUJPEG -e nonexistent.pam fail.jpg
@@ -156,6 +162,7 @@ test_random_psnr() {
156
162
test_commit_b620be2
157
163
test_different_sizes
158
164
test_fix_decode_outside_pinned_AND_fix_huff_buf_partially_not_cleared
165
+test_fix_postprocess_memcpy_pitch_20250305
159
166
test_gray_image
160
167
test_nonexistent
161
168
test_pam_pnm_y4m
0 commit comments