diff options
| author | Florian Hahn <flo@fhahn.com> | 2020-01-04 17:32:15 +0000 |
|---|---|---|
| committer | Florian Hahn <flo@fhahn.com> | 2020-01-04 17:37:08 +0000 |
| commit | db82fc5dd80ff14798e7f1c35dd7e593f6409ba3 (patch) | |
| tree | fb68c5bad5f514e65ae2ebe7e36951e72c9ca89a | |
| parent | 5eed4e2664aa7187f46eb12e45a376d7ab7dd308 (diff) | |
| download | bcm5719-llvm-db82fc5dd80ff14798e7f1c35dd7e593f6409ba3.tar.gz bcm5719-llvm-db82fc5dd80ff14798e7f1c35dd7e593f6409ba3.zip | |
[Pass Registration] XFAIL load_extension.ll test on macOS.
This test fails on macOS, causing the following bots to fail
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/7438/
http://green.lab.llvm.org/green/job/clang-stage1-RA/5034/
Error:
Error opening 'build/./lib/libBye.dylib': dlopen(build/./lib/libBye.dylib, 9): image not found
-load request ignored.
| -rw-r--r-- | llvm/test/Feature/load_extension.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll index 62b49bac633..49a593a1ade 100644 --- a/llvm/test/Feature/load_extension.ll +++ b/llvm/test/Feature/load_extension.ll @@ -1,3 +1,6 @@ +; This fails at least on macOS. +; XFAIL: darwin + ; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s ; REQUIRES: plugins, examples ; CHECK: Bye |

