Skip to content

Commit 71178fe

Browse files
committed
[test] More test updates
1 parent b9b552d commit 71178fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/Interop/Cxx/class/move-only/move-only-cxx-value-type.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
//
55
// REQUIRES: executable_test
66

7-
// Needs an UnsafeMutablePointer where Pointee: ~Copyable (rdar://124544696)
8-
// XFAIL: *
9-
107
import MoveOnlyCxxValueType
118
import StdlibUnittest
129

validation-test/SILOptimizer/rdar114699006.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// RUN: -Xllvm -sil-print-function='$s4main1CCACycfc' \
1010
// RUN: 2>&1 | %FileCheck %s
1111

12+
// REQUIRES: CPU=x86_64
13+
1214
// This test expects the stdlib to be in its properly optimized form.
1315
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
1416

0 commit comments

Comments
 (0)