From fe3d329c002101c423038c8b930c20aa6d89a434 Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Mon, 23 Aug 2021 10:12:09 +0100 Subject: [PATCH] [Tests] Mark TypeRoundTrip as unsupported on use_os_stdlib. When use_os_stdlib is set, we use the system Swift libraries, rather than the ones we've just built. Older Swift libraries don't have some of the required functions to run this test, and since the test is supposed to be testing the library rather than the compiler, it makes sense to just mark it as unsupported in that configuration. --- test/TypeRoundTrip/round-trip.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/TypeRoundTrip/round-trip.swift b/test/TypeRoundTrip/round-trip.swift index 35c593b63acb2..1be147f1efb45 100644 --- a/test/TypeRoundTrip/round-trip.swift +++ b/test/TypeRoundTrip/round-trip.swift @@ -12,6 +12,8 @@ // REQUIRES: executable_test // REQUIRES: shell +// UNSUPPORTED: use_os_stdlib +// UNSUPPORTED: back_deployment_runtime // CHECK-NOT: FAIL