[webkit-changes] [WebKit/WebKit] 77cc78: Add Guard-Malloc and ASAN as modifiers to test exp...

Ryosuke Niwa noreply at github.com
Tue Jan 10 17:40:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 77cc784b7c9e760613ae2fe7849e3215184be868
      https://github.com/WebKit/WebKit/commit/77cc784b7c9e760613ae2fe7849e3215184be868
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M LayoutTests/platform/mac/TestExpectations
    M Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py
    M Tools/Scripts/webkitpy/port/base.py

  Log Message:
  -----------
  Add Guard-Malloc and ASAN as modifiers to test expectations
https://bugs.webkit.org/show_bug.cgi?id=250407

Reviewed by David Kilzer and Jonathan Bedard.

Add the support for "ASAN" and "Guard-Malloc" as test expectation modifiers.
These are build types like "Release" and "Debug".

Use that to skip crypto/crypto-random-values-oom.html on guard malloc bots.

* LayoutTests/platform/mac/TestExpectations:
* Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py:
(make_mock_all_test_configurations_set):
(TestConfigurationConverterTest.test_to_config_set_with_asan_and_guard_malloc):
(TestConfigurationConverterTest.test_macro_expansion):
(TestConfigurationConverterTest.test_to_specifier_lists):
* Tools/Scripts/webkitpy/port/base.py:
(Port):
(Port.test_configuration):

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




More information about the webkit-changes mailing list