summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2022-07-22 14:01:21 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:04 -0700
commitf593b2c6db622de6f973e4e847e959855c341a25 (patch)
tree5cd24ab64680b03ca36fb85bc3afc1ce22e0d8d6 /.cirrus.yml
parent96303342e417cb2e5980d3e3f0909d32bf004431 (diff)
Fixes for AArch64 (https://github.com/Shopify/ruby/pull/338)
* Better splitting for Op::Add, Op::Sub, and Op::Cmp * Split stores if the displacement is too large * Use a shifted immediate argument * Split all places where shifted immediates are used * Add more tests to the cirrus workflow
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index d71ac851e3..74ab6bd979 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -140,6 +140,7 @@ yjit_task:
bootstraptest/test_flow.rb \
bootstraptest/test_fork.rb \
bootstraptest/test_gc.rb \
+ bootstraptest/test_io.rb \
bootstraptest/test_jump.rb \
bootstraptest/test_literal_suffix.rb \
bootstraptest/test_load.rb \
@@ -147,7 +148,9 @@ yjit_task:
bootstraptest/test_massign.rb \
bootstraptest/test_method.rb \
bootstraptest/test_objectspace.rb \
+ bootstraptest/test_proc.rb \
bootstraptest/test_string.rb \
bootstraptest/test_struct.rb \
bootstraptest/test_yjit_new_backend.rb
+ bootstraptest/test_yjit_rust_port.rb
# full_build_script: make -j