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

Make all third-party tests full #1350

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions necessist/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

| Name | Version | Framework | Full | Linux | macOS | Windows | Partition |
| -------------------------- | ---------------------------------------- | --------- | ---- | ----- | ----- | ------- | --------- |
| chainlink | v2.18.0 | | | X | X | X | 0 |
| chainlink | v2.18.0 | | X | X | X | X | 0 |
| chainlink_foundry | v2.18.0 | foundry | X | X | X | X | 1 |
| chainlink_hardhat | v2.18.0 | hardhat | | X | X | X | 0 |
| crates_io | 5643e3fb5d53d3b8cc5620d583068ae17e82b5c3 | | | X | X | X | 0 |
| diem | diem-core-v1.4.4 | | | X | X | X | 1 |
| chainlink_hardhat | v2.18.0 | hardhat | X | X | X | X | 0 |
| crates_io | 5643e3fb5d53d3b8cc5620d583068ae17e82b5c3 | | X | X | X | X | 0 |
| diem | diem-core-v1.4.4 | | X | X | X | X | 1 |
| go_src_encoding_base64 | go1.23.0 | go | X | X | X | X | 0 |
| go_src_encoding_binary | go1.23.0 | go | X | X | X | | 0 |
| go_src_mime | go1.23.0 | go | X | X | X | | 0 |
Expand All @@ -15,11 +15,11 @@
| go_src_os_user | go1.23.0 | go | X | X | | | 1 |
| go_src_testing_iotest | go1.23.0 | go | X | X | X | X | 1 |
| go_src_text_template_parse | go1.23.0 | go | X | X | X | X | 1 |
| minio | RELEASE.2024-10-29T16-01-48Z | | | X | X | X | 1 |
| operator-filter-registry | v1.4.2 | | | X | X | X | 0 |
| minio | RELEASE.2024-10-29T16-01-48Z | | X | X | X | X | 1 |
| operator-filter-registry | v1.4.2 | | X | X | X | X | 0 |
| proptest_https | b71253807372932f72a71b1af7975371a41e7c88 | | X | X | X | X | 0 |
| pyth | | anchor | | X | X | | 0 |
| seaport | 1.6 | hardhat | | X | X | X | 1 |
| pyth | | anchor | X | X | X | | 0 |
| seaport | 1.6 | hardhat | X | X | X | X | 1 |
| squads-protocol_v4 | | anchor | X | X | X | | 1 |
| uniswap_v3-core | | | | X | X | X | 0 |
| uniswap_v3-core | | | X | X | X | X | 0 |
| uniswap_v3-core_factory | | | X | X | X | X | 1 |
202,065 changes: 4,943 additions & 197,122 deletions necessist/tests/third_party_tests/0/chainlink.stdout

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/0/chainlink.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
url = "https://github.com/smartcontractkit/chainlink"
rev = "v2.18.0"
source_files = ["core/chains/evm/gas/block_history_estimator_test.go"]
full = true
2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/0/chainlink_hardhat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ url = "https://github.com/smartcontractkit/chainlink"
rev = "v2.18.0"
subdir = "contracts"
framework = "hardhat"
source_files = ["test/v0.8/automation/AutomationRegistry2_2.test.ts"]
full = true

[config]
ignored_functions = ["bigNumEquals", "evmRevert"]
2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/0/crates_io.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
# without `src` directories, and `src` directories with `tests` subdirectories.
url = "https://github.com/rust-lang/crates.io"
rev = "5643e3fb5d53d3b8cc5620d583068ae17e82b5c3"
args = ["--dump-candidates"]
full = true
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
url = "https://github.com/ProjectOpenSea/operator-filter-registry"
rev = "v1.4.2"
source_files = ["test/OperatorFilterRegistry.t.sol"]
full = true

[config]
ignored_functions = ["vm.prank", "vm.startPrank", "vm.stopPrank"]
2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/0/pyth.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ url = "https://github.com/pyth-network/pyth-crosschain"
target_os = ["linux", "macos"]
subdir = "pythnet/message_buffer"
framework = "anchor"
source_files = ["tests/message_buffer.ts"]
full = true
2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/0/uniswap_v3-core.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
url = "https://github.com/Uniswap/v3-core"
source_files = ["test/UniswapV3Pool.spec.ts"]
full = true

[config]
ignored_functions = ["checkObservationEquals", "snapshotGasCost"]
2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/1/diem.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://www.reddit.com/r/rust/comments/s6olun/comment/ht5l2kj
url = "https://github.com/diem/diem"
rev = "diem-core-v1.4.4"
args = ["--dump-candidates"]
full = true
2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/1/minio.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://blog.kowalczyk.info/article/9afe3485f2204f1bb43217d70f7b87d4/big-projects-written-in-go.html
url = "https://github.com/minio/minio"
rev = "RELEASE.2024-10-29T16-01-48Z"
source_files = ["internal/ringbuffer/ring_buffer_test.go"]
full = true
2 changes: 2 additions & 0 deletions necessist/tests/third_party_tests/1/seaport.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
url = "https://github.com/ProjectOpenSea/seaport"
rev = "1.6"
framework = "hardhat"
source_files = ["test/advanced.spec.ts"]
full = true

[config]
ignored_functions = ["checkExpectedEvents"]
Loading