Skip to content

Commit

Permalink
[test] Remove another two unnecessary uses of REQUIRES: target-window…
Browse files Browse the repository at this point in the history
…s. NFC.

Differential Revision: https://reviews.llvm.org/D68449

llvm-svn: 373780
  • Loading branch information
mstorsjo committed Oct 4, 2019
1 parent 5b2e0ba commit 174604c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-symbolizer/coff-dwarf.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN: llvm-symbolizer 0x5009 0x5038 -i --relative-address -obj="%p/Inputs/coff-dw
RUN: | FileCheck %s

This test relies on UnDecorateSymbolName, which is Windows-only.
REQUIRES: target-windows, system-windows
REQUIRES: system-windows

CHECK: foo(void)
CHECK: coff-dwarf.cpp:7
Expand Down
2 changes: 0 additions & 2 deletions llvm/test/tools/llvm-symbolizer/coff-exports.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RUN: | FileCheck %s

This test relies on UnDecorateSymbolName, which is Win32-only.
REQUIRES: system-windows
REQUIRES: target-windows
FIXME: This test depends on host, not target.

We get the expected stack trace, except 'foo' appears for the 'bar' frame
because 'bar' isn't in the export table.
Expand Down

0 comments on commit 174604c

Please sign in to comment.