Skip to content

Commit ea225d5

Browse files
authored
Merge pull request swiftlang#80247 from swiftlang/gaborh/partially-enable-test
Partially reenable test
2 parents a84b53f + 61520d2 commit ea225d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: validation-test/SIL/verify_all_overlays.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# RUN: -F %sdk/System/Library/PrivateFrameworks \
66
# RUN: %xcode-extra-frameworks-search-path
77

8-
# REQUIRES: rdar143050566
98
# REQUIRES: long_test
109
# REQUIRES: nonexecutable_test
1110

@@ -44,6 +43,9 @@
4443
"public", "RuntimeModule", "modules"),
4544
"-I", os.path.join(source_dir, "include"),
4645
"--enable-experimental-cxx-interop"]
46+
# TODO: Fix SIL verification error (probably due to a deserialization bug
47+
# in sil-opt) rdar://143050566
48+
continue
4749
# _Concurrency needs its own additional modules in the module path
4850
if module_name == "_Concurrency":
4951
extra_args = ["-I", os.path.join(source_dir, "stdlib",

0 commit comments

Comments
 (0)