Skip to content

Commit a79c545

Browse files
committed
Disable pre ossa modules tests
1 parent 6cf986a commit a79c545

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/ModuleInterface/ossa-modules/different-modes-have-different-hashes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
// RUN: cd %t/MCP.O && ls *.swiftmodule > %t/MCP.O/firstFile
163163
// RUN: cd %t/MCP.O/old && ls *.swiftmodule > %t/MCP.O/secondFile
164164
// RUN: not diff -u %t/MCP.O/firstFile %t/MCP.O/secondFile
165+
// XFAIL: *
165166

166167
@_fixed_layout
167168
public final class Klass {

test/ModuleInterface/ossa-modules/sdk-test-stdlib-no-ossa.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
// Make sure the rebuild is in OSSA.
2929

3030
// RUN: %target-sil-opt -module-name Swift %t/PreBuiltSDKModules/Swift.swiftmodule/*.swiftmodule | grep '@$ss3foos5KlassCyF' | grep '[[]ossa[]]'
31+
// XFAIL: *
3132

3233
@_fixed_layout
3334
public final class Klass {

0 commit comments

Comments
 (0)