Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 0804ef2d1539fde7f45e18e4f87d99f7019f9aae
Author: Sanjay Marreddi <sanjay.mareddi@gmail.com>
Date: Tue Jan 9 19:39:36 2024 +0000

[libc++] Fix `regex_search` to match `$` alone with `match_default` flag (#77256)

Using `regex_search` with the regex_constant `match_default` and a
simple regex pattern `$` is expected to match general strings such as
_"a", "ab", "abc"..._ at `[last, last)` positions. But, the current
implementation fails to do so.

Fixes #75042
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 485687 2025-12-16T16:40:01 0:00:00
Previous 485434 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.08s