We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96fa23 commit 4cbad83Copy full SHA for 4cbad83
libcxxabi/test/uncaught_exception.pass.cpp
@@ -16,7 +16,7 @@
16
// but running against a libc++ that doesn't. Fortunately, usage of __cxa_uncaught_exception()
17
// in the wild seems to be close to non-existent.
18
// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14|15}}
19
-// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{11|12|13|14}}
+// XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{(11|12|13|14)([.][0-9]+)?}}
20
21
#include <cxxabi.h>
22
#include <cassert>
0 commit comments