Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8ae5bcb28bc51321acc990f400a75618668ec674
      
https://github.com/WebKit/WebKit/commit/8ae5bcb28bc51321acc990f400a75618668ec674
  Author: Fujii Hironori <[email protected]>
  Date:   2025-09-30 (Tue, 30 Sep 2025)

  Changed paths:
    M Tools/TestWebKitAPI/glib/TestExpectations.json
    M Tools/glib/api_test_runner.py

  Log Message:
  -----------
  [run-gtk-test run-wpe-tests] Recognize Google tests value-parameterized tests
https://bugs.webkit.org/show_bug.cgi?id=299729

Reviewed by Sergio Villar Senin.

run-gtk-test and run-wpe-test scripts didn't run value-parameterized
tests of Google tests because it didn't recognize them. Those scripts
collects test names with --gtest_list_tests. It lists up all test
names like the following.

> GStreamerTest.
>   gstStructureGetters
>   gstStructureJSONSerializing
>   (...)
> ImageBufferTests/AnyScaleTest.
>   SinkIntoNativeImageWorks/051byteobject00  # GetParam() = (0.5, 1-byte 
> object <00>)
>   SinkIntoNativeImageWorks/051byteobject01  # GetParam() = (0.5, 1-byte 
> object <01>)

Due to the trailing `#` part, the scripts failed to recognize the
value-parameterized tests. Truncate the `#` and the following part.
Marked new failing tests.

* Tools/TestWebKitAPI/glib/TestExpectations.json:
* Tools/glib/api_test_runner.py:
(TestRunner._get_tests_from_google_test_suite):

Canonical link: https://commits.webkit.org/300745@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to