Skip to content

Commit 4f32e5d

Browse files
committed
[WIP] Try to re-enable .swiftinterface generation for stdlib.
Reproducer for https://bugs.swift.org/browse/TF-934: run `validation-test/ParseableInterface/verify_stdlib.swift`.
1 parent 1862c95 commit 4f32e5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

validation-test/ParseableInterface/verify_stdlib.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Note that this test should still "pass" when Swift.swiftinterface has not
22
// been generated.
33

4-
// SWIFT_ENABLE_TENSORFLOW
5-
// FIXME(TF-489): Re-enable this test after fixing `.swiftinterface` errors.
6-
// UNSUPPORTED: nonexecutable_test
7-
84
// RUN: %empty-directory(%t)
95
// RUN: not ls %platform-module-dir/Swift.swiftmodule/%target-cpu.swiftinterface || %target-swift-frontend -build-module-from-parseable-interface %platform-module-dir/Swift.swiftmodule/%target-cpu.swiftinterface -parse-stdlib -o %t/Swift.swiftmodule
106

0 commit comments

Comments
 (0)