@@ -679,8 +679,22 @@ final class Swift510_DebianEndToEndTests: XCTestCase {
679679 )
680680 }
681681
682- // NOTE: Debian 11 containers do not exist for Swift, and the generator does not support
683- // generating this container for you automatically, so we do not test this scenario.
682+ func testTrixieAarch64Direct( ) async throws {
683+ try skipSlow ( )
684+ try await buildTestcases (
685+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " aarch64 " )
686+ )
687+ }
688+
689+ func testTrixieX86_64Direct( ) async throws {
690+ try skipSlow ( )
691+ try await buildTestcases (
692+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " x86_64 " )
693+ )
694+ }
695+
696+ // NOTE: Debian 11 and 13 containers do not exist for Swift, and the generator does not
697+ // support creating this container for you automatically, so we do not test this scenario.
684698}
685699
686700final class Swift60_DebianEndToEndTests : XCTestCase {
@@ -726,8 +740,22 @@ final class Swift60_DebianEndToEndTests: XCTestCase {
726740 )
727741 }
728742
729- // NOTE: Debian 11 containers do not exist for Swift, and the generator does not support
730- // generating this container for you automatically, so we do not test this scenario.
743+ func testTrixieAarch64Direct( ) async throws {
744+ try skipSlow ( )
745+ try await buildTestcases (
746+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " aarch64 " )
747+ )
748+ }
749+
750+ func testTrixieX86_64Direct( ) async throws {
751+ try skipSlow ( )
752+ try await buildTestcases (
753+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " x86_64 " )
754+ )
755+ }
756+
757+ // NOTE: Debian 11 and 13 containers do not exist for Swift, and the generator does not
758+ // support creating this container for you automatically, so we do not test this scenario.
731759}
732760
733761final class Swift61_DebianEndToEndTests : XCTestCase {
@@ -773,8 +801,22 @@ final class Swift61_DebianEndToEndTests: XCTestCase {
773801 )
774802 }
775803
776- // NOTE: Debian 11 containers do not exist for Swift, and the generator does not support
777- // generating this container for you automatically, so we do not test this scenario.
804+ func testTrixieAarch64Direct( ) async throws {
805+ try skipSlow ( )
806+ try await buildTestcases (
807+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " aarch64 " )
808+ )
809+ }
810+
811+ func testTrixieX86_64Direct( ) async throws {
812+ try skipSlow ( )
813+ try await buildTestcases (
814+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " x86_64 " )
815+ )
816+ }
817+
818+ // NOTE: Debian 11 and 13 containers do not exist for Swift, and the generator does not
819+ // support creating this container for you automatically, so we do not test this scenario.
778820}
779821
780822final class Swift62_DebianEndToEndTests : XCTestCase {
@@ -820,8 +862,22 @@ final class Swift62_DebianEndToEndTests: XCTestCase {
820862 )
821863 }
822864
823- // NOTE: Debian 11 containers do not exist for Swift, and the generator does not support
824- // generating this container for you automatically, so we do not test this scenario.
865+ func testTrixieAarch64Direct( ) async throws {
866+ try skipSlow ( )
867+ try await buildTestcases (
868+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " aarch64 " )
869+ )
870+ }
871+
872+ func testTrixieX86_64Direct( ) async throws {
873+ try skipSlow ( )
874+ try await buildTestcases (
875+ config: config. withLinuxDistributionVersion ( " 13 " ) . withArchitecture ( " x86_64 " )
876+ )
877+ }
878+
879+ // NOTE: Debian 11 and 13 containers do not exist for Swift, and the generator does not
880+ // support creating this container for you automatically, so we do not test this scenario.
825881}
826882
827883final class Swift59_RHELEndToEndTests : XCTestCase {
0 commit comments