summaryrefslogtreecommitdiff
path: root/test/fiddle
AgeCommit message (Expand)Author
2020-12-08test/fiddle/helper.rb: remove duplication (#3863)Kenta Murata
2020-11-18[ruby/fiddle] test: suppress shadowing outer local variable warningSutou Kouhei
2020-11-18[ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson
2020-11-18[ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei
2020-11-18[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei
2020-09-08Workaroud for macOS Big Sur(11.0)Hiroshi SHIBATA
2020-09-08libSystem.dylib is also symlink. Use libSystem.B.dylibHiroshi SHIBATA
2020-09-08Use libSystem.dylib instead of libm.dylib and libc.dylibHiroshi SHIBATA
2020-07-30Apply timeout-scale to test_nogvl_poll.Jun Aruga
2020-06-28[ruby/fiddle] support for very old libffiNobuyoshi Nakada
2020-06-27[ruby/fiddle] Support MSWIN (#43)Sutou Kouhei
2020-06-27[ruby/fiddle] test windows: use _snprintfSutou Kouhei
2020-06-27[ruby/fiddle] Add support for variadic argumentsSutou Kouhei
2020-06-26[ruby/fiddle] Fixed typosNobuyoshi Nakada
2020-05-23[ruby/fiddle] Improve documentation on how to correctly free memory and free ...Chris Seaton
2020-05-23[ruby/fiddle] Fix assignment to array within struct (#26)sinisterchipmunk
2020-05-23[ruby/fiddle] Make array access override compatible with base class (#25)sinisterchipmunk
2020-04-01`Dir.glob` always returns an arrayNobuyoshi Nakada
2020-04-01Fix helper to not assume glibcPaul Jordan
2020-03-04Fixed never-defined symbol nameNobuyoshi Nakada
2020-01-24pass appropriate libc path卜部昌平
2019-12-05Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686)Jun Aruga
2019-11-18More fixes for $SAFE/taint post mergingJeremy Evans
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-10-24Revert "[ruby/fiddle] Fix a failing test (#13)"Hiroshi SHIBATA
2019-10-24Revert "[ruby/fiddle] test: use env Hash"Hiroshi SHIBATA
2019-10-24[ruby/fiddle] Remove taint support (#21)Jeremy Evans
2019-10-24[ruby/fiddle] Use RbConfig::SIZEOF (#19)Nobuyoshi Nakada
2019-10-24[ruby/fiddle] test: use env HashSutou Kouhei
2019-10-24[ruby/fiddle] Fix a failing test (#13)Kenta Murata
2019-09-09Make test-all and test-spec runnable on AndroidYusuke Endoh
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
2018-07-12removed unusecd constantsnobu
2018-04-19fiddle/test_import.rb: fix warnings by rubygemsnobu
2018-04-19fiddle/import.rb: suppress warningnobu
2018-02-17long long is a C99ismshyouhei
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
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
2017-01-11test/fiddle/helper: remove special case for x86_64-linuxnormal
2016-12-14Removed the obstacle to running test-all with VC14.usa
2016-07-01* test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset):ngoto
2016-05-16* test_handle.rb: refine test_fallback_to_ansinobu