[test] disable AutolinkExtract/import_archive.swift while investigating. rdar://37605557 (#14677)

We've seen this test failing on bot:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/2836/
This commit is contained in:
Xi Ge
2018-02-16 08:06:31 -08:00
committed by GitHub
parent ac001c7fb8
commit 3d793d25a6

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar37605557
// RUN: %empty-directory(%t)
// RUN: %target-swiftc_driver -emit-library -emit-module -emit-module-path %t/empty.swiftmodule -module-name empty -module-link-name empty %S/empty.swift
// RUN: %target-swiftc_driver -c %s -I %t -o %t/import_experimental.o