<div dir="ltr"><div class="gmail_extra">To others who follow the libc++abi test failures back to this commit:</div><div class="gmail_extra"><br></div><div class="gmail_extra">The unwind_* failures have been addressed in r289353 by using -Wno-dynamic-exception-spec to suppress the C++17 behavior (for now).</div><div class="gmail_extra"><br></div><div class="gmail_extra">Currently the libc++ and libc++abi test suite run using -std=c++1z unless otherwise specified. However the dynamic exception specification tests</div><div class="gmail_extra">are fundamentally incompatible with C++17, and I don't just want to mark the as UNSUPPORTED because they'll rarely end up running.</div><div class="gmail_extra">Instead I'll work on adjusting the test suite to support locking a test to a give C++ dialect.</div><div class="gmail_extra"><br></div><div class="gmail_extra">/Eric</div></div>