[all-commits] [llvm/llvm-project] e8118e: [libc++] Fix XFAIL annotation
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Aug 20 07:18:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8118e6c8df52cc026daefc1a1c747d9d8a75ed8
https://github.com/llvm/llvm-project/commit/e8118e6c8df52cc026daefc1a1c747d9d8a75ed8
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).
More information about the All-commits
mailing list