ci: fixed check for forked repository on PR (#1153) #543
GitHub Actions / Unit Tests results
succeeded
Jan 13, 2025 in 0s
All 51 tests pass in 15s
51 tests 51 ✅ 15s ⏱️
7 suites 0 💤
1 files 0 ❌
Results for commit 7e56460.
Annotations
Check notice on line 0 in .github
github-actions / Unit Tests results
51 tests found
There are 51 tests, see "Raw output" for the full list of tests.
Raw output
Should copy message call data to memory ‑ @yulequiv TransactionInfo Test Suite Should copy message call data to memory
Should create a new contract using create(v, p, n) ‑ @yulequiv Contract Creator Test Suite Should create a new contract using create(v, p, n)
Should create a new contract using create2(v, p, n, s) ‑ @yulequiv Contract Creator Test Suite Should create a new contract using create2(v, p, n, s)
Should deploy with a call value ‑ @yulequiv TransactionInfo Test Suite Should deploy with a call value
Should execute add(x, y) ‑ @yulequiv Math Test Suite Should execute add(x, y)
Should execute addMod(x, y) ‑ @yulequiv Math Test Suite Should execute addMod(x, y)
Should execute allocateMemory ‑ @yulequiv Data Allocation Test Suite Should execute allocateMemory
Should execute allocateMemory8 ‑ @yulequiv Data Allocation Test Suite Should execute allocateMemory8
Should execute and(x, y) ‑ @yulequiv Bitwise Test Suite Should execute and(x, y)
Should execute call(g, a, v, in, insize, out, outsize) ‑ @yulequiv Contract Caller Test Suite Should execute call(g, a, v, in, insize, out, outsize)
Should execute callcode(g, a, v, in, insize, out, outsize) ‑ @yulequiv Contract Caller Test Suite Should execute callcode(g, a, v, in, insize, out, outsize)
Should execute delegatecall(g, a, in, insize, out, outsize) ‑ @yulequiv Contract Caller Test Suite Should execute delegatecall(g, a, in, insize, out, outsize)
Should execute div(x, y) ‑ @yulequiv Math Test Suite Should execute div(x, y)
Should execute eq(x, y) ‑ @yulequiv Math Test Suite Should execute eq(x, y)
Should execute exp(x, y) ‑ @yulequiv Math Test Suite Should execute exp(x, y)
Should execute extractbyteat(n, x) ‑ @yulequiv Bitwise Test Suite Should execute extractbyteat(n, x)
Should execute gt(x, y) ‑ @yulequiv Math Test Suite Should execute gt(x, y)
Should execute iszero(x, y) ‑ @yulequiv Math Test Suite Should execute iszero(x, y)
Should execute lt(x, y) ‑ @yulequiv Math Test Suite Should execute lt(x, y)
Should execute mod(x, y) ‑ @yulequiv Math Test Suite Should execute mod(x, y)
Should execute mul(x, y) ‑ @yulequiv Math Test Suite Should execute mul(x, y)
Should execute mulMod(x, y) ‑ @yulequiv Math Test Suite Should execute mulMod(x, y)
Should execute not(x) ‑ @yulequiv Bitwise Test Suite Should execute not(x)
Should execute or(x, y) ‑ @yulequiv Bitwise Test Suite Should execute or(x, y)
Should execute sar(x, y) ‑ @yulequiv Bitwise Test Suite Should execute sar(x, y)
Should execute sdiv(x, y) ‑ @yulequiv Math Test Suite Should execute sdiv(x, y)
Should execute sgt(x, y) ‑ @yulequiv Math Test Suite Should execute sgt(x, y)
Should execute shl(x, y) ‑ @yulequiv Bitwise Test Suite Should execute shl(x, y)
Should execute shr(x, y) ‑ @yulequiv Bitwise Test Suite Should execute shr(x, y)
Should execute sload ‑ @yulequiv Data Allocation Test Suite Should execute sload
Should execute slt(x, y) ‑ @yulequiv Math Test Suite Should execute slt(x, y)
Should execute smod(x, y) ‑ @yulequiv Math Test Suite Should execute smod(x, y)
Should execute sstore ‑ @yulequiv Data Allocation Test Suite Should execute sstore
Should execute staticcall(g, a, in, insize, out, outsize) ‑ @yulequiv Contract Caller Test Suite Should execute staticcall(g, a, in, insize, out, outsize)
Should execute sub(x, y) ‑ @yulequiv Math Test Suite Should execute sub(x, y)
Should execute xor(x, y) ‑ @yulequiv Bitwise Test Suite Should execute xor(x, y)
Should get coinbase ‑ @yulequiv TransactionInfo Test Suite Should get coinbase
Should get contract address ‑ @yulequiv TransactionInfo Test Suite Should get contract address
Should get contract balance ‑ @yulequiv TransactionInfo Test Suite Should get contract balance
Should get current block number ‑ @yulequiv TransactionInfo Test Suite Should get current block number
Should get current block timestamp ‑ @yulequiv TransactionInfo Test Suite Should get current block timestamp
Should get current chainID ‑ @yulequiv TransactionInfo Test Suite Should get current chainID
Should get gas limit ‑ @yulequiv TransactionInfo Test Suite Should get gas limit
Should get gas price ‑ @yulequiv TransactionInfo Test Suite Should get gas price
Should get message call data ‑ @yulequiv TransactionInfo Test Suite Should get message call data
Should get message call value ‑ @yulequiv TransactionInfo Test Suite Should get message call value
Should get message caller ‑ @yulequiv TransactionInfo Test Suite Should get message caller
Should get original sender ‑ @yulequiv TransactionInfo Test Suite Should get original sender
Should get self balance ‑ @yulequiv TransactionInfo Test Suite Should get self balance
Should get the gas left ‑ @yulequiv TransactionInfo Test Suite Should get the gas left
Should get the size of message call data ‑ @yulequiv TransactionInfo Test Suite Should get the size of message call data
Loading