From 8a06a01577ecfd3bf987b59b98033ffa940d78e6 Mon Sep 17 00:00:00 2001 From: Evan Wilde Date: Wed, 6 Aug 2025 09:56:56 -0700 Subject: [PATCH] FreeBSD: XFAIL cmark_crosscompiling_using_toolchain FreeBSD isn't using toolchain files at the moment so this test is failing. XFAIL'ing it on FreeBSD. If/when we do switch, the XFAIL should fail, and we can re-enable it then. --- .../BuildSystem/cmark_crosscompile_using_toolchain_always.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validation-test/BuildSystem/cmark_crosscompile_using_toolchain_always.test b/validation-test/BuildSystem/cmark_crosscompile_using_toolchain_always.test index deea2cef7a19e..d546a591a673c 100644 --- a/validation-test/BuildSystem/cmark_crosscompile_using_toolchain_always.test +++ b/validation-test/BuildSystem/cmark_crosscompile_using_toolchain_always.test @@ -1,3 +1,5 @@ +# XFAIL: OS=freebsd + # REQUIRES: standalone_build # RUN: %empty-directory(%t)