From 843002430ba7083e9c9ff4d7e00188a7e4723e85 Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Mon, 21 Oct 2024 17:16:24 +0000 Subject: [PATCH] [lld/Macho][test] Mark objc-category-merging-minimal.s as unsupported on Windows With #112981, the test uses awk, which gnuwin32 doesn't seem to have. --- lld/test/MachO/objc-category-merging-minimal.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lld/test/MachO/objc-category-merging-minimal.s b/lld/test/MachO/objc-category-merging-minimal.s index 88c175333f262..d4d5933aa5ec8 100644 --- a/lld/test/MachO/objc-category-merging-minimal.s +++ b/lld/test/MachO/objc-category-merging-minimal.s @@ -1,4 +1,7 @@ # REQUIRES: aarch64 +# UNSUPPORTED: system-windows +# due to awk usage + # RUN: rm -rf %t; split-file %s %t && cd %t ############ Test merging multiple categories into a single category ############