summaryrefslogtreecommitdiff
path: root/test/fiddle/test_function.rb
AgeCommit message (Expand)Author
2021-02-26Oops! Add another test and fix to_proc implementationAaron Patterson
2021-02-26Fiddle::Function responds to to_procAaron Patterson
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-07-30Apply timeout-scale to test_nogvl_poll.Jun Aruga
2020-06-26[ruby/fiddle] Fixed typosNobuyoshi Nakada
2020-03-04Fixed never-defined symbol nameNobuyoshi Nakada
2019-10-24[ruby/fiddle] Remove taint support (#21)Jeremy Evans
2018-12-23test/fiddle/test_function.rb: loosen timeoutk0kubun
2018-11-13test_function.rb: loosen delta boundaryk0kubun
2018-08-18test_function.rb: try running test_nogvl_poll againk0kubun
2018-08-15test_function.rb: skip running testk0kubun
2018-08-14test/fiddle/test_function.rb (test_nogvl_poll): stop timer hacknormal
2018-07-28test_function.rb: fix messagesnobu
2017-09-12Use mutable strings for mutation tests.ko1
2017-09-12Merge fiddle-1.0.0.beta2 from upstream.hsbt
2017-07-13Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Becausehsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-23fiddle: release GVL for ffi_callnormal
2015-10-30use assert_raisenobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-09fiddle/function.c: fix memory leak on exceptionnobu
2014-02-24* test/fiddle/test_function.rb: remove unused variables.hsbt
2012-12-11* ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to...ngoto
2011-01-23 * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove