forked from OSchip/llvm-project
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.
This commit is contained in:
parent
4a32cd11ac
commit
695804508d
|
@ -1,5 +1,5 @@
|
||||||
; This is currently failing on multiple platforms. Disable while investigation occurs.
|
; 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
|
; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s
|
||||||
; REQUIRES: plugins, examples
|
; REQUIRES: plugins, examples
|
||||||
|
|
Loading…
Reference in New Issue