[llvm] a1cc19b - XFAIL load_extension.ll test on macOS only

Serge Guelton via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 02:03:55 PST 2020


Author: Serge Guelton
Date: 2020-01-10T05:03:33-05:00
New Revision: a1cc19b581443c84fff4c6e6d4e341351ef3203c

URL: https://github.com/llvm/llvm-project/commit/a1cc19b581443c84fff4c6e6d4e341351ef3203c
DIFF: https://github.com/llvm/llvm-project/commit/a1cc19b581443c84fff4c6e6d4e341351ef3203c.diff

LOG: XFAIL load_extension.ll test on macOS only

Other setup have been fixed by 346de9b67228f42eb9b55fa3b426b5dedfdb1d40

Added: 
    

Modified: 
    llvm/test/Feature/load_extension.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll
index fc4804e4069e..8c9a6e056010 100644
--- a/llvm/test/Feature/load_extension.ll
+++ b/llvm/test/Feature/load_extension.ll
@@ -1,5 +1,5 @@
 ; This is currently failing on multiple platforms. Disable while investigation occurs.
-; XFAIL: *
+; XFAIL: darwin
 
 ; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
 ; REQUIRES: plugins, examples


        


More information about the llvm-commits mailing list