diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:25:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:31:53 +0100 |
commit | d420552f02af2ad6a15cf3a70b76bf86b222c07e (patch) | |
tree | 8ab7137ed9264312aee69292d009509e70357ea7 /community/ruby-mathematical/disable-test-assert-failing-on-32bit.patch | |
parent | 78a6ed13e4b5cd182f28be18694d543ae179446b (diff) | |
download | aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2 aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz |
Remove more stale patches from community/
Diffstat (limited to 'community/ruby-mathematical/disable-test-assert-failing-on-32bit.patch')
-rw-r--r-- | community/ruby-mathematical/disable-test-assert-failing-on-32bit.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/community/ruby-mathematical/disable-test-assert-failing-on-32bit.patch b/community/ruby-mathematical/disable-test-assert-failing-on-32bit.patch deleted file mode 100644 index 29576ed992..0000000000 --- a/community/ruby-mathematical/disable-test-assert-failing-on-32bit.patch +++ /dev/null @@ -1,17 +0,0 @@ -Remove assert that fails on 32 bit arch. - -Upstream-Issue: https://github.com/gjtorikian/mathematical/issues/72 ---- a/test/mathematical/maliciousness_test.rb -+++ b/test/mathematical/maliciousness_test.rb -@@ -57,11 +57,6 @@ - output = render.render '$a \ne b$' - assert_equal output[:data], '$a \ne b$' - assert_equal output[:exception].class, Mathematical::MaxsizeError -- -- assert_raises RangeError do -- render = Mathematical.new({ :maxsize => 4_294_967_295 }) # unsigned long max -- render.render('$a \ne b$') -- end - end - - def test_it_does_not_blow_up_on_bad_input |