1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

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 cf6b17e988
commit 7eb435b9b8

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