angr / archr

Target-centric program analysis.
BSD 2-Clause "Simplified" License
72 stars 21 forks source link

fix archr CI #149

Closed Kyle-Kyle closed 1 year ago

github-actions[bot] commented 1 year ago

Test Results

  20 files  +10    20 suites  +10   25m 19s :stopwatch: + 8m 20s 103 tests +21    77 :heavy_check_mark: +22    26 :zzz: +  5  0 :x:  - 1  460 runs  +21  331 :heavy_check_mark: +22  129 :zzz: +25  0 :x:  - 1 

Results for commit 1ab45c53. ± Comparison against base commit 19c52d49.

This pull request skips 5 tests. ``` test_analyzer_bintrace_qemu.TestAnalyzerBintraceQemu ‑ test_crash_on_input_trace test_analyzer_bintrace_qemu.TestAnalyzerBintraceQemu ‑ test_crasher_trace test_analyzer_bintrace_qemu.TestAnalyzerBintraceQemu ‑ test_crasher_trace_local test_analyzer_bintrace_qemu.TestAnalyzerBintraceQemu ‑ test_implant_injection_docker test_analyzer_bintrace_qemu.TestAnalyzerBintraceQemu ‑ test_implant_injection_local ```

:recycle: This comment has been updated with latest results.

twizmwazin commented 1 year ago

@Kyle-Kyle Did you forget to add more to this PR? Separately, don't mark the tests as broken by renaming the file, add a @unittest.skip("broken") decorator.

Kyle-Kyle commented 1 year ago

oh. This PR is on-hold until https://github.com/angr/angr/pull/4033 is fixed. And sure, once the angr PR is merged, I'll rework this PR.