Skip to content

Commit

Permalink
Add list of btests we can't pass yet (as comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb authored and k0kubun committed Aug 25, 2022
1 parent 208788a commit 5cd3f12
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/yjit-new-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,16 @@ jobs:
bootstraptest/test_yjit_new_backend.rb \
bootstraptest/test_yjit_rust_port.rb
#bootstraptest/test_proc.rb
#bootstraptest/test_yjit.rb
# These are the btests we can't run yet on x86:
#bootstraptest/test_block.rb (missing opt_send)
#bootstraptest/test_insns.rb (missing opt_send)
#bootstraptest/test_literal.rb (bug in x86_split pass)
#bootstraptest/test_proc.rb (bug in x86_split pass)
#bootstraptest/test_syntax.rb (missing opt_send)
#bootstraptest/test_thread.rb (deadlock)
#bootstraptest/test_yjit.rb (multiple bugs)
#bootstraptest/test_yjit_30k_ifelse.rb (missing opt_send)
#bootstraptest/test_yjit_30k_methods.rb (missing opt_send)

# Check that we can do a full build
#- run: make -j

0 comments on commit 5cd3f12

Please sign in to comment.