mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
# RUN: -F %sdk/System/Library/PrivateFrameworks \
|
||||
# RUN: %xcode-extra-frameworks-search-path
|
||||
|
||||
# REQUIRES: rdar143050566
|
||||
# REQUIRES: long_test
|
||||
# REQUIRES: nonexecutable_test
|
||||
|
||||
@@ -44,6 +43,9 @@ for module_file in os.listdir(sdk_overlay_dir):
|
||||
"public", "RuntimeModule", "modules"),
|
||||
"-I", os.path.join(source_dir, "include"),
|
||||
"--enable-experimental-cxx-interop"]
|
||||
# TODO: Fix SIL verification error (probably due to a deserialization bug
|
||||
# in sil-opt) rdar://143050566
|
||||
continue
|
||||
# _Concurrency needs its own additional modules in the module path
|
||||
if module_name == "_Concurrency":
|
||||
extra_args = ["-I", os.path.join(source_dir, "stdlib",
|
||||
|
||||
Reference in New Issue
Block a user