Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comprehensive differential E2E tests #175

Open
xermicus opened this issue Jan 27, 2025 · 1 comment
Open

Comprehensive differential E2E tests #175

xermicus opened this issue Jan 27, 2025 · 1 comment
Labels

Comments

@xermicus
Copy link
Member

xermicus commented Jan 27, 2025

Differential E2E tests help us ensure ETH compatibility as well as reproducible builds across supported platforms.

A comprehensive testing framework is currently being developed. We need a CI workflow which uses the harness and executes implemented cases (after all other workflows succeeded) as follows:

The following resolc binaries should be tested per platform.

  • Linux MUSL
  • MacOS universal
  • Windows
  • Wasm32 emscripten

The following networks must be used for test output differentiation (return data, emitted events, state diffs regarding storage):

  • Westend
  • Ethereum

The following settings must be tested:

  • -O3
  • -Oz
  • -g

Any final compilation artifacts (i.e. PVM blobs) equal each others exactly for each platforms and compiler setting combinations, which the workflow must verify.

@xermicus xermicus added the CI label Jan 27, 2025
@xermicus
Copy link
Member Author

xermicus commented Feb 6, 2025

Depends on: paritytech/evm-test-suite#47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant