File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
// RUN: %gyb %s -o %t/ParameterPassing.swift
14
14
// RUN: %line-directive %t/ParameterPassing.swift -- %target-build-swift %t/ParameterPassing.swift -o %t/a.out_Release -O
15
15
// RUN: %target-run %t/a.out_Release
16
- // UNSUPPORTED: CPU=armv7k
16
+ // UNSUPPORTED: CPU=armv7k || CPU=arm64_32
17
17
// REQUIRES: executable_test
18
18
// REQUIRES: long_test
19
19
Original file line number Diff line number Diff line change 14
14
// RUN: %line-directive %t/SIMDParameterPassing.swift -- %target-build-swift %t/SIMDParameterPassing.swift -o %t/a.out_Release -O
15
15
// RUN: %target-run %t/a.out_Release
16
16
17
- // UNSUPPORTED: CPU=armv7k
17
+ // UNSUPPORTED: CPU=armv7k || CPU=arm64_32
18
18
// REQUIRES: executable_test
19
19
// REQUIRES: long_test
20
20
// XFAIL: linux
You can’t perform that action at this time.
0 commit comments