Skip to content

Commit ab89342

Browse files
authored
Merge pull request #39630 from davezarzycki/pr39630
[testing] Convert XFAIL to UNSUPPORTED in C++ module testing
2 parents 6f1f21a + 61ae3ae commit ab89342

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test/Interop/Cxx/stdlib/std-module-interface.swift

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
// RUN: %target-swift-ide-test -print-module -module-to-print=std.string -source-filename=x -enable-cxx-interop -tools-directory=%llvm_obj_root/bin -module-cache-path %t | %FileCheck %s -check-prefix=CHECK-STRING
44

55
// Clang driver on Windows doesn't support -stdlib=libc++
6-
// XFAIL: OS=windows-msvc
6+
// UNSUPPORTED: OS=windows-msvc
77

8-
// libstdc++ cannot currently be imported.
9-
// XFAIL: OS=linux-gnu
10-
11-
// XFAIL: OS=linux-androideabi
12-
// XFAIL: OS=linux-android
8+
// libstdc++ cannot currently be imported
9+
// UNSUPPORTED: OS=linux-gnu
10+
// UNSUPPORTED: OS=linux-androideabi
11+
// UNSUPPORTED: OS=linux-android
1312

1413
// CHECK-STD: import std.iosfwd
1514
// CHECK-STD: import std.string

0 commit comments

Comments
 (0)