File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
libcxx/test/std/experimental/simd/simd.class Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -202,13 +202,13 @@ jobs:
202202 matrix :
203203 include :
204204 - config : generic-cxx03
205- os : macos-latest
205+ os : macos-15
206206 - config : generic-cxx23
207- os : macos-latest
207+ os : macos-15
208208 - config : generic-modules
209- os : macos-latest
209+ os : macos-15
210210 - config : apple-configuration
211- os : macos-latest
211+ os : macos-15
212212 - config : apple-system
213213 os : macos-13
214214 - config : apple-system-hardened
Original file line number Diff line number Diff line change 1212// Pass-by-value arguments with alignment greater than register width are not supported.
1313// XFAIL: target=powerpc{{.*}}-ibm-{{.*}} && (clang-17 || clang-18)
1414
15- // FIXME: The following issue occurs on macOS 13.7 with Apple clang 15.0.0:
16- // clang: error: unable to execute command: Illegal instruction: 4
17- // XFAIL: target=x86_64-apple-macosx13.7
15+ // This test crashes AppleClang 15 but not later versions.
16+ // UNSUPPORTED: apple-clang-15
1817
1918// FIXME: The following issue occurs on Windows to Armv7 Ubuntu Linux:
2019// Assertion failed: N->getValueType(0) == MVT::v1i1 && "Expected v1i1 type"
You can’t perform that action at this time.
0 commit comments