Skip to content

Commit

Permalink
Disable many DynamicLibraryManager test on macOS
Browse files Browse the repository at this point in the history
They fail since a long time because the library linking setup is quite
fragile.
  • Loading branch information
hahnjo authored and jenkins committed Aug 23, 2024
1 parent 48b9edd commit 76f5e99
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 4 deletions.
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L3_rpath.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: mkdir -p %t-dir/lib3
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L3_runpath.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: mkdir -p %t-dir/lib3
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_abs.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_ldlibpath.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// REQUIRES: shell
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_loc.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/lib/libcall_lib_A%shlibext
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_B.c -o%t-dir/lib/libcall_lib_B%shlibext
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_order.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib1
// RUN: mkdir -p %t-dir/rlib2
// RUN: mkdir -p %t-dir/lib
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_order1.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib1
// RUN: mkdir -p %t-dir/rlib2
// RUN: mkdir -p %t-dir/lib
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_path.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_rpath.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_rpath2.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib1
// RUN: mkdir -p %t-dir/rlib2
// RUN: mkdir -p %t-dir/lib
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_runpath.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 2 additions & 0 deletions test/DynamicLibraryManager/callable_lib_L_AB_runpath2.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-darwin

// RUN: mkdir -p %t-dir/rlib1
// RUN: mkdir -p %t-dir/rlib2
// RUN: mkdir -p %t-dir/lib
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst1.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-windows, system-linux
// UNSUPPORTED: system-darwin, system-windows, system-linux
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst2.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-windows, system-linux
// UNSUPPORTED: system-darwin, system-windows, system-linux
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst3.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-windows
// UNSUPPORTED: system-darwin, system-windows
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down
2 changes: 1 addition & 1 deletion test/DynamicLibraryManager/callable_lib_L_AB_subst4.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// LICENSE.TXT for details.
//------------------------------------------------------------------------------

// UNSUPPORTED: system-windows
// UNSUPPORTED: system-darwin, system-windows
// RUN: mkdir -p %t-dir/rlib
// RUN: mkdir -p %t-dir/lib
// RUN: %clang -shared -DCLING_EXPORT=%dllexport %S/call_lib_A.c -o%t-dir/rlib/libcall_lib_A%shlibext
Expand Down

0 comments on commit 76f5e99

Please sign in to comment.