summaryrefslogtreecommitdiff
path: root/spec/ruby/core
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-08-17 15:42:39 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 09:09:41 -0700
commitc70d1471c1723f26ca54699f056887fe200c973e (patch)
tree94de2106a72298d574140c29447a855b24577c93 /spec/ruby/core
parentd57a9f61a065418ef99fcbbb65eca4f34f33f1c8 (diff)
Only check lowest bit for _Bool type (https://github.com/Shopify/ruby/pull/412)
* Only check lowest bit for _Bool type The `test AL, AL` got lost during porting and we were generating `test RAX, RAX` instead. The upper bits of a `_Bool` return type is unspecified and we were failing `TestClass#test_singleton_class_should_has_own_namespace` due to interpreterting the return value incorrectly. * Enable test_class for test-all on x86_64
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6289
Diffstat (limited to 'spec/ruby/core')
0 files changed, 0 insertions, 0 deletions