Skip to content

Commit 4ac9932

Browse files
committed
tests: Un-XFAIL some CxxInterop tests that pass now.
1 parent a0dfad2 commit 4ac9932

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/Interop/CxxToSwiftToCxx/bridge-cxx-struct-back-to-cxx-execution.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
// REQUIRES: executable_test
1515

16-
// FIXME(NCG): This test requires NoncopyableGenerics to be a "suppressible" compiler feature.
17-
// XFAIL: !noncopyable_generics
18-
1916
//--- header.h
2017

2118
#include <stdio.h>

test/Interop/SwiftToCxx/stdlib/swift-stdlib-in-cxx.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: %check-interop-cxx-header-in-clang(%t/Swift.h -DSWIFT_CXX_INTEROP_HIDE_STL_OVERLAY -Wno-unused-private-field -Wno-unused-function -Wc++98-compat-extra-semi)
66
// RUN: %check-interop-cxx-header-in-clang(%t/Swift.h -DSWIFT_CXX_INTEROP_HIDE_STL_OVERLAY -Wno-unused-private-field -Wno-unused-function -Wc++98-compat-extra-semi -DDEBUG=1)
77

8-
// FIXME(NCG): This test requires NoncopyableGenerics to be a "suppressible" compiler feature.
9-
// XFAIL: !noncopyable_generics
10-
118
// CHECK: namespace swift SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("swift") {
129

1310
// CHECK: template<class T_0_0>

0 commit comments

Comments
 (0)