Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e693cc322ef8757b6efce4b4ccea32910d1d1afd https://github.com/WebKit/WebKit/commit/e693cc322ef8757b6efce4b4ccea32910d1d1afd Author: Sam Sneddon <gsnedd...@apple.com> Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths: M Tools/Scripts/webkitpy/test/main.py M Tools/lldb/dump_class_layout_unittest.py M Tools/lldb/lldb_webkit_unittest.py Log Message: ----------- Replace shouldSkip with standard unittest.skip https://bugs.webkit.org/show_bug.cgi?id=291975 Reviewed by Jonathan Bedard. This gets rid of more special-cases in our code, reducing what we're doing in unittest subclasses. * Tools/Scripts/webkitpy/test/main.py: (_Loader.getTestCaseNames): Remove shouldSkip support * Tools/lldb/dump_class_layout_unittest.py: (TestDumpClassLayout): Add unittest.skip decorator (TestDumpClassLayout.shouldSkip): Deleted. * Tools/lldb/lldb_webkit_unittest.py: (TestSummaryProviders): Add unittest.skip decorator (TestSummaryProviders.shouldSkip): Deleted. Canonical link: https://commits.webkit.org/294203@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes