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:
Amara Emerson 2020-01-10 20:17:34 -08:00
parent 4a32cd11ac
commit 695804508d
1 changed files with 1 additions and 1 deletions

View File

@ -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