[webkit-changes] [WebKit/WebKit] 87493b: [JSC] Don't skip stress tests for `Intl.DurationFo...

SUZUKI Sosuke noreply at github.com
Thu Aug 8 15:24:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 87493bfd67e17d36947fb0a57209b572233b3171
      https://github.com/WebKit/WebKit/commit/87493bfd67e17d36947fb0a57209b572233b3171
  Author: Sosuke Suzuki <aosukeke at gmail.com>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M JSTests/stress/intl-durationformat-format-to-parts.js

  Log Message:
  -----------
  [JSC] Don't skip stress tests for `Intl.DurationFormat` on non-Darwin OS
https://bugs.webkit.org/show_bug.cgi?id=277768

Reviewed by Yusuke Suzuki.

Currently, `stress/intl-durationformat-format-to-parts` is skipped on non-Darwin operating systems.
However, this test works on Linux, and other stress tests for `Intl.DurationFormat` are executed on
non-Darwin operating systems.

This patch changes the `stress/intl-durationformat-format-to-parts` test to run on non-Darwin
operating systems as well.

* JSTests/stress/intl-durationformat-format-to-parts.js:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list