[llvm] c23c874 - XFAIL load_extension.ll for all targets currently - it's failing on

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 17:01:07 PST 2020


Author: Eric Christopher
Date: 2020-01-07T17:00:55-08:00
New Revision: c23c8746d0cb3ea2c7265033fccba379ef87df70

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

LOG: XFAIL load_extension.ll for all targets currently - it's failing on
additional platforms than just darwin.

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 49a593a1ade7..fc4804e4069e 100644
--- a/llvm/test/Feature/load_extension.ll
+++ b/llvm/test/Feature/load_extension.ll
@@ -1,5 +1,5 @@
-; This fails at least on macOS.
-; XFAIL: darwin
+; This is currently failing on multiple platforms. Disable while investigation occurs.
+; XFAIL: *
 
 ; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
 ; REQUIRES: plugins, examples


        


More information about the llvm-commits mailing list