summaryrefslogtreecommitdiff
path: root/test/fiddle/test_function.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-071-10/+15
* [ruby/fiddle] test: ensure GC-ing closuresSutou Kouhei2022-10-071-0/+7
* [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA2021-09-051-4/+32
* [ruby/fiddle] test: fix SetLastError's input typeSutou Kouhei2021-07-131-1/+1
* [ruby/fiddle] test: use double quote for string literalSutou Kouhei2021-07-131-2/+2
* [ruby/fiddle] test: add a test for win32_last_socket_errorSutou Kouhei2021-07-131-1/+15
* [ruby/fiddle] test: add missing receiverSutou Kouhei2021-07-131-1/+1
* [ruby/fiddle] windows: use GetLastError() for win32_last_errorSutou Kouhei2021-07-131-0/+14
* Oops! Add another test and fix to_proc implementationAaron Patterson2021-02-261-0/+11
* Fiddle::Function responds to to_procAaron Patterson2021-02-261-0/+13
* Import fiddle-1.0.4 (#3860)Kenta Murata2020-12-111-2/+12
* Apply timeout-scale to test_nogvl_poll.Jun Aruga2020-07-301-1/+2
* [ruby/fiddle] Fixed typosNobuyoshi Nakada2020-06-261-0/+19
* Fixed never-defined symbol nameNobuyoshi Nakada2020-03-041-1/+1
* [ruby/fiddle] Remove taint support (#21)Jeremy Evans2019-10-241-1/+1
* test/fiddle/test_function.rb: loosen timeoutk0kubun2018-12-231-1/+1
* test_function.rb: loosen delta boundaryk0kubun2018-11-131-1/+1
* test_function.rb: try running test_nogvl_poll againk0kubun2018-08-181-4/+0
* test_function.rb: skip running testk0kubun2018-08-151-0/+4
* test/fiddle/test_function.rb (test_nogvl_poll): stop timer hacknormal2018-08-141-0/+6
* test_function.rb: fix messagesnobu2018-07-281-3/+14
* Use mutable strings for mutation tests.ko12017-09-121-2/+2
* Merge fiddle-1.0.0.beta2 from upstream.hsbt2017-09-121-1/+1
* Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Becausehsbt2017-07-131-2/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* fiddle: release GVL for ffi_callnormal2015-11-231-0/+19
* use assert_raisenobu2015-10-301-5/+5
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* fiddle/function.c: fix memory leak on exceptionnobu2014-03-091-0/+9
* * test/fiddle/test_function.rb: remove unused variables.hsbt2014-02-241-1/+1
* * ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to...ngoto2012-12-111-0/+5
* * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki2011-01-231-2/+5
* * ext/fiddle/*: Adding fiddle library to wrap libffitenderlove2010-05-061-0/+66