[all-commits] [llvm/llvm-project] 80878c: [libc++] Fix XFAIL annotation
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Aug 20 07:20:44 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: 80878ccb3286e7de3ef2f67f24b2026f4544d244
https://github.com/llvm/llvm-project/commit/80878ccb3286e7de3ef2f67f24b2026f4544d244
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
Log Message:
-----------
[libc++] Fix XFAIL annotation
The triple can sometimes be arm64-apple-macos, where the previous XFAIL
annotation wouldn't match (and hence the test would fail unexpectedly).
(cherry picked from commit e8118e6c8df52cc026daefc1a1c747d9d8a75ed8)
More information about the All-commits
mailing list