From: Reid Kleckner Date: Fri, 16 Oct 2015 23:56:14 +0000 (+0000) Subject: Disable a test relying on symbol demangling on non-Windows platforms X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=c9b72b920839730d805624bcf591ad03654469da Disable a test relying on symbol demangling on non-Windows platforms git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250587 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-symbolizer/coff-exports.test b/test/tools/llvm-symbolizer/coff-exports.test index 7283acda2fc..cad1935a03f 100644 --- a/test/tools/llvm-symbolizer/coff-exports.test +++ b/test/tools/llvm-symbolizer/coff-exports.test @@ -2,6 +2,9 @@ RUN: grep '^ADDR:' %s | sed -s 's/ADDR: //' \ RUN: | llvm-symbolizer --inlining --relative-address -obj="%p/Inputs/coff-exports.exe" \ RUN: | FileCheck %s +This test relies on UnDecorateSymbolName, which is Windows-only. +REQUIRES: system-windows + ADDR: 0x500A ADDR: 0x5038 ADDR: 0x504B