From fac53d200d8bfcd6da83c46884df98814ffbc661 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Wed, 31 May 2023 15:28:18 +0100 Subject: [PATCH] [5.8] Re-enable `test-static-stdlib.test` Originally submitted to 5.9 as https://github.com/apple/swift-integration-tests/pull/115 This test was disabled for a while, which led to static linking regressions on Linux. It should be re-enabled for us to make sure that this feature works as intended. --- test-static-stdlib/test-static-stdlib.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-static-stdlib/test-static-stdlib.test b/test-static-stdlib/test-static-stdlib.test index 163aeda..1950429 100644 --- a/test-static-stdlib/test-static-stdlib.test +++ b/test-static-stdlib/test-static-stdlib.test @@ -1,5 +1,4 @@ - -REQUIRES: SR9384 +REQUIRES: platform=Linux RUN: rm -rf %t RUN: mkdir -p %t