solana-labs / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
277 stars 169 forks source link

Add instruction test suite #564

Closed ripatel-fd closed 4 months ago

ripatel-fd commented 5 months ago

Adds a suite of instruction processing tests in a custom grammar. Firedancer also supports this format. The goal is to make it easier to test instruction set changes across multiple clients.

ripatel-fd commented 5 months ago

@Lichtso @alessandrod Please let me know if this is something you are willing to merge. If not, feel free to close the PR.