Skip to content

Commit

Permalink
llvm.sh: more skips
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed May 28, 2024
1 parent 0ba675e commit f5b7c95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/dependencies/llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,7 @@ function llvm_test()
export XBB_SKIP_TEST_GC_LTO_CRT_SLEEPY_THREADS="y"

# sleepy-threads-cv.
export XBB_SKIP_TEST_LTO_SLEEPY_THREADS_CV="y"
export XBB_SKIP_TEST_GC_LTO_SLEEPY_THREADS_CV="y"
export XBB_SKIP_TEST_STATIC_LIB_LTO_SLEEPY_THREADS_CV="y"
export XBB_SKIP_TEST_STATIC_LIB_GC_LTO_SLEEPY_THREADS_CV="y"
Expand Down Expand Up @@ -2280,6 +2281,16 @@ function llvm_test()
# fail: lto-lld-weak-undef-c
# fail: gc-lto-lld-weak-undef-c

# exception-reduced.
export XBB_SKIP_TEST_GC_EXCEPTION_REDUCED="y"
export XBB_SKIP_TEST_LTO_EXCEPTION_REDUCED="y"
export XBB_SKIP_TEST_GC_LTO_EXCEPTION_REDUCED="y"

# hello-exception.
export XBB_SKIP_TEST_GC_HELLO_EXCEPTION="y"
export XBB_SKIP_TEST_LTO_HELLO_EXCEPTION="y"
export XBB_SKIP_TEST_GC_LTO_HELLO_EXCEPTION="y"

# weak-undef-c.
# Undefined symbols for architecture x86_64:
# "_func", referenced from:
Expand Down

0 comments on commit f5b7c95

Please sign in to comment.