[llvm] 6958045 - Mark the test/Feature/load_extension.ll test as unsupported on Darwin.
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 20:27:11 PST 2020
Author: Amara Emerson
Date: 2020-01-10T20:18:36-08:00
New Revision: 695804508db048fe3403f2b8bc690633a471a40b
URL: https://github.com/llvm/llvm-project/commit/695804508db048fe3403f2b8bc690633a471a40b
DIFF: https://github.com/llvm/llvm-project/commit/695804508db048fe3403f2b8bc690633a471a40b.diff
LOG: Mark the test/Feature/load_extension.ll test as unsupported on Darwin.
With plugins and examples enabled, this XPASSes. Mark it as unsupported until
the owner investigates what's going on.
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 8c9a6e056010..1838aa4ab0de 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: darwin
+; UNSUPPORTED: 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