From afa6187a548674a71068b167516583e20ef068d7 Mon Sep 17 00:00:00 2001 From: Greg Curtis Date: Fri, 6 Sep 2024 19:00:25 -0400 Subject: [PATCH] testscripts: skip (known) failing tests on darwin (#2256) The Python linker tests that fail on Linux (which is expected) also fail on darwin. The darwin tests only run in the pre-release job, so it went unnoticed in the original PR. --- testscripts/languages/python_missing_so.test.txt | 2 +- testscripts/languages/python_old_glibc.test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testscripts/languages/python_missing_so.test.txt b/testscripts/languages/python_missing_so.test.txt index 3e9adfa7a54..44ca1afa17f 100644 --- a/testscripts/languages/python_missing_so.test.txt +++ b/testscripts/languages/python_missing_so.test.txt @@ -7,7 +7,7 @@ # libstdc++.so. The nixpkgs Python interpreter doesn't search standard system # paths, so Devbox must patch it or provide the location of native dependencies. -[!env:DEVBOX_RUN_FAILING_TESTS] [linux] skip 'this test doesn''t pass on Linux yet' +[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet' exec devbox install diff --git a/testscripts/languages/python_old_glibc.test.txt b/testscripts/languages/python_old_glibc.test.txt index b3379ad820a..ae38ec4fffe 100644 --- a/testscripts/languages/python_old_glibc.test.txt +++ b/testscripts/languages/python_old_glibc.test.txt @@ -3,7 +3,7 @@ # Check that an older version of the Python interpreter (3.7) can import and run # pip packages that are built from source. -[!env:DEVBOX_RUN_FAILING_TESTS] [linux] skip 'this test doesn''t pass on Linux yet' +[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet' exec devbox install