Skip to content

Commit

Permalink
restrict linux-only tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer committed Apr 28, 2024
1 parent 592562e commit 5725f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lld/test/ELF/AIE/aie/aie-linkabs-error.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
# (c) Copyright 2023-2024 Advanced Micro Devices, Inc. or its affiliates
# REQUIRES: aie

# REQUIRES: aie, system-linux
# RUN: yaml2obj %S/aie-linkabs.in0.test -o %t_1.o
# RUN: yaml2obj %S/aie-linkabs.in1.test -o %t_2.o
# RUN: not ld.lld -Ttext=0 %t_1.o %t_2.o -o %t |& FileCheck %s
Expand Down
3 changes: 2 additions & 1 deletion lld/test/ELF/AIE/aie/aie-linkabs-error2.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
# (c) Copyright 2023-2024 Advanced Micro Devices, Inc. or its affiliates
# REQUIRES: aie

# REQUIRES: aie, system-linux
# RUN: yaml2obj %S/aie-linkabs.in0.test -o %t_1.o
# RUN: yaml2obj %S/aie-linkabs.in0.test -o %t_2.o
# RUN: yaml2obj %S/aie-linkabs.in1.test -o %t_3.o
Expand Down

0 comments on commit 5725f43

Please sign in to comment.