Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 01df775dc42b62141ad07ad30aaa361ab162b8f5
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Mon Sep 16 17:55:33 2024 +0200

[libc++] Take the ABI break for `std::list`'s pointer UB unconditionally (#100585)

This ABI break only affects fancy pointer which have a different value
representation when pointing to a base of T instead of T itself. This
seems like a rather small set of fancy pointers, which themselves
already represent a very small niche. This patch swaps a pointer to T
with a pointer to base of T in a few library-internal types.
Filter

ldionne-old-macbook-results test results

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