Skip to content

Commit 61520d2

Browse files
author
Gabor Horvath
committed
Partially reenable test
A big test was disabled due to one module failing to verify with sil-opt. This PR reenables the test for all other modules to catch errors while this particular problem is being looked into. rdar://143050566
1 parent a8111e4 commit 61520d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

validation-test/SIL/verify_all_overlays.py

Lines changed: 3 additions & 1 deletion
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)