summaryrefslogtreecommitdiff
path: root/spec/ffi/bitmask_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip problematic test involving TruffleRuby.Brice Videau2022-04-131-1/+1
* Fix an issue with signed bitmasks when using flags on the most significant bit.Brice Videau2022-04-121-0/+54
* Simplify from_native and test corner case.Brice Videau2022-04-121-0/+17
* Fix several specs where raise_error was called without classLars Kanis2018-06-021-2/+12
* Added support for Bitmask. (#573)Brice Videau2017-07-121-0/+575