[ruby/prism] Turn off LibrarySymbolsTest on powerpc64le

https://github.com/ruby/prism/commit/6e432f3de5
This commit is contained in:
Kevin Newton 2024-02-02 14:43:00 -05:00 коммит произвёл git
Родитель 24cdafb2f8
Коммит 520987c6d7
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,9 @@ require_relative "test_helper"
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.