]> granicus.if.org Git - llvm/commitdiff
[test] Remove another two unnecessary uses of REQUIRES: target-windows. NFC.
authorMartin Storsjo <martin@martin.st>
Fri, 4 Oct 2019 19:47:48 +0000 (19:47 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 4 Oct 2019 19:47:48 +0000 (19:47 +0000)
Differential Revision: https://reviews.llvm.org/D68449

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373780 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-symbolizer/coff-dwarf.test
test/tools/llvm-symbolizer/coff-exports.test

index 790763a2ddf0734ec7bb177c8d96741b1f4ca0d2..03b5d9147fe2e9117e8ace09014eaa8009d1ae71 100644 (file)
@@ -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
index 8678aae2960e945c5b5c415b18c26ff44c171b58..255681178f4522605dbc6cb301086f93ff94eb21 100644 (file)
@@ -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.