Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 4207ad57707f07208dfb1d7c79889e1372c396ab
Author: azhan92 <alisonxzhang@gmail.com>
Date: Mon Jan 22 13:38:54 2024 -0500

[libc++] Fix noexcept behaviour of operator new helper functions (#74337)

This patch removes the noexcept specifier introduced in #69407 since the
Standard allows a new handler to throw an exception of type bad_alloc
(or derived from it). With the noexcept specifier on the helper
functions, we would immediately terminate the program.

The patch also adds tests for the case that had regressed.

Co-authored-by: Alison Zhang <alisonzhang@ibm.com>
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 487124 2025-12-16T16:40:01 0:00:00
Previous 487078 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.11s