[all-commits] [llvm/llvm-project] bf6189: [libc++abi] Fix incorrect XFAILs for mis-aligned _...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jun 3 07:08:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf61891146be78a693ff6a52f05e1a7c8147ba4d
https://github.com/llvm/llvm-project/commit/bf61891146be78a693ff6a52f05e1a7c8147ba4d
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M libcxxabi/test/test_exception_address_alignment.pass.cpp
Log Message:
-----------
[libc++abi] Fix incorrect XFAILs for mis-aligned _Unwind_Exception on Apple
The problem mentioned in the XFAILs has been resolved in macosx10.15, so
the test is now XPASSing on that platform.
rdar://63640184
More information about the All-commits
mailing list