Skip to content

Commit

Permalink
Turn off LibrarySymbolsTest on powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Feb 2, 2024
1 parent cb55c4c commit 6e432f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/prism/library_symbols_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

return if RUBY_PLATFORM !~ /linux/

# TODO: determine why these symbols are incorrect on ppc64le
return if RUBY_PLATFORM =~ /powerpc64le/

module Prism
#
# examine a prism dll or static archive for expected external symbols.
Expand Down

0 comments on commit 6e432f3

Please sign in to comment.