test_combinations()¶
Documentation for tests/constantinople/eip145_bitwise_shift/test_shift_combinations.py::test_combinations@88e9fb8f.
Generate fixtures for these test cases for Osaka with:
fill -v tests/constantinople/eip145_bitwise_shift/test_shift_combinations.py::test_combinations --fork Osaka
Test bitwise shift combinations.
Source code in tests/constantinople/eip145_bitwise_shift/test_shift_combinations.py
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
| Test ID (Abbreviated) | opcode | operation |
|---|---|---|
| ...fork_Constantinople-state_test-sar | SAR | |
| ...fork_Constantinople-state_test-shl | SHL | |
| ...fork_Constantinople-state_test-shr | SHR | |
| ...fork_Constantinople-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Constantinople-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Constantinople-blockchain_test_from_state_test-shr | SHR | |
| ...fork_ConstantinopleFix-state_test-sar | SAR | |
| ...fork_ConstantinopleFix-state_test-shl | SHL | |
| ...fork_ConstantinopleFix-state_test-shr | SHR | |
| ...fork_ConstantinopleFix-blockchain_test_from_state_test-sar | SAR | |
| ...fork_ConstantinopleFix-blockchain_test_from_state_test-shl | SHL | |
| ...fork_ConstantinopleFix-blockchain_test_from_state_test-shr | SHR | |
| ...fork_Istanbul-state_test-sar | SAR | |
| ...fork_Istanbul-state_test-shl | SHL | |
| ...fork_Istanbul-state_test-shr | SHR | |
| ...fork_Istanbul-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Istanbul-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Istanbul-blockchain_test_from_state_test-shr | SHR | |
| ...fork_Berlin-state_test-sar | SAR | |
| ...fork_Berlin-state_test-shl | SHL | |
| ...fork_Berlin-state_test-shr | SHR | |
| ...fork_Berlin-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Berlin-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Berlin-blockchain_test_from_state_test-shr | SHR | |
| ...fork_London-state_test-sar | SAR | |
| ...fork_London-state_test-shl | SHL | |
| ...fork_London-state_test-shr | SHR | |
| ...fork_London-blockchain_test_from_state_test-sar | SAR | |
| ...fork_London-blockchain_test_from_state_test-shl | SHL | |
| ...fork_London-blockchain_test_from_state_test-shr | SHR | |
| ...fork_Paris-state_test-sar | SAR | |
| ...fork_Paris-state_test-shl | SHL | |
| ...fork_Paris-state_test-shr | SHR | |
| ...fork_Paris-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Paris-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Paris-blockchain_test_from_state_test-shr | SHR | |
| ...fork_Shanghai-state_test-sar | SAR | |
| ...fork_Shanghai-state_test-shl | SHL | |
| ...fork_Shanghai-state_test-shr | SHR | |
| ...fork_Shanghai-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Shanghai-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Shanghai-blockchain_test_from_state_test-shr | SHR | |
| ...fork_Cancun-state_test-sar | SAR | |
| ...fork_Cancun-state_test-shl | SHL | |
| ...fork_Cancun-state_test-shr | SHR | |
| ...fork_Cancun-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Cancun-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Cancun-blockchain_test_from_state_test-shr | SHR | |
| ...fork_Prague-state_test-sar | SAR | |
| ...fork_Prague-state_test-shl | SHL | |
| ...fork_Prague-state_test-shr | SHR | |
| ...fork_Prague-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Prague-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Prague-blockchain_test_from_state_test-shr | SHR | |
| ...fork_Osaka-state_test-sar | SAR | |
| ...fork_Osaka-state_test-shl | SHL | |
| ...fork_Osaka-state_test-shr | SHR | |
| ...fork_Osaka-blockchain_test_from_state_test-sar | SAR | |
| ...fork_Osaka-blockchain_test_from_state_test-shl | SHL | |
| ...fork_Osaka-blockchain_test_from_state_test-shr | SHR |