RESOLVED FIXED299729
[run-gtk-test run-wpe-tests] Recognize Google tests value-parameterized tests
https://bugs.webkit.org/show_bug.cgi?id=299729
Summary [run-gtk-test run-wpe-tests] Recognize Google tests value-parameterized tests
Fujii Hironori
Reported 2025-09-29 05:20:31 PDT
run-gtk-test and run-wpe-tests don't support value-parameterized tests. `TestWebCore --gtest_list_tests` returns the following lines. > ImageBufferTests/AnyTwoImageBufferOptionsTest. > PutPixelBufferAffectsDrawOutput/1byteobject001byteobject00 # GetParam() = (1-byte object <00>, 1-byte object <00>) > PutPixelBufferAffectsDrawOutput/1byteobject001byteobject01 # GetParam() = (1-byte object <00>, 1-byte object <01>) > PutPixelBufferAffectsDrawOutput/1byteobject011byteobject00 # GetParam() = (1-byte object <01>, 1-byte object <00>) > PutPixelBufferAffectsDrawOutput/1byteobject011byteobject01 # GetParam() = (1-byte object <01>, 1-byte object <01>) Remove "#" and the following part.
Attachments
Fujii Hironori
Comment 1 2025-09-29 05:54:15 PDT
EWS
Comment 2 2025-09-30 03:10:42 PDT
Committed 300745@main (8ae5bcb28bc5): <https://commits.webkit.org/300745@main> Reviewed commits have been landed. Closing PR #51498 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.