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

Remove full binary test #346

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Remove full binary test #346

merged 1 commit into from
Aug 31, 2023

Conversation

twizmwazin
Copy link
Member

Fixes #243

This test is moved into angr's test cases since angr and loading are outside of the scope of pyvex itself, and the test doesn't appear to test any specific pyvex internals not covered elsewhere.

@github-actions
Copy link
Contributor

Test Results

   106 files  +     96     106 suites  +96   1h 44m 11s ⏱️ + 1h 43m 57s
1 372 tests +1 314  1 333 ✔️ +1 275  39 💤 +39  0 ±0 
1 378 runs  +1 320  1 339 ✔️ +1 281  39 💤 +39  0 ±0 

Results for commit 4c2f949. ± Comparison against base commit 61fb26f.

This pull request removes 1 and adds 1315 tests. Note that renamed tests count towards both.
test_spotter ‑ test_full_binary
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_add_transitions_updates_the_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_get_entrypoints_from_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_get_transitions_from_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_nodes
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_path_between_deals_with_loops
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_path_between_returns_True_only_if_there_exists_at_least_a_path_between_two_nodes_in_the_slice
analyses.cfg_slice_to_sink.test_cfg_slice_to_sink.TestCFGSliceToSink ‑ test_transitions_as_tuples
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_callgraph_mutates_the_original_graph
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_callgraph_remove_content_not_in_a_cfg_slice_to_sink
analyses.cfg_slice_to_sink.test_graph.TestGraph ‑ test_slice_cfg_graph_mutates_the_original_graph
…

@twizmwazin twizmwazin merged commit a1fb2a4 into master Aug 31, 2023
16 of 17 checks passed
@twizmwazin twizmwazin deleted the tests/remove-full-binary-test branch August 31, 2023 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_spotter.py depends on angr
1 participant